Re: win32 + apache2 + mysql

2003-06-25 Thread Joshua Burley
Storable.pm found here: C:\services\Perl\site\lib\ C:\services\Perl\site\lib\Apache\Session\Serialize\ No blib in that path though. The only blib paths I see are: C:\Documents and Settings\ben\Local Settings\Temp\mod_perl-764\blib\ C:\TEMP\mod_perl-356\blib\ C:\tmp\mod_perl.tar\blib\

Re: win32 + apache2 + mysql

2003-06-25 Thread Randy Kobes
On Wed, 25 Jun 2003, Joshua Burley wrote: Storable.pm found here: C:\services\Perl\site\lib\ C:\services\Perl\site\lib\Apache\Session\Serialize\ No blib in that path though. The only blib paths I see are: C:\Documents and Settings\ben\Local Settings\Temp\mod_perl-764\blib\

Re: win32 + apache2 + mysql

2003-06-21 Thread Randy Kobes
On Fri, 20 Jun 2003, Joshua Burley wrote: Hey all, I'm having some trouble with mod_perl and mysql on Win32 and Apache2 (used the all-in-one package to install). Our app stores the user's session data into mysql with Apache::Session, with the session id stored as a cookie.

Re: win32 + apache2 + mysql

2003-06-21 Thread Joshua Burley
Yeah, that's the very first thing we tried... checking the latest from theoryx5, as well as everything we could find from CPAN. From Storable, to Apache-Session, to the DBI/DBD modules. :/ We're trying to move away from the VelociGen perl appserver and thought we had it, until this load test.

Re: win32 + apache2 + mysql

2003-06-21 Thread Randy Kobes
On Sat, 21 Jun 2003, Joshua Burley wrote: On Sat, 21 Jun 2003, Randy Kobes wrote: On Fri, 20 Jun 2003, Joshua Burley wrote: Hey all, I'm having some trouble with mod_perl and mysql on Win32 and Apache2 (used the all-in-one package to install). Our app stores the user's

win32 + apache2 + mysql

2003-06-20 Thread Joshua Burley
Hey all, I'm having some trouble with mod_perl and mysql on Win32 and Apache2 (used the all-in-one package to install). Our app stores the user's session data into mysql with Apache::Session, with the session id stored as a cookie. Standard stuff... When we're testing it with