Like a lot of PHP coder I'm not using mysql_close(). But I'm dealing with an increasing user base and I hit my first too many connections on my database yesterday.
Would it be really beneficial to mysql_close() early in my code so as a page still loading is not still connected to the db. Or is it just considered crappy optimization?