Hi,

Zeev Suraski [zeev at zend dot com] wrote:
>- Revolutionary performance and stability improvements under Windows.  The
>multithreaded server modules under Windows (ISAPI, Apache, etc.) perform as
>much as 30 times faster under load!  We want to thank Brett Brewer and his
>team in Microsoft for working with us to improve PHP for Windows.



This means that ISAPI is considered to be production quality?



>From the manual:
"However, please note that the SAPI modules are NOT yet considered to be
production quality. In particular, with the ISAPI module, you are likely to
encounter serious reliability problems especially on platforms older than
W2K - you may witness a lot of server 500 errors and suffer from other
server modules such as ASP also failing. You have been warned!

The reason for this is that the PHP SAPI modules are using the thread-safe
version of the PHP code, which is new to PHP 4, and has not yet been tested
and pounded enough to be considered completely stable, and there are
actually a few known bugs. On the other hand, some people have reported very
good results with the SAPI modules, even though we're not aware of anyone
actually running it on a production site. In short - your mileage may vary;
If you need absolute stability, trade the performance of the SAPI modules
with the stability of the CGI executable. "

Best regards,

Emanuel Dejanu




-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to