
02-01-2004, 09:23 PM
|
|
Senior Webmaster
|
|
Join Date: Oct 2001
Location: Melbourne, AU
Posts: 456
Rep Power: 97
|
|
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).
|