> I have been looking at the IIS isapi issues and came up with the
> following patch:
>
> http://www.ctindustries.net/patches/zts-php5.diff.txt

Rob,

I've done some work in the past on ISAPI threading issues (although I
by no means claim to understand how all the ZTS stuff works).  Can you
explain why you added the calls to ts_free_thread() after the
DLL_PROCESS_ATTACH and then each call to HttpExtensionProc()?  In both
cases the actual thread under IIS does continue to exist and can be
called on again when a new HTTP request arrives at the server.  It
would appear to me that this change would be causes PHP to have to
reinitialize with each request.  Is there a specific issue that you
were able to fix with this change?

Michael Sisolak
[EMAIL PROTECTED]


__________________________________
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to