faqts : Computers : Programming : Languages : PHP : General Information : About PHP

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

12 of 14 people (86%) answered Yes
Recently 8 of 9 people (89%) answered Yes

Entry

Does PHP run faster on NT than unix or is the speed comparable?

Feb 2nd, 2000 01:19
Nathan Wallace, Andi Gutmans


With the same build options PHP 4's speed on NT and UNIX is very
comparable.  The only difference is that usually you use the thread-safe
version on NT and the thread-unsafe version on UNIX. thread-safety does
slow things down a bit.