Re: Memory leak

2001-06-03 Thread Steven Lembark
> > script offers database search facilities on the web. If a search is > > performed which results in many (namely 400) rows being returned, then > > the httpd child that serves the request grows by 2 MB. Have a child > > serve that request ten times, and its size will grow from an initial 8 > >

Re: advice on Apache::DBI Apache::Session and Apache::AuthCookieDBI intergration

2001-06-03 Thread Martin Redington
On Sunday, June 3, 2001, at 12:28 pm, Clayton Cottingham aka drfrog wrote: > > heres what im caught on : > 1.is it best to load Apache::DBI at start up of apache and can i load > more than > one connection type? yes via PerlModule or a PerlRequire for a startup.pl. My understanding is that f

advice on Apache::DBI Apache::Session and Apache::AuthCookieDBI intergration

2001-06-03 Thread Clayton Cottingham aka drfrog
Hi all, ive just been researching these a bit and I'm wondering if anyone has good advice/links on how to link these three Modules together ? heres what im caught on : 1.is it best to load Apache::DBI at start up of apache and can i load more than one connection type? 2.is it best to login and