From mboxrd@z Thu Jan 1 00:00:00 1970 Delivered-To: chneukirchen@gmail.com Received: by 10.86.23.1 with SMTP id 1cs235060fgw; Mon, 7 Sep 2009 03:10:51 -0700 (PDT) Received-SPF: pass (google.com: domain of grbounce-ceibQwUAAAB4YPBqaDIjI2bFOCxyyh3G=chneukirchen=gmail.com@googlegroups.com designates 10.224.92.70 as permitted sender) client-ip=10.224.92.70; Authentication-Results: mr.google.com; spf=pass (google.com: domain of grbounce-ceibQwUAAAB4YPBqaDIjI2bFOCxyyh3G=chneukirchen=gmail.com@googlegroups.com designates 10.224.92.70 as permitted sender) smtp.mail=grbounce-ceibQwUAAAB4YPBqaDIjI2bFOCxyyh3G=chneukirchen=gmail.com@googlegroups.com; dkim=pass header.i=grbounce-ceibQwUAAAB4YPBqaDIjI2bFOCxyyh3G=chneukirchen=gmail.com@googlegroups.com Received: from mr.google.com ([10.224.92.70]) by 10.224.92.70 with SMTP id q6mr15225556qam.4.1252318250969 (num_hops = 1); Mon, 07 Sep 2009 03:10:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlegroups.com; s=beta; h=domainkey-signature:received:received:x-sender:x-apparently-to :received:received:received:received-spf:received:mime-version :received:date:message-id:subject:from:to:content-type :content-transfer-encoding:reply-to:sender:precedence:x-google-loop :mailing-list:list-id:list-post:list-help:list-unsubscribe :x-beenthere-env:x-beenthere; bh=82NNSq1cZdz7mqEG8prK8BWIICoSUYO7Uzt7BJvdadg=; b=kW8XQ2K11RrQ66MnXpctZk1p3V09M+dN9AMVst/8/7iQs0ZvdBTHx6A2k4+Ky1uQoB ys9vbIVPhtLrWWmMOT33+lDCWjUPgplFI/cyeNmn41Ce+G9UFXJ2/2xM1MGwOOfA88df Rj17lUB+A6IZ8jwftaeeKJeX+a64IcCEX1V7s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlegroups.com; s=beta; h=x-sender:x-apparently-to:received-spf:authentication-results :mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding:reply-to:sender:precedence:x-google-loop :mailing-list:list-id:list-post:list-help:list-unsubscribe :x-beenthere-env:x-beenthere; b=zFRvmpeLo+qBGghh0QlnRt8s7sPBZrHVq6BWu2SDBIh69S2ZMl/Z9+weD1LzQE92oc Rbykh+rkoBx0GT0HFxrRmDRdPnJzndPCjez5JZsdJf/IncLjSSGXL8gnC2UgKRVbXE5D 6yyNRozvlapUlyYbEDP0MGaD03wVuB1+o5TNM= Received: by 10.224.92.70 with SMTP id q6mr2559907qam.4.1252318250830; Mon, 07 Sep 2009 03:10:50 -0700 (PDT) Received: by 10.177.143.21 with SMTP id v21gr1643yqn.0; Mon, 07 Sep 2009 03:10:49 -0700 (PDT) X-Sender: ibc@aliax.net X-Apparently-To: rack-devel@googlegroups.com Received: by 10.204.24.130 with SMTP id v2mr574953bkb.9.1252318247074; Mon, 07 Sep 2009 03:10:47 -0700 (PDT) Received: by 10.204.24.130 with SMTP id v2mr574952bkb.9.1252318247050; Mon, 07 Sep 2009 03:10:47 -0700 (PDT) Return-Path: Received: from mail-fx0-f219.google.com (mail-fx0-f219.google.com [209.85.220.219]) by gmr-mx.google.com with ESMTP id 16si390817fxm.2.2009.09.07.03.10.46; Mon, 07 Sep 2009 03:10:46 -0700 (PDT) Received-SPF: neutral (google.com: 209.85.220.219 is neither permitted nor denied by best guess record for domain of ibc@aliax.net) client-ip=209.85.220.219; Authentication-Results: gmr-mx.google.com; spf=neutral (google.com: 209.85.220.219 is neither permitted nor denied by best guess record for domain of ibc@aliax.net) smtp.mail=ibc@aliax.net Received: by mail-fx0-f219.google.com with SMTP id 19so1784474fxm.26 for ; Mon, 07 Sep 2009 03:10:46 -0700 (PDT) MIME-Version: 1.0 Received: by 10.223.18.137 with SMTP id w9mr5323508faa.61.1252318235538; Mon, 07 Sep 2009 03:10:35 -0700 (PDT) Date: Mon, 7 Sep 2009 12:10:35 +0200 Message-ID: Subject: How to pass "num-procs" and "timeout" options to Mongrel server? From: =?UTF-8?Q?I=C3=B1aki_Baz_Castillo?= To: rack-devel@googlegroups.com Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Reply-To: rack-devel@googlegroups.com Sender: rack-devel@googlegroups.com Precedence: bulk X-Google-Loop: groups Mailing-List: list rack-devel@googlegroups.com; contact rack-devel+owner@googlegroups.com List-Id: List-Post: List-Help: List-Unsubscribe: , X-BeenThere-Env: rack-devel@googlegroups.com X-BeenThere: rack-devel@googlegroups.com Hi, Mongrel allows "num-procs" and "timeout" options but I don't find in Rack documentation how to pass those options to Mongrel using the Rack Mongrel handler. How to do it? Thanks a lot. --=20 I=C3=B1aki Baz Castillo