From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Evan Weaver" Newsgroups: gmane.comp.lang.ruby.mongrel.devel Subject: Re: Mongrel 2.0 Date: Fri, 21 Nov 2008 10:03:12 -0800 Message-ID: References: <71166b3b0811191909n6ad79b3cse89be4b9c50b8283@mail.gmail.com> Reply-To: mongrel-development-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org 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 1227460173 27106 80.91.229.12 (23 Nov 2008 17:09:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 23 Nov 2008 17:09:33 +0000 (UTC) To: mongrel-development-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org Original-X-From: mongrel-development-bounces-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org Sun Nov 23 18:10:36 2008 Return-path: Envelope-to: gclrmd-mongrel-development@m.gmane.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender :to:subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references :x-google-sender-auth; bh=DBVuLnZZLPFIbJDeVHrXFV5cmzKATxqMq8VJKKjf7BE=; b=sRcIjlYRjUidLLrvUkAi+By2Wff99d7B8u2bpefhsAAdSpuatqfYTtEB8FhYDONYn6 liO0fCc77LeTK2wyeZhOeNnR5Xp5vJs80zzWlJix2VITORLoF+Ws5l89T9g1BBFXs2OW YMMYWXdLZ+4Wh81PwobMbD7WBWVoPaIqj3koQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references:x-google-sender-auth; b=USRrF8ZYQaEB3xVpmXiT3gtrQRoLVSbkhvh8ZUQyqc74CIwYq7Xkj6/KczfnrzMdUE aer4FMyQlL8ZlzfU6aZF1zwNG1tJoi5qGYSD8BGIoqVgJU7/WbiQIqrIz7cQMX8MPDWd XSJdb+OYmUkK93TdlCnaGZG5lrM05DhvK/Q8A= In-Reply-To: Content-Disposition: inline X-Google-Sender-Auth: 47934c5f2301583f X-BeenThere: mongrel-development-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: mongrel-development-bounces-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org Errors-To: mongrel-development-bounces-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org Xref: news.gmane.org gmane.comp.lang.ruby.mongrel.devel:80 Archived-At: Received: from rubyforge.org ([205.234.109.19]) by lo.gmane.org with esmtp (Exim 4.50) id 1L4ITj-00017u-R6 for gclrmd-mongrel-development@m.gmane.org; Sun, 23 Nov 2008 18:10:36 +0100 Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id 5C7F8167821A; Fri, 21 Nov 2008 14:45:49 -0500 (EST) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.172]) by rubyforge.org (Postfix) with ESMTP id AC4473CB160 for ; Fri, 21 Nov 2008 13:03:12 -0500 (EST) Received: by wf-out-1314.google.com with SMTP id 28so1086095wfc.29 for ; Fri, 21 Nov 2008 10:03:12 -0800 (PST) Received: by 10.142.53.19 with SMTP id b19mr393979wfa.154.1227290592121; Fri, 21 Nov 2008 10:03:12 -0800 (PST) Received: by 10.143.18.8 with HTTP; Fri, 21 Nov 2008 10:03:12 -0800 (PST) List-Post: I was under the impression that it wasn't portable. If it is, that would be great. Evan On Wed, Nov 19, 2008 at 9:54 PM, Tony Arcieri wrote: > On Wed, Nov 19, 2008 at 9:39 PM, Kirk Haines wrote: >> >> On Linux (and some other *nixes), there's a funky little thing that >> happens when a process that is bound to a socket is forked. >> >> All of the forked processes are also bound to the socket, and the >> kernel will distribute connections between them. It's a low cost way >> to load balance between workers on a machine that is running an OS >> which will support it. > > Prefork servers should be fairly portable. Any reason why you aren't trying > this on other platforms? > > -- > Tony Arcieri > medioh.com > > _______________________________________________ > Mongrel-development mailing list > Mongrel-development-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org > http://rubyforge.org/mailman/listinfo/mongrel-development > > -- Evan Weaver