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 session data into mysql with > > > Apache::Session, with the session id stored as a cookie. > > > Standard stuff... When we're testing it with our browsers, it > > > seems to run fine. We immediately run into problems when we > > > test it under load with flood. Right away the server become > > > unresponsive to our browsers, and the apache server goes so far > > > as to restart itself! > > > > > > I've pasted some of the errors from the logs, below. > > > > > > [Wed Jun 11 12:46:32 2003] [error] 3980: ModPerl::Registry: > > > Storable binary image v3.3 more recent than I am (v2.6) at > > > blib\lib\Storable.pm (autosplit into > > > blib\lib\auto\Storable\thaw.al) line 358, at > > > C:/services/Perl/site/lib/Apache/Session/Serialize/Storable.pm > > > line 27 > > > [Wed Jun 11 12:46:32 2003] [error] 3980: ModPerl::Registry: > > Object #4618 should have been retrieved already at > > > blib\lib\Storable.pm (autosplit into > > > blib\lib\auto\Storable\thaw.al) line 358, at > > > C:/services/Perl/site/lib/Apache/Session/Serialize/Storable.pm > > > line 27 > > > > It might be an idea to address the problem with Storable, to see > > if that's ultimately at fault. It sounds like there's a version > > conflict there - can you try upgrading Storable > > (http://theoryx5.uwinnipeg.ca/ppms/ has a ppm package). You might > > then also try reinstalling Apache-Session (it doesn't require a C > > compiler to build) to see if that helps. > > > 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.
Do you know where the "blib" in "blib\lib\Storable.pm" from the error log is located? It sounds like it's using a blib/ subdirectory from some source directory where something was built - this would be fine if that's what was intended, but perhaps this is unintentional? -- best regards, randy