Randy Kobes wrote:
On Sat, 13 Sep 2003, Stas Bekman wrote:
[ ... ]
So what I was saying is that we probably need to continue
building *mod_perl* as before, however make mod_perl.lib
and anything else needed available under the Apache source
tree (or I think under the perl lib tree for mp1, since
On Sat, 13 Sep 2003, Stas Bekman wrote:
[ ... ]
> So what I was saying is that we probably need to continue
> building *mod_perl* as before, however make mod_perl.lib
> and anything else needed available under the Apache source
> tree (or I think under the perl lib tree for mp1, since
> that's whe
Geoffrey Young wrote:
I was wondering why modperl_run_filter_init() uses
MP_dINTERP_SELECT to select the interpreter, but never puts the
interpreter back into the pool. what happens to the remaining
phases if PerlInterpScope is handler?
must be a bug then.
ok, I'll get a patch together
Randy Kobes wrote:
On Fri, 12 Sep 2003, Stas Bekman wrote:
Randy Kobes wrote:
In a thread on the mod_perl list about building
Apache::Dispatch on Win32 using mod_perl 1, Steve raised the
point about the entry in Apache::MyConfig pointing to
mod_perl.lib referred to the source location. For build
Ayhan Ulusoy wrote:
Sorry for the latish reply. I'm now back from vacation.
Yes. The CVS version seems to be working for us now.
I don't know what the new "layer" implementation does, but it seems to
cut it for us at this point. Thanks a lot.
Just out of curiosity... how does the new implementa
I was wondering why modperl_run_filter_init() uses
MP_dINTERP_SELECT to select the interpreter, but never puts the
interpreter back into the pool. what happens to the remaining
phases if PerlInterpScope is handler?
must be a bug then.
ok, I'll get a patch together for it.
cool, thank
Sorry for the latish reply. I'm now back from vacation.
Yes. The CVS version seems to be working for us now.
I don't know what the new "layer" implementation does, but it seems to
cut it for us at this point. Thanks a lot.
Just out of curiosity... how does the new implementation differ from t