Re: modperl growth

2002-02-03 Thread Paul DuBois
At 11:02 + 2/3/02, Dave Hodgkinson wrote: Paul DuBois [EMAIL PROTECTED] writes: Mac OS X includes Apache, and mod_perl works there, too. That's another group of potential new mod_perl-ized servers. I think all the recent RedHats come with mod_perl as a DSO by default. I just looked

Re: modperl growth

2002-02-02 Thread Paul DuBois
At 20:54 -0200 2/2/02, Jorge Godoy wrote: Matt Sergeant [EMAIL PROTECTED] writes: Wow, bizarre. Not sure why but the AxKit list has seen a massive spurt in traffic lately too. Perhaps due to the migration to xml.apache.org (well, just a link at the moment), but perhaps due to the above?

RE: Apache::Session Problem -- Addendum

2001-11-22 Thread Paul DuBois
At 10:43 AM + 11/22/01, Jonathan M. Hollin wrote: Thank you everyone for the quality of help I've so far received and your rapid responses. However... :-( At the rist of making a shameless plug, you can visit http://www.kitebird.com/mysql-perl/ and grab the webdb source distribution there.

Re: [Announce] MSIISProbes.pm v1.03

2001-09-20 Thread Paul DuBois
Hello, thanks to patches from Brice D. Ruth and others, a new version of MSIISProbes.pm is available at http://www.tonkinresolutions.com/MSIISProbes.pm.tar.gz Changes: v1.03 Added code to get e-mail for the SOA of the host (Brice D. Ruth) Cut the DNS Resolver's timeout to 20

Re: mod_perl memory consumption

2001-08-30 Thread Paul DuBois
[EMAIL PROTECTED] (Perrin Harkins) wrote: I guess that DBI gets all records if you use fetchall_array|hashref and that it is else OK. No, the behavior that I saw was when fetching a row at a time. Behind the scenes, DBI would fetch ALL the rows into RAM and then iterate over them. This may

Re: mod_perl memory consumption

2001-08-30 Thread Paul DuBois
At 2:55 PM +1000 8/31/01, Jeremy Howard wrote: Paul DuBois wrote: mysql_store_result/mysql_use_result determine whether or not the server sends all the rows to the client at once, or one at a time as the client asks for them. mysql_store_result is therefore more memory intensive

Re: Apache::Registry() and strict

2000-11-07 Thread Paul DuBois
At 10:25 AM +0100 11/7/00, [EMAIL PROTECTED] wrote: On Tue, 7 Nov 2000, Ron Rademaker wrote: Hi, You would think so, however every doc I read (including the one you pointed out to me) told me that perl gives me a warning: Variable $foo will not stay shared at I do use -w so I