Yesterday I upgraded activestate perl on our server from build 515 to
activestate 5.6.1, build 626. I also removed and re-installed the DBI and
DBD-ODBC modules to make sure they were correct. This ran fine for an hour
or two, but started getting exetemely slow. I have narrowed the problem
down to use DBI;. With that line commented out this page loads in an
instent, with it uncommented, this page takes upwards of 3 minutes to load.
Today I removed and re-installed DBI and DBD-ODBC with no effect. The
system this is running on is a quad xeon 400 with 4GB of ram running nt4,
sp6a, mssql server 7.0, and iis. Any ideas on this?
use DBI;
print "Content-type: text/html\n\n";
print qq~
<html>
<head>
<title>Blackboard | Copy a Course</title>
<meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1">
<META HTTP-EQUIV="Pragma" CONTENT="no-cache"><META
HTTP-EQUIV="Cache-Control" CONTENT="no-cache">
<meta name='author' content='Justin Lambert'>
<meta name='copyright' content='� 2001 Center For
Information Technology, Northwest Missouri State University'>
</head>
<body>
this is a paged
</body>
</html>
~;
Thanks,
Justin Lambert