Re: auto-solib-add and threaded httpd don't play together

2002-03-15 Thread Daniel Jacobowitz
On Tue, Mar 12, 2002 at 06:46:17PM +0800, Stas Bekman wrote: > Hi Daniel, > > Remember you've helped me at the mod_perl dev list with my gdb starting > very slowly? > http://marc.theaimsgroup.com/?l=apache-modperl-dev&m=100679267518055&w=2 > Your auto-solib-add tip works great with preforked htt

Re: [ANNOUNCE] The New "mod_perl" logo - results now in...

2002-03-15 Thread Georgy Vladimirov
I actually like the logo without the underscore. I don't think an underscore is very collaborative with art. The "_" has always been irritating me a little. I know that there is history and nostalgia involved here but dropping an underscore at least in the logo is a nice evolution IMHO. The whole

Re: modperl 1.x and perl 5.7.3 aren't playing nice?

2002-03-15 Thread Stephen Clouse
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sat, Mar 16, 2002 at 02:20:15AM +0800, Stas Bekman wrote: > Somebody at p5p was asking about problems with 5.7.3 and modperl 1.x. > I've run make test and got a bunch of failures, though didn't get a > chance to investigate. > > Failed Test

Re: modperl 1.x and perl 5.7.3 aren't playing nice?

2002-03-15 Thread Geoffrey Young
Stas Bekman wrote: > > Somebody at p5p was asking about problems with 5.7.3 and modperl 1.x. > I've run make test and got a bunch of failures, though didn't get a > chance to investigate. with the AUTOLOAD stuff fixed, I'm back to compiling bleedperl and mod_perl CVS nightly, though I don't play

modperl 1.x and perl 5.7.3 aren't playing nice?

2002-03-15 Thread Stas Bekman
Somebody at p5p was asking about problems with 5.7.3 and modperl 1.x. I've run make test and got a bunch of failures, though didn't get a chance to investigate. Failed Test Stat Wstat Total Fail Failed List of Failed ---

[patch] Apache::Scoreboard

2002-03-15 Thread Stas Bekman
This is a big patch porting Apache::Scoreboard to work with 2.0, with all the tests working under the latest prefork and worker mpms on perl5.7.3. Haven't tested it yet with 5.6.1. Docs are coming. The scoreboard has changed a bit in 2.0 mainly because of the threads. I've changed a few APIs an

implementing APR::Process

2002-03-15 Thread Stas Bekman
I need to pass $$ on the perl side and on the APR side it has to re-emerge as apr_proc_t. I see that it's not implemented yet.: ! pid in out err I've a few questions: 1. the apr_proc_t definition is: /** The APR process type */ struct apr_proc_t { /** The process ID */