rack-devel archive mirror (unofficial) https://groups.google.com/group/rack-devel
 help / color / mirror / Atom feed
* How to pass "num-procs" and "timeout" options to Mongrel server?
@ 2009-09-07 10:10 Iñaki Baz Castillo
  2009-09-08 15:58 ` Michael Fellinger
  0 siblings, 1 reply; 7+ messages in thread
From: Iñaki Baz Castillo @ 2009-09-07 10:10 UTC (permalink / raw)
  To: rack-devel


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.

-- 
Iñaki Baz Castillo
<ibc@aliax.net>

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: How to pass "num-procs" and "timeout" options to Mongrel server?
  2009-09-07 10:10 How to pass "num-procs" and "timeout" options to Mongrel server? Iñaki Baz Castillo
@ 2009-09-08 15:58 ` Michael Fellinger
  2009-09-08 16:09   ` Iñaki Baz Castillo
  0 siblings, 1 reply; 7+ messages in thread
From: Michael Fellinger @ 2009-09-08 15:58 UTC (permalink / raw)
  To: rack-devel


On Mon, Sep 7, 2009 at 12:10 PM, Iñaki Baz Castillo<ibc@aliax.net> wrote:
>
> 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?

I worked on a patch for this a while ago, but forgot to push it.
How does this look for you: http://pastr.it/16338

>
> Thanks a lot.
>
> --
> Iñaki Baz Castillo
> <ibc@aliax.net>
>

-- 
Michael Fellinger
CTO, The Rubyists, LLC
972-996-5199

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: How to pass "num-procs" and "timeout" options to Mongrel server?
  2009-09-08 15:58 ` Michael Fellinger
@ 2009-09-08 16:09   ` Iñaki Baz Castillo
  2009-09-08 17:08     ` Michael Fellinger
  0 siblings, 1 reply; 7+ messages in thread
From: Iñaki Baz Castillo @ 2009-09-08 16:09 UTC (permalink / raw)
  To: rack-devel


2009/9/8 Michael Fellinger <m.fellinger@gmail.com>:
>
> On Mon, Sep 7, 2009 at 12:10 PM, Iñaki Baz Castillo<ibc@aliax.net> wrote:
>>
>> 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?
>
> I worked on a patch for this a while ago, but forgot to push it.
> How does this look for you: http://pastr.it/16338

It sounds really good. Will it be merged into the trunk code?




-- 
Iñaki Baz Castillo
<ibc@aliax.net>

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: How to pass "num-procs" and "timeout" options to Mongrel server?
  2009-09-08 16:09   ` Iñaki Baz Castillo
@ 2009-09-08 17:08     ` Michael Fellinger
  2009-09-08 17:16       ` Iñaki Baz Castillo
                         ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Michael Fellinger @ 2009-09-08 17:08 UTC (permalink / raw)
  To: rack-devel


On Tue, Sep 8, 2009 at 6:09 PM, Iñaki Baz Castillo<ibc@aliax.net> wrote:
>
> 2009/9/8 Michael Fellinger <m.fellinger@gmail.com>:
>>
>> On Mon, Sep 7, 2009 at 12:10 PM, Iñaki Baz Castillo<ibc@aliax.net> wrote:
>>>
>>> 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?
>>
>> I worked on a patch for this a while ago, but forgot to push it.
>> How does this look for you: http://pastr.it/16338
>
> It sounds really good. Will it be merged into the trunk code?

I pushed it for now, if there are issues, please let me know.
It should be backwards compatible, so I think it's OK for the next release.

>
> --
> Iñaki Baz Castillo
> <ibc@aliax.net>
>



-- 
Michael Fellinger
CTO, The Rubyists, LLC
972-996-5199

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: How to pass "num-procs" and "timeout" options to Mongrel server?
  2009-09-08 17:08     ` Michael Fellinger
@ 2009-09-08 17:16       ` Iñaki Baz Castillo
  2009-09-08 22:14       ` Iñaki Baz Castillo
  2009-09-08 22:56       ` Iñaki Baz Castillo
  2 siblings, 0 replies; 7+ messages in thread
From: Iñaki Baz Castillo @ 2009-09-08 17:16 UTC (permalink / raw)
  To: rack-devel


2009/9/8 Michael Fellinger <m.fellinger@gmail.com>:
> I pushed it for now, if there are issues, please let me know.
> It should be backwards compatible, so I think it's OK for the next release.

Thanks, I will test it today.

BTW, do you know if Thin allows similar parameters? By default, Thin
sets 1024 as max number of connections.

Thanks again.

-- 
Iñaki Baz Castillo
<ibc@aliax.net>

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: How to pass "num-procs" and "timeout" options to Mongrel server?
  2009-09-08 17:08     ` Michael Fellinger
  2009-09-08 17:16       ` Iñaki Baz Castillo
@ 2009-09-08 22:14       ` Iñaki Baz Castillo
  2009-09-08 22:56       ` Iñaki Baz Castillo
  2 siblings, 0 replies; 7+ messages in thread
From: Iñaki Baz Castillo @ 2009-09-08 22:14 UTC (permalink / raw)
  To: rack-devel


El Martes, 8 de Septiembre de 2009, Michael Fellinger escribió:
> On Tue, Sep 8, 2009 at 6:09 PM, Iñaki Baz Castillo<ibc@aliax.net> wrote:
> > 2009/9/8 Michael Fellinger <m.fellinger@gmail.com>:
> >> On Mon, Sep 7, 2009 at 12:10 PM, Iñaki Baz Castillo<ibc@aliax.net> wrote:
> >>> 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?
> >>
> >> I worked on a patch for this a while ago, but forgot to push it.
> >> How does this look for you: http://pastr.it/16338
> >
> > It sounds really good. Will it be merged into the trunk code?
> 
> I pushed it for now, if there are issues, please let me know.
> It should be backwards compatible, so I think it's OK for the next release.

Hi, could I know how to install the master branch?
I've got the git repository and expected "rake install" to work but there is 
no "install" action in Rakefile.

Thanks.


-- 
Iñaki Baz Castillo <ibc@aliax.net>

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: How to pass "num-procs" and "timeout" options to Mongrel server?
  2009-09-08 17:08     ` Michael Fellinger
  2009-09-08 17:16       ` Iñaki Baz Castillo
  2009-09-08 22:14       ` Iñaki Baz Castillo
@ 2009-09-08 22:56       ` Iñaki Baz Castillo
  2 siblings, 0 replies; 7+ messages in thread
From: Iñaki Baz Castillo @ 2009-09-08 22:56 UTC (permalink / raw)
  To: rack-devel


El Martes, 8 de Septiembre de 2009, Michael Fellinger escribió:
> > I worked on a patch for this a while ago, but forgot to push it.
> >
> >> How does this look for you: http://pastr.it/16338
> >
> > It sounds really good. Will it be merged into the trunk code?
> 
> I pushed it for now, if there are issues, please let me know.
> It should be backwards compatible, so I think it's OK for the next release.

It works correctly. This is, the parameters are passed to Mongrel itself (I've 
checked it). 


-- 
Iñaki Baz Castillo <ibc@aliax.net>

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2009-09-08 22:56 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-07 10:10 How to pass "num-procs" and "timeout" options to Mongrel server? Iñaki Baz Castillo
2009-09-08 15:58 ` Michael Fellinger
2009-09-08 16:09   ` Iñaki Baz Castillo
2009-09-08 17:08     ` Michael Fellinger
2009-09-08 17:16       ` Iñaki Baz Castillo
2009-09-08 22:14       ` Iñaki Baz Castillo
2009-09-08 22:56       ` Iñaki Baz Castillo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).