Internet Server Application Programming Interface: Difference between revisions

Content deleted Content added
Removed Paragraph, it made no sense
Line 9:
 
=Performance and compromise=
Compared to [[PHP]] or [[Active Server Pages|ASP]], which both are server-side [[Scripting language|scripting]] technologies, ISAPI is a real executable part of the system - thus: having the highest performance possible. To issue a statement: A Microsoft webserver executes ASP and PHP by running an ISAPI Server Extension. Comparing PHP/ASP with ISAPI is like comparing Microsoft Office with Microsoft Windows: Office can never run faster than Windows - its operating system - itself.
 
Before switching to ASP.Net Microsoft's [[MSDN]]-Library (msdn.microsoft.com) was fully developed with ISAPI. Ebay still uses the "eBayISAPI.dll", although they declare that they are using Java-Technology powered by Sun.<ref>eBay was initially developed using Microsoft technology for both the front end and back and processing (re: The Perfect Store by Adam Cohen). They later adopted a Java application server for the request processing but the web client software still uses an ISAPI application.</ref>