[wp-trac] Re: [WordPress Trac] #2773: mysql server connections are
being left open causing low system resources and inability to view site
WordPress Trac
wp-trac at lists.automattic.com
Fri Jun 2 17:24:14 GMT 2006
#2773: mysql server connections are being left open causing low system resources
and inability to view site
-----------------------+----------------------------------------------------
Id: 2773 | Status: new
Component: General | Modified: Fri Jun 2 17:24:13 2006
Severity: blocker | Milestone:
Priority: highest | Version: 2.0.1
Owner: anonymous | Reporter: oncidium
-----------------------+----------------------------------------------------
Comment (by westi):
WordPress doesn't open persistent connections it uses
[http://uk.php.net/mysql_connect mysql_connect] '''not'''
[http://uk.php.net/mysql_pconnect mysql_pconnect].
It doesn't explicitly call [http://uk.php.net/mysql_close mysql_close] but
the connection should be closed implictly by PHP when script execution
ends.
--
Ticket URL: <http://trac.wordpress.org/ticket/2773>
WordPress Trac <http://wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list