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\
> C:
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\
But
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).
> > >
> > > Ou
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.
.
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
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 o