When stress testing a PerlEx application on Windows XP Professional with 
IIS 5, the web server seems happy with 5 simulated users. Trying to 
access the server from a browser while the test is running causes IIS to 
bounce some requests with a "too many connections" error. This is fine.

However, when the test is shut down, continued attempts to access the 
application fail in mysterious ways. I have tracked the problem down to 
the fact that CGI::Vars is returning a random subset of the parameters  
posted by requests (often 0) after this too many connections problem.

This problem doesn't go away until IIS is restarted.

Does anyone have any ideas as to how to make sure the application can 
recover from this?

Thanks in advance

% perl -version

This is perl, v5.8.8 built for MSWin32-x86-multi-thread
(with 18 registered patches, see perl -V for more detail)

Binary build 822 [280952] provided by ActiveState http://www.ActiveState.com
Built Jul 31 2007 19:34:48
-- 

Bryan M. Kramer
The Medea Group
Tel: (416) 923-4886 x 208
Fax: (416) 923-6395
Email: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
_______________________________________________
Perl-Win32-Web mailing list
Perl-Win32-Web@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to