Re: [PHP] continue working after finishing up with the http client

2009-05-27 Thread Tom Worster
On 5/27/09 10:33 AM, "David Otton" wrote: > 2009/5/27 Tom Worster : > >> without getting into whether or not this cache design makes sense, my >> question in this example is: what options are there for ending the http >> transition and then continuing on to do the cache update work? > > You eit

Re: [PHP] continue working after finishing up with the http client

2009-05-27 Thread Tom Worster
com/2007/10/11/how-to-use-ignore_user_abort-to-do-process-ou t-of-band/ > -Original Message- > From: Tom Worster [mailto:f...@thefsb.org] > Sent: Wednesday, May 27, 2009 7:14 AM > To: bruce; php-general@lists.php.net > Subject: Re: [PHP] continue working after finishing up with

RE: [PHP] continue working after finishing up with the http client

2009-05-27 Thread bruce
[mailto:f...@thefsb.org] Sent: Wednesday, May 27, 2009 7:14 AM To: bruce; php-general@lists.php.net Subject: Re: [PHP] continue working after finishing up with the http client On 5/27/09 9:50 AM, "bruce" wrote: > exacly what are you trying to accomplish? is this in a web app? has the user

Re: [PHP] continue working after finishing up with the http client

2009-05-27 Thread David Otton
2009/5/27 Tom Worster : > without getting into whether or not this cache design makes sense, my > question in this example is: what options are there for ending the http > transition and then continuing on to do the cache update work? You either continue processing then-and-there (exec(), or what

Re: [PHP] continue working after finishing up with the http client

2009-05-27 Thread Tom Worster
at options are there for ending the http transition and then continuing on to do the cache update work? > -Original Message- > From: Tom Worster [mailto:f...@thefsb.org] > Sent: Wednesday, May 27, 2009 6:27 AM > To: php-general@lists.php.net > Subject: [PHP] continue working after

RE: [PHP] continue working after finishing up with the http client

2009-05-27 Thread bruce
b.org] Sent: Wednesday, May 27, 2009 6:27 AM To: php-general@lists.php.net Subject: [PHP] continue working after finishing up with the http client what options are there to do the following: 1. receive request from client (including post data) 2. do some work, update the db, prepare output for clie

[PHP] continue working after finishing up with the http client

2009-05-27 Thread Tom Worster
what options are there to do the following: 1. receive request from client (including post data) 2. do some work, update the db, prepare output for client 3. send output and finish up with the client 4. do some more work that might take considerable time, updating the db some more it would be