Justin Luster wrote: > The load tester that I'm using works fine with my script outside of > mod_perl.
Does it work when running them concurrently under CGI? > When multiple concurrent users began hitting the script under mod_perl, > using Apache::Registry or Apache::RunPerl all heck breaks loose. Hmmm, which version of mod_perl are you using? If you're using 2.x, I can't help you there since I've never tried it on Win32. Maybe Randy will have some ideas. If you have 1.x, there is no concurreny under mod_perl -- requests are serialized. - Perrin