"Luis Ferro" <[EMAIL PROTECTED]> wrote in message...
> ISAPI -> Loaded as a module when the web server comes online
> CGI -> Called when a request is made
>
> FAST-CGI -> Pool of CGI engines that allow a faster CGI execution then
> the plain CGI, but it's slower then ISAPI
>
> Also there are changes in the security model applied, where ISAPI is
> stronger as it runs within the security context of the web server.
>
> Some directives are available/inavailable in the diferent running
> processes... you will have to check the manual to accertain which (or
> run the server in both and perform a phpinfo() within both...

along these lines, I like the isapi for production servers, always
choose "run in separate process" for client sites, or use the
cgi for clients.. since buggy code can kill the server...

As for dev, it is a tossup... iisreset.exe comes in handy when using
the isapi version though.. *weg*

--
=======================================================================
Michael J. Ryan  -  tracker1 at theroughnecks dot com
Roughneck BBS: http://www.theroughnecks.net  telnet://theroughnecks.net
=======================================================================
Y!: aztracker1 - aim: azTracker1 - icq: 4935386 - msn: see email
One program for aim/icq/yahoo/msn/irc  -  http://www.trillian.cc/
--- Synchronet 3.10j-Win32 NewsLink 1.29
 *  Roughneck BBS - www.theroughnecks.net - telnet://theroughnecks.net

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to