MySQL Forums
Forum List  »  PHP

Asynchronous Execution
Posted by: leontinus.yanthestya
Date: January 29, 2006 10:26PM

Is there a way in PHP to execute a query to mysql asynchronously?

Please consider this scenario:
1. a user connect to mysql in a web page through php.
2. that user opt to run a sql command.
3. the connection immediately closed, and that particular command runs in background
4. user can query the status of that command
5. when that command completes, it alert the user

--
Just me,

Ian

Options: ReplyQuote


Subject
Written By
Posted
Asynchronous Execution
January 29, 2006 10:26PM
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.