Re: MP_PERL_FREE_THREAD_KEY_WORKAROUND

2005-01-16 Thread Philippe M. Chiasson
Eric Cholet wrote: Le 16 janv. 05, à 11:58, Gisle Aas a écrit : Stas, Could you apply this addition to the MP_PERL_FREE_THREAD_KEY_WORKAROUND? This will avoid that the perl_fini patch now in ActivePerl blows up because we end up with calling FREE_THREAD_KEY twice. --Gisle diff -ru modperl-2.0_

Autoreply: svn commit: r125401 - /perl/modperl/trunk/src/modules/perl/modperl_perl_includes.h

2005-01-16 Thread postmaster
Your message reads: Received: from mail.apache.org (unverified [209.237.227.199]) by mail.hotspace.com.au (Rockliffe SMTPRA 4.5.6) with SMTP id <[EMAIL PROTECTED]> for <[EMAIL PROTECTED]>; Mon, 17 Jan 2005 17:03:10 +1100 Received: (qmail 37997 invoked by uid 500); 17 Jan 2005 06:04:40 - M

Re: [mp2] PerlPostConfigRequire requires absolute path?

2005-01-16 Thread Philippe M. Chiasson
Patrick LeBoutillier wrote: Hi all, I'm loading a .pm file using PerlPostConfigRequire (1.99_19) and I can't get it to load without specifying an absolute path. Even if my module is installed someplace under @INC, PerlPostConfigRequire Apache/Whatever.pm or even PerlPostConfigRequire Carp.p

Autoreply: svn commit: r125400 - /perl/modperl/trunk/Changes /perl/modperl/trunk/src/modules/perl/modperl_cmd.c

2005-01-16 Thread postmaster
Your message reads: Received: from mail.apache.org (unverified [209.237.227.199]) by mail.hotspace.com.au (Rockliffe SMTPRA 4.5.6) with SMTP id <[EMAIL PROTECTED]> for <[EMAIL PROTECTED]>; Mon, 17 Jan 2005 16:51:52 +1100 Received: (qmail 20419 invoked by uid 500); 17 Jan 2005 05:53:21 - M

Solution to the Apache2 issue: Option 3

2005-01-16 Thread Adam Kennedy
OK, alongside 1) Apache->Apache2 and 2) Parallel-Perl solutions here is a potential third solution for people to ponder over. This is meant to be a sort of absolutely minimal solution, that involves as little change as possible and is more about containment of the problem than fixing it. It pr

Re: MP_PERL_FREE_THREAD_KEY_WORKAROUND

2005-01-16 Thread Eric Cholet
Le 16 janv. 05, à 11:58, Gisle Aas a écrit : Stas, Could you apply this addition to the MP_PERL_FREE_THREAD_KEY_WORKAROUND? This will avoid that the perl_fini patch now in ActivePerl blows up because we end up with calling FREE_THREAD_KEY twice. --Gisle diff -ru modperl-2.0_20050116053812/src/

MP_PERL_FREE_THREAD_KEY_WORKAROUND

2005-01-16 Thread Gisle Aas
Stas, Could you apply this addition to the MP_PERL_FREE_THREAD_KEY_WORKAROUND? This will avoid that the perl_fini patch now in ActivePerl blows up because we end up with calling FREE_THREAD_KEY twice. --Gisle diff -ru modperl-2.0_20050116053812/src/modules/perl/modperl_perl_includes.h modperl