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=0.0 required=3.0 tests=MSGID_FROM_MTA_HEADER shortcircuit=no autolearn=unavailable version=3.3.2 Path: news.gmane.org!not-for-mail From: ghazel-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org Newsgroups: gmane.comp.lang.ruby.rainbows.general Subject: rails 2 and slow external services Date: Sun, 12 Dec 2010 16:14:58 -0800 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1292200939 31628 80.91.229.12 (13 Dec 2010 00:42:19 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 13 Dec 2010 00:42:19 +0000 (UTC) To: rainbows-talk-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org Original-X-From: rainbows-talk-bounces-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org Mon Dec 13 01:42:08 2010 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 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:from:date :message-id:subject:to:content-type; bh=9Z3D8WflkyCyfhVsqz/+JBs4IkKfEMgF2E7HirbCFSQ=; b=cqvT/MUCNF2ajRca0DCyLvkepV7Ow9zvrazPgMIEO/oBMIetTwMQBfiJA/E5CPEYVZ 1rwBxO6LPzHb9uEIe+kngii97siGBtX8LkWKWSI1if6kVZ1Heo+jKNYVsp8Rje6PMAY5 TTBtPcvkT50TFTPK2upsjDRESRDQALZhvU0JY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=qgZMEer9USYC0DdDC/sFlDQVBP56l4wngcdy8q3RIDshNShaehM+sd2vVkyXl0Z/AX SP9GGG95+8wIvx0ron/v6Fl1H7X/2htip4oNWiuoOEha3CabVUWCJa1lz6TLiasayg4E gPWSnqlE8Clfgs+VtE1MO6CfLzLpxRpLLMwc8= 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:162 Archived-At: Received: from rubyforge.org ([205.234.109.19]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PRwUS-0004yu-EA for gclrrg-rainbows-talk@m.gmane.org; Mon, 13 Dec 2010 01:42:08 +0100 Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id D91631858378; Sun, 12 Dec 2010 19:42:07 -0500 (EST) Received: from mail-qw0-f50.google.com (mail-qw0-f50.google.com [209.85.216.50]) by rubyforge.org (Postfix) with ESMTP id B60211858356 for ; Sun, 12 Dec 2010 19:15:19 -0500 (EST) Received: by qwd6 with SMTP id 6so5776267qwd.23 for ; Sun, 12 Dec 2010 16:15:19 -0800 (PST) Received: by 10.229.181.9 with SMTP id bw9mr3240109qcb.62.1292199319044; Sun, 12 Dec 2010 16:15:19 -0800 (PST) Received: by 10.220.179.194 with HTTP; Sun, 12 Dec 2010 16:14:58 -0800 (PST) Hi, Some of my page loads (currently serviced by Unicorn) spend a great deal of time waiting for external services (OpenID, OAuth, etc over Net::HTTP and curb), so I'm looking at Rainbows!. I use Rails 2.3.10. Which concurrency model in Rainbows! is best suited for this sort of page? I'm not totally clear on which parts if any of Rails are thread-safe. Thanks in advance! -Greg _______________________________________________ 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