When does pconnect() close connection?

admin

Administrator
Staff member
the documentation is so little about mysql_pconnect() function. it says mysql_close() function will not close it. then,

1. how is it decided how many connections to open?
2. when is a connection closed? should i not close it?

thanks/erick
 
Back
Top