We have a perl cgi program that refreshes every 45 seconds and connects to a mysql database to update records, overtime. This could have 300 people using this same process, because we are queuing user in the database and when they reach queue position 1 and the resources are low, they are redirected to a web login page. Is there a way to keep one persistent connection to the database so that it does have to connection every time in this perl program, because I believe this is causing a load on our UNIX box.

--
Kory Wheatley
Academic Computing Analyst Sr.
Phone 282-3874
#########################################
Everything must point to him.



--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to