Apache::test patch

2000-12-02 Thread Ken Williams
Meta-question: should I be sending patches to modperl-cvs, or modperl? This patch does three things. First, it allows the user to skip live-server testing by answering '!' when asked to find an httpd binary. Second, we now sense whether the given binary was compiled with mod_so. If so, by

Re: speed of the perl scripts under mod_perl!!!

2000-12-02 Thread Stas Bekman
On Sat, 2 Dec 2000, Edmar Edilton da Silva wrote: Hi all, I have installed on my machine the apache and mod_perl. I'd like to know if when the child processes of the apache are created already exists a copy of the Perl interprer into each apache's child process, or only will

Perl scripts with Apache::DBI !!!

2000-12-02 Thread Edmar Edilton da Silva
Hi folks, I am not sure if my perl scripts are running under Apache::DBI. How can I check if they are using database connections which was already openned. Is there any command that I can add to the perl script for it tell me if was opens a new connection with the

Re: Perl scripts with Apache::DBI !!!

2000-12-02 Thread Stas Bekman
On Sat, 2 Dec 2000, Edmar Edilton da Silva wrote: Hi folks, I am not sure if my perl scripts are running under Apache::DBI. How can I check if they are using database connections which was already openned. Is there any command that I can add to the perl script for it