Nathan Rixham wrote: > Bastien Koert wrote: >> 1. Make sure you are freeing up all resources as soon as you can -> >> mysql_close(); >> > > little thing I've done for some time that's stuck with; (php5+ only) > > on all of my database connection classes, I have the db close function > in the destructor just to make sure I guess it depends on the type of application - for a web-transaction running on a web-server, why bother? It'll clean up after itself anyway. /Per Jessen, Zürich -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php