From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on dcvr.yhbt.net X-Spam-Level: * X-Spam-ASN: AS14383 205.234.109.0/24 X-Spam-Status: No, score=1.0 required=3.0 tests=AWL,HK_RANDOM_FROM, MSGID_FROM_MTA_HEADER shortcircuit=no autolearn=no version=3.3.2 Path: news.gmane.org!not-for-mail From: Eric Wong Newsgroups: gmane.comp.lang.ruby.rainbows.general Subject: deferrable bodies in Rainbows! Date: Sat, 26 Dec 2009 15:27:32 -0800 Message-ID: <20091226232732.GA26351@dcvr.yhbt.net> References: <9363563c-cbd4-498f-b9ee-b3ee83fa15b8@r5g2000yqb.googlegroups.com> <20091224224956.GB4847@dcvr.yhbt.net> <1c5622660912241540v74329427nd1053b6e602e6506@mail.gmail.com> <20091225002451.GA1821@dcvr.yhbt.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1261870125 7260 80.91.229.12 (26 Dec 2009 23:28:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 26 Dec 2009 23:28:45 +0000 (UTC) Cc: rack-devel-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To: rainbows-talk-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org Original-X-From: rainbows-talk-bounces-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org Sun Dec 27 00:28:37 2009 Return-path: Envelope-to: gclrrg-rainbows-talk@m.gmane.org X-Original-To: rainbows-talk-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org Delivered-To: rainbows-talk-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.18 (2008-05-17) X-BeenThere: rainbows-talk-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: rainbows-talk-bounces-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org Errors-To: rainbows-talk-bounces-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org Xref: news.gmane.org gmane.comp.lang.ruby.rainbows.general:59 Archived-At: Received: from rubyforge.org ([205.234.109.19]) by lo.gmane.org with esmtp (Exim 4.50) id 1NOg2r-0002q4-5P for gclrrg-rainbows-talk@m.gmane.org; Sun, 27 Dec 2009 00:27:37 +0100 Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id E86D3185828D; Sat, 26 Dec 2009 18:27:34 -0500 (EST) Received: from dcvr.yhbt.net (dcvr.yhbt.net [64.71.152.64]) by rubyforge.org (Postfix) with ESMTP id 641AD185828D for ; Sat, 26 Dec 2009 18:27:33 -0500 (EST) Received: from localhost (unknown [127.0.2.5]) by dcvr.yhbt.net (Postfix) with ESMTP id 8E14B1F53F; Sat, 26 Dec 2009 23:27:32 +0000 (UTC) Moving to rainbows list James Tucker wrote: > Eric - I had a report from one of the async_sinatra users who tried > out rainbows with EM, and found that the API didn't actually line up > with what Thin was doing. I really want to devote some more time with > this but I've been very busy. Sadly due to this I don't want to say > stop, but, well, I want to say please check existing apps against it. > I guess could you check async_*.ru from > github.com/macournoyer/thin/master/tree/examples/async_*.ru, as from > what was reported, they're not working with the rainbows > implementation of the deferrablebody hacks. Hi James, thhanks for the heads up. Rainbows! doesn't handle deferrable bodies yet (I didn't look closely enough the first time around), so it can't do everything Thin does with EM, yet. It's already in the TODO, I'll make a mental note to work on it sooner. -- Eric Wong _______________________________________________ Rainbows! mailing list - rainbows-talk-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org http://rubyforge.org/mailman/listinfo/rainbows-talk Do not quote signatures (like this one) or top post when replying