Hi, I've written a Perl script which must be invoked through the web browser by using SSL client authentication mode. On the server which this Perl script runs, it also runs a mySQL database server. This server runs Windows 2000 Server. My Perl script will first do some checking by querying from a Oracle database using DBD::Oracle Perl module. Then after some user inputs, the form data will be entered to the mySQL database using the DBD::mysql Perl module. However after running the Perl script for several times, the machine slows down. I found that the CPU usage is 100%. When I move this Perl script to another machine which does not run mySQL database, the problem is not so obvious. The response from the Perl script would also be very long after running the script for, say, 20 times. I'm not sure if SSL client authentication used up all my system resources and CPU processing power or my poor Perl programming technique leads to the fault. Can someone help? Thank you. Angus Lee ______________________________________________________________________ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
