PDA

View Full Version : Releasing resources


Nightchild
07-28-2007, 01:58 AM
When are the resources from a query released back to the server?

For example, you run a query returning a number of rows, use the rows in your PHP script, then the script finishes. Are the resources automatically released back to the server when that script page finishes? Do you have to worry about trying to release the resources from within your script?

Thanks

guelphdad
07-28-2007, 03:25 AM
if you exit the script the resources/connections are released.