DESCR 744 B

123456789101112
  1. FastCGI is a fast, open, and secure Web server interface that solves the
  2. performance problems inherent in CGI without introducing any of the new
  3. problems associated with writing applications to lower-level Web server APIs.
  4. Modules to support FastCGI can be plugged into Web server APIs such as Apache
  5. API, NSAPI, and ISAPI. Key considerations in designing FastCGI included
  6. minimizing the cost of migrating CGI applications (including applications
  7. written in popular scripting languages such as Perl), supporting both
  8. single-threaded and multi-threaded application programming, supporting
  9. distributed configurations for scaling and high availability, and generalizing
  10. the roles that gateway applications can play beyond CGI's "responder" role.