Re: mod_perl 2 and DBI connection pooling

2004-05-25 Thread Stas Bekman
John Siracusa wrote: What is the status of DBI connection pooling (a la Apache::DBI) in mod_perl 2? The 2.0 guide says, "a replacement for Apache::DBI based on the tipool will allow to reuse database connections between multiple threads of the same process." "will allow"? Does that mean it's not

Re: [QUESTION] Modperl setup problem.

2004-05-25 Thread Stas Bekman
[EMAIL PROTECTED] wrote: I see. I'm not using a cgi directory, but am running scripts out of the normal root/sub directories. Here's what I have in httpd right now: LoadModule php4_modulemodules/libphp4.so LoadModule perl_modulemodules/mod_perl.so PerlModule Apache2 ** Documen

Re: [ANNOUNCE] mod_perl-1.99_14

2004-05-25 Thread Stas Bekman
Stefan Loones wrote: Stas Bekman wrote: Problem is that on our production machine I need to do everything with rpm. When I have the time I will try it on another machine. That's clear. But nothing prevents you from building from the source to test whether it works. I have no problem building mp2

Re: mp2: starting a new completely separate perl process

2004-05-25 Thread Stas Bekman
Stefan Loones wrote: Hi all, First of all sorry if this is not really mod_perl related I'm looking for the best way to start a new process from a (SetHandler modperl) PerlResponseHandler. I don't want the ResponseHandler to wait for the new process. So the new process needs to be completely inde

mp2: starting a new completely separate perl process

2004-05-25 Thread Stefan Loones
Hi all, First of all sorry if this is not really mod_perl related I'm looking for the best way to start a new process from a (SetHandler modperl) PerlResponseHandler. I don't want the ResponseHandler to wait for the new process. So the new process needs to be completely independent. The new proc

Re: [ANNOUNCE] mod_perl-1.99_14

2004-05-25 Thread Stefan Loones
Stas Bekman wrote: Problem is that on our production machine I need to do everything with rpm. When I have the time I will try it on another machine. That's clear. But nothing prevents you from building from the source to test whether it works. I have no problem building mp2 from source on linu

mod_perl 2 and DBI connection pooling

2004-05-25 Thread John Siracusa
What is the status of DBI connection pooling (a la Apache::DBI) in mod_perl 2? The 2.0 guide says, "a replacement for Apache::DBI based on the tipool will allow to reuse database connections between multiple threads of the same process." "will allow"? Does that mean it's not done yet? How are p

Re: [ANNOUNCE] mod_perl-1.99_14

2004-05-25 Thread Stas Bekman
Stefan Loones wrote: Stas Bekman wrote: Stefan Loones wrote: -8<-- Start Bug Report 8<-- 1. Problem Description: My previous working version was : mod_perl-1.99_11-3 (.i386.rpm) I did a rpmbuild --rebuild mod_perl-1.99_14-1.bl.src.rpm (rpm supplied by St

RE: [QUESTION] Modperl setup problem.

2004-05-25 Thread zmfeuerborn
I see. I'm not using a cgi directory, but am running scripts out of the normal root/sub directories. Here's what I have in httpd right now: LoadModule php4_modulemodules/libphp4.so LoadModule perl_modulemodules/mod_perl.so PerlModule Apache2 ** DocumentRoot "/wwwroot/htdocs

Re: [ANNOUNCE] mod_perl-1.99_14

2004-05-25 Thread Stefan Loones
Stas Bekman wrote: Stefan Loones wrote: -8<-- Start Bug Report 8<-- 1. Problem Description: My previous working version was : mod_perl-1.99_11-3 (.i386.rpm) I did a rpmbuild --rebuild mod_perl-1.99_14-1.bl.src.rpm (rpm supplied by Stuart Jansen, thanks !