Drupal 6 and mysql persistent connections
Posted by ilya1st on November 15, 2009 at 11:02am
Hello.
I've created mysq version of database.mysql.inc to correctly work with mysql_pconnect to make available persistent connections.
The main problems were table locks and temporary tables - I've solved it using register_shutdown_function() for script.
Now looks like all working properly.(one project runs using this patched version)
But this patch is for case site using one database only. File is attached.
Read more