Re: [PHP-DEV] RSHUTDOWN, ISAPI

2001-08-21 Thread Adam Dickmeiss
Checked the latest CVS last week. The resources are now destroyed and RSHUTDOWN is called always. So *something* is fixed.. Cheers, Adam On Tue, Jun 26, 2001 at 05:47:49PM +0200, Adam Dickmeiss wrote: > On Tue, Jun 26, 2001 at 04:57:34PM +0300, Zeev Suraski wrote: > > If it indeed happens, i

Re: [PHP-DEV] RSHUTDOWN, ISAPI

2001-06-26 Thread Adam Dickmeiss
On Tue, Jun 26, 2001 at 04:57:34PM +0300, Zeev Suraski wrote: > If it indeed happens, it is a bug. How did you check it? When testing the YAZ extention I saw that for long searches (to a remote database) and repeated HTTP requests, the RSHUTDOWN wasn't called. I tried logging to a file open/clos

Re: [PHP-DEV] RSHUTDOWN, ISAPI

2001-06-26 Thread Zeev Suraski
If it indeed happens, it is a bug. How did you check it? Zeev At 10:26 26/6/2001, Adam Dickmeiss wrote: >Hi, > >when running PHP using IIS in ISAPI (threaded) mode I notice that >when a HTTP request is received before the current is finished, >the RSHUTDOWN is not called for the first request (