Re: [PHP] spawning a process that uses pipes - doesn't terminatewhen webpage download is canceled

2009-06-01 Thread flint
- Original Message - From: Robert Cummings rob...@interjinn.com To: flint fmill...@gmail.com Cc: PHP-General List php-general@lists.php.net Sent: Sunday, May 31, 2009 10:15 PM Subject: Re: [PHP] spawning a process that uses pipes - doesn't terminatewhen webpage download is canceled

RE: [PHP] spawning a process that uses pipes - doesn't terminatewhen webpage download is canceled

2009-06-01 Thread Robert Cummings
On Sun, 2009-05-31 at 21:23 -0700, bruce wrote: hi robert.,, now you've got me curious.. you state... -Use something else to pass the data back to the user... popen() comes to -mind or proc_open(). Then disable auto abort on user disconnect via -ignore_user_abort(). Then after sending

Re: [PHP] spawning a process that uses pipes - doesn't terminatewhen webpage download is canceled

2009-06-01 Thread Robert Cummings
On Mon, 2009-06-01 at 05:15 -0500, flint wrote: - Original Message - From: Robert Cummings rob...@interjinn.com To: flint fmill...@gmail.com Cc: PHP-General List php-general@lists.php.net Sent: Sunday, May 31, 2009 10:15 PM Subject: Re: [PHP] spawning a process that uses pipes -

RE: [PHP] spawning a process that uses pipes - doesn't terminatewhen webpage download is canceled

2009-05-31 Thread bruce
hi robert.,, now you've got me curious.. you state... -Use something else to pass the data back to the user... popen() comes to -mind or proc_open(). Then disable auto abort on user disconnect via -ignore_user_abort(). Then after sending periodic data chunks, check the -user connection status