Re: Apache::Session and performance question

2000-09-01 Thread Greg Cope
Perrin Harkins wrote: > > On Mon, 28 Aug 2000, Chris Brooks wrote: > > I went back through the documentation on Apache::Session, > > Apache::Session::DBIStore, and Apache::DBI, and I haven't found a > > problem in the way we have implemented this. Does anyone else have > > suggestions, or has an

Re: Apache::Session and performance question

2000-08-28 Thread Chris Brooks
Perrin, Thanks for the replies. Adding an index made a significant improvement on performance -- it's still three or four times slower than without Apache::Session, but much faster than without the index. Thanks again, Chris Perrin Harkins wrote: > On Mon, 28 Aug 2000, Chris Brooks wrote: > >

Re: Apache::Session and performance question

2000-08-28 Thread Perrin Harkins
On Mon, 28 Aug 2000, Chris Brooks wrote: > I went back through the documentation on Apache::Session, > Apache::Session::DBIStore, and Apache::DBI, and I haven't found a > problem in the way we have implemented this. Does anyone else have > suggestions, or has anyone else experienced a similar per

Re: Apache::Session and performance question

2000-08-28 Thread Chris Brooks
hanks, Chris >Date: Tue, 22 Aug 2000 10:08:11 -0400 >To: Perrin Harkins <[EMAIL PROTECTED]> >From: Chris Brooks <[EMAIL PROTECTED]> >CC: [EMAIL PROTECTED] >Subject: Re: Apache::Session and performance question >Message-ID: <[EMAIL PROTECTED]> >Hi, thanks for the

Re: Apache::Session and performance question

2000-08-22 Thread Chris Brooks
Hi, thanks for the reply, Yes, we are calling the module from http.conf like this: PerlModule Apache::DBI PerlRequire /www/perl/scripts/perl-startup.pl PerlHeaderParserHandler Carescout::SessionHandler The referenced startup script contains the line: Apache::DBI->connect_on_init( 'DBI:mysql:cs

Re: Apache::Session and performance question

2000-08-21 Thread Perrin Harkins
On Mon, 21 Aug 2000, Chris Brooks wrote: > We have a fairly simple handler responsible for maintaining > state on our web server. Unfortunately, when we activate > it, server performance drops to about 1/10th of what it is > without. After going through the handler and commenting > out parts an

Apache::Session and performance question

2000-08-21 Thread Chris Brooks
Hi all, We have a fairly simple handler responsible for maintaining state on our web server. Unfortunately, when we activate it, server performance drops to about 1/10th of what it is without. After going through the handler and commenting out parts and benchmarking (rinse, repeat), Apache::Se