Introduction to FastCGIFastCGI is a high-performance API supported by the Zeus Web Server. It is an open standard, and is language and platform independent. FastCGI provides both authorization and content generation services, and has a simple, quick development cycle. FastCGI is recommended as a general purpose solution for almost any task. FastCGI is an open (non-proprietary) web server interface. It is supported natively by the Zeus Web Servers. FastCGI applications can act as 'authorizers' (eg for access control) as well as the typical CGI 'responder' mode. The applications can be distributed over a network, running on a different machine than the web server itself, which in certain circumstances can bring security or licensing benefits. A good starting point for getting to grips with FastCGI is the programmer's guide to writing FastCGI: http://www.fastcgi.com/devkit/doc/fastcgi-prog-guide/ap_guide.htm . Advantages
Disadvantages
Content Manager
[Administrator] 16 December 2005
|
Recent Articles
Other Resources
|


