Re: [PHP] Asynchronous Processing

2006-02-12 Thread Curt Zirzow
On Sun, Feb 12, 2006 at 12:51:34AM -0200, Gustavo Rios wrote: > Hey folks, > > i am writing a small program in C that does mysql queries. The problem > i am facing is that it is done in synchronous fashion. I wonder how > php does mysql queries in asynchronous fashion? How do you mean synchronous

[PHP] Asynchronous Processing

2006-02-11 Thread Gustavo Rios
Hey folks, i am writing a small program in C that does mysql queries. The problem i am facing is that it is done in synchronous fashion. I wonder how php does mysql queries in asynchronous fashion? Thanks for your time and cooperation. Best regards. -- PHP General Mailing List (http://www.php.n

[PHP] asynchronous processing?

2003-04-02 Thread Seairth Jacobs
I want to POST data to a server and get back an immediate response. Independently, I want the action to cause the server to submit its own POST request to another server. I do not want the original POST to block while waiting for the second POST to complete. I recently read an article [1] that sa