How to continue process after responding to ajax request in PHP?

Posted by Mask on Stack Overflow See other posts from Stack Overflow or by Mask
Published on 2009-09-26T13:42:33Z Indexed on 2010/03/23 18:03 UTC
Read the original article Hit count: 181

Filed under:
|
|

Some operation takes much time,

which leads to ajax request to time out,

how to I finish responding to the request fisrt, then continue that operation?

© Stack Overflow or respective owner

Related posts about php

Related posts about AJAX