Re: [PHP-DB] Aborting long running DB queries with browser Stop button

2009-02-13 Thread Dee Ayy
On Fri, Feb 6, 2009 at 5:10 AM, G tjmad...@gmail.com wrote: I've done extensive web searches, read all of the PHP manual pages beginning with mysql_, wasted days on trial-and-error experimenting (signal handling etc.), seen the [PHP-DB] Long running db queries and the STOP button thread from

[PHP-DB] Aborting long running DB queries with browser Stop button

2009-02-06 Thread G
Hello, I've run into a brick wall implementing functionality in my PHP scripts to detect when the user has hit the Stop button so that I can abort my long running DB queries. Apache 2.2.9, PHP 5.2.6-5 with Suhosin-Patch, MySQL 5.0.67 running on a Debian unstable machine. As a simple test case, I