Re: Please help adding ModPerl::Interpreter

2007-11-13 Thread Philippe M. Chiasson
Torsten Foertsch wrote: > On Thursday 18 October 2007, Philippe M. Chiasson wrote: >> Any chance you can break the patch into multiple patches > > This one makes PerlInterpScope more advisory. Using pnotes increment the > refcnt of the interp thus binding it to the lifetime of the pnotes. So, usi

Re: Please help adding ModPerl::Interpreter

2007-11-13 Thread Philippe M. Chiasson
Torsten Foertsch wrote: > On Thursday 18 October 2007, Philippe M. Chiasson wrote: >> Any chance you can break the patch into multiple patches > > This one needs the refcount based interpreter management to work. It moves > the > registration of the PerlCleanupHandler callback to > modperl_hook

Re: Please help adding ModPerl::Interpreter

2007-11-13 Thread Philippe M. Chiasson
Torsten Foertsch wrote: > On Thursday 18 October 2007, Philippe M. Chiasson wrote: >> Any chance you can break the patch into multiple patches > > This one implements the refcount based interpreter management. Is supposed to > be applied on top of the pnotes-refcount patch. > > It implements bas