MySQL Forums
Forum List  »  PHP

Re: Asynchronous Execution
Posted by: Georg Richter
Date: January 30, 2006 03:27AM

No, if the php script ends, the connection will be closed automatically. That also means, a running statement will be stopped by MySQL server and a rollback will be performed. For that you should move handling of statements in a separate process.

/Georg

Options: ReplyQuote


Subject
Written By
Posted
January 29, 2006 10:26PM
Re: Asynchronous Execution
January 30, 2006 03:27AM
January 30, 2006 05:33AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.