Just a quick side note on this... PHP's own website (www.php.net) indicates that although the API modules (for IIS, I don't know about Apache) provide significant performance improvement they are not to be considered stable at this time. So if you need REAL stability in a production environment you'll want to use the CGI version.
-Novak > > 4. PHP - cgi version or Server API version? Pro/con > > In a general sense the Server API version of any app server is "better" > (faster, more integrated, etc) but it really depends on the app. You > might post this to a PHP group and get their opinion. > > For the most part however you can assume that the Server API version > will be the option of choice. (Consider this as you would a native > Database driver vrs an openconnectivity spec like ODBC - the native > driver is almost always more performant and supports more features, but > the ODBC driver will work just about all the time even in cases where > the native driver can't) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

