|
Posted by Chung Leong on 05/08/07 18:08
On May 8, 6:24 pm, "Jim Carlock" <anonym...@127.0.0.1> wrote:
> http://www.php.net/downloads.php
>
> What's up with the "non-thread-safe" binaries? What exactly
> does non-thread-safe mean? And what are the benefits/faults?
>
> And finally, is PHP run by Microsoft? There are no Linux/Unix
> binaries?
>
> Thanks.
>
> --
> Jim Carlock
> Post replies to the group.
The only the CGI/FastCGI portion of the non-thread-safe version will
work correctly. None of the in-process modules (Apache 2, ISAPI, etc)
will function correctly, since web servers on Windows are always
multithreaded.
Not building thread-safety into the binary means better performance,
as the way it's done in PHP isn't terribly inefficient. Whether it's
worth the confusion this will create is debatable.
Navigation:
[Reply to this message]
|