View previous topic :: View next topic |
Author |
Message |
kenknight -
Joined: 10 May 2007 Posts: 8
|
Posted: Tue Oct 09, 2007 1:08 am Post subject: PHP5 ISAPI dll |
|
|
Hi all,
I'm curious, which do you find is faster;
1) using fast-cgi / php-cgi.exe
2) using PHP5ISAPI.dll
I'm finding personally that a system running IIS with the php isapi dll is quite a bit faster than abyss with php-cgi.exe. . . this is the reason that I'm curious.
Thanks,
Ken |
|
Back to top |
|
 |
AbyssUnderground -
Joined: 31 Dec 2004 Posts: 3855
|
Posted: Tue Oct 09, 2007 8:24 am Post subject: |
|
|
I think its a hard comparison but ISAPI can bring the entire server down if it crashes. FastCGI however will not bring the server down if it crashes. More people choose FastCGI these days. _________________ Andy (AbyssUnderground) (previously The Inquisitor)
www.abyssunderground.co.uk |
|
Back to top |
|
 |
|