View Single Post
  #2 (permalink)  
Old 02-01-2004, 09:23 PM
sufyan sufyan is offline
Senior Webmaster
 
Join Date: Oct 2001
Location: Melbourne, AU
Posts: 456
Rep Power: 97
sufyan is on a distinguished road
Basically, it's the same thing. (This is related to php on windows)

CGI <- exe, executed each time php is required.

ISAPI <- dll, started as a service when webserver starts (IIS) and remains in memory.

Performance wise, the ISAPI module is faster compared to the CGI module (on a Windows system).
Reply With Quote