Mailing List Archive

HTTP::Prefork patch for background and pidfile
Hi!

We've allowed our app to use C::Engine::HTTP::Prefork instead of
C::Engine::HTTP and found there were some parameters that were missing.

This patch allows pidfile and background to be passed from MyApp-
>run() (which are respected by C::Engine::HTTP).

Patched against C::E::HTTP::Prefork 0.50.

Ton
Re: HTTP::Prefork patch for background and pidfile [ In reply to ]
On May 29, 2009, at 9:20 AM, Ton Voon wrote:

> Hi!
>
> We've allowed our app to use C::Engine::HTTP::Prefork instead of
> C::Engine::HTTP and found there were some parameters that were
> missing.
>
> This patch allows pidfile and background to be passed from MyApp-
> >run() (which are respected by C::Engine::HTTP).
>
> Patched against C::E::HTTP::Prefork 0.50.

Thanks, jshirley applied a variation of this patch. I'll do an
updated release later this week.

http://dev.catalystframework.org/svnweb/Catalyst/revision/?rev=10422




_______________________________________________
Catalyst-dev mailing list
Catalyst-dev@lists.scsys.co.uk
http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst-dev
Re: HTTP::Prefork patch for background and pidfile [ In reply to ]
On 8 Jun 2009, at 21:33, Andy Grundman wrote:

>
> On May 29, 2009, at 9:20 AM, Ton Voon wrote:
>
>> Hi!
>>
>> We've allowed our app to use C::Engine::HTTP::Prefork instead of
>> C::Engine::HTTP and found there were some parameters that were
>> missing.
>>
>> This patch allows pidfile and background to be passed from MyApp-
>> >run() (which are respected by C::Engine::HTTP).
>>
>> Patched against C::E::HTTP::Prefork 0.50.
>
> Thanks, jshirley applied a variation of this patch. I'll do an
> updated release later this week.
>
> http://dev.catalystframework.org/svnweb/Catalyst/revision/?rev=10422

Fab, thanks.

Ton