svn commit: r594786 - /perl/modperl/trunk/t/modperl/cookie.t

2007-11-13 Thread phred
Author: phred Date: Tue Nov 13 22:47:39 2007 New Revision: 594786 URL: http://svn.apache.org/viewvc?rev=594786&view=rev Log: We no longer need TestCommon::SameInterp here. Modified: perl/modperl/trunk/t/modperl/cookie.t Modified: perl/modperl/trunk/t/modperl/cookie.t URL: http://svn.apache.

svn commit: r594682 - in /perl/modperl/trunk/t: modperl/cookie.t response/TestModperl/cookie.pm

2007-11-13 Thread gozer
Author: gozer Date: Tue Nov 13 14:43:25 2007 New Revision: 594682 URL: http://svn.apache.org/viewvc?rev=594682&view=rev Log: Simplify this test, using keepalives instead of the same_interp stuff works just fine. And it's simpler. This one is for Fred. Modified: perl/modperl/trunk/t/modperl/c

svn commit: r594612 - in /perl/modperl/branches/threading: ./ src/modules/perl/ xs/Apache2/ConnectionUtil/ xs/Apache2/RequestUtil/ xs/maps/ xs/tables/current/ModPerl/

2007-11-13 Thread gozer
Author: gozer Date: Tue Nov 13 11:32:58 2007 New Revision: 594612 URL: http://svn.apache.org/viewvc?rev=594612&view=rev Log: This one makes PerlInterpScope more advisory. Using pnotes increment the refcnt of the interp thus binding it to the lifetime of the pnotes. So, using $c->pnotes binds the

svn commit: r594609 - in /perl/modperl/branches/threading: Changes src/modules/perl/mod_perl.c src/modules/perl/modperl_callback.c t/directive/perlcleanuphandler.t t/response/TestDirective/perlcleanup

2007-11-13 Thread gozer
Author: gozer Date: Tue Nov 13 10:51:55 2007 New Revision: 594609 URL: http://svn.apache.org/viewvc?rev=594609&view=rev Log: Now correctly invokes PerlCleanupHandlers, even if they are the only handler type configured for that request Reviewed-By: gozer Submitted-By: Torsten Foertsch <[EMAIL PRO

svn commit: r594601 - in /perl/modperl/branches/threading: ./ lib/ModPerl/ src/modules/perl/ xs/APR/Pool/

2007-11-13 Thread gozer
Author: gozer Date: Tue Nov 13 10:08:34 2007 New Revision: 594601 URL: http://svn.apache.org/viewvc?rev=594601&view=rev Log: For threaded MPMs, change interpreter managment to a new, reference-counted allocation model. Reviewed-by: gozer Submitted-By: Torsten Foertsch <[EMAIL PROTECTED]> Message-