Re: RE: [PHP] flushing AJAX scripts

2009-03-27 Thread jim white
ri, 27 Mar 2009 10:47:10 -0400 From: jbw2...@earthlink.net To: an_...@hotmail.com CC: php-general@lists.php.net Subject: Re: RE: [PHP] flushing AJAX scripts My page submits the AJAX request to complete a report that takes some time, and upon completion stores results in a database. A second AJAX request polls

Re: RE: [PHP] flushing AJAX scripts

2009-03-27 Thread jim white
My page submits the AJAX request to complete a report that takes some time, and upon completion stores results in a database. A second AJAX request polls every 5 seconds and queries the database if the report is ready. This hopefully will get around any timeout problems I am having with a long