SHARE
Facebook X Pinterest WhatsApp

ISAPI Perl Primer

Aug 16, 2000
ServerWatch content and product recommendations are editorially independent. We may make money when you click on links to our partners. Learn More



ISAPI Perl is a version of Perl for ISAPI-compliant Microsoft Windows-based Web servers. Essentially, ISAPI Perl builds on CGI/Perl. In the early days of Web servers, Common Gateway Interface (CGI) allowed Perl programs to interact with a user’s browser through the Web server.
ISAPI Perl is a version of Perl for ISAPI-compliant Microsoft Windows-based Web servers. Essentially, ISAPI Perl builds on CGI/Perl. In the early days of Web servers, Common Gateway Interface (CGI) allowed Perl programs to interact with a user’s browser through the Web server.

However, CGI/Perl applications have one primary disadvantage: speed. Every time a CGI/Perl-based application is launched by the Web server, a new process is started,
and the Perl script must be compiled by the Perl interpreter.

thumbnail Gunther Birznieks

Gunther Birznieks is a ServerWatch contributor.

Recommended for you...

What Is a Container? Understanding Containerization
What Is a Print Server? | How It Works and What It Does
Nisar Ahmad
Dec 8, 2023
6 Best Linux Virtualization Software for 2024
What Is a Network Policy Server (NPS)? | Essential Guide
ServerWatch Logo

ServerWatch is a top resource on servers. Explore the latest news, reviews and guides for server administrators now.

Property of TechnologyAdvice. © 2025 TechnologyAdvice. All Rights Reserved

Advertiser Disclosure: Some of the products that appear on this site are from companies from which TechnologyAdvice receives compensation. This compensation may impact how and where products appear on this site including, for example, the order in which they appear. TechnologyAdvice does not include all companies or all types of products available in the marketplace.