explain :
each *.cgi is opened when someone runs something in the portal (report/studio).
a regular Win OS can run only 256 processes at a time (after that it will crash).
changing to *.isapi gives you the ability to run 256 threads in one runs of isapi.
think of tcp/ip and the
Short for Internet Server API, ISAPI is an API for Microsoft's IIS (Internet Information Server) Web server. ISAPI enables programmers to develop Web-based applications that run much faster than conventional CGI programs because they're more tightly integrated with the Web server. In addition to IIS, several Web servers from companies other than Microsoft support ISAPI.