call the fcgi lib's attach/detach
[catagits/fcgi2.git] / doc / overview.html
index 3afa216..48bc42d 100644 (file)
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">\r
-<HTML>\r
-   <HEAD>\r
-      <TITLE>\r
-         FastCGI Developer&#39;s Kit Index Page\r
-      </TITLE>\r
-<STYLE TYPE="text/css">\r
- div.c1 {text-align: center}\r
-</STYLE>\r
-   </HEAD>\r
-   <BODY>\r
-      <DIV CLASS="c1">\r
-         <H2>\r
-            FastCGI Developer&#39;s Kit\r
-         </H2>\r
-      </DIV>\r
-      <!--Copyright (c) 1996 Open Market, Inc.                                    -->\r
-      <!--See the file "LICENSE.TERMS" for information on usage and redistribution-->\r
-      <!--of this file, and for a DISCLAIMER OF ALL WARRANTIES.                   -->\r
-      <!-- $Id: overview.html,v 1.3 2001/11/27 01:03:47 robs Exp $ -->\r
-      <UL>\r
-         <LI>\r
-            <A HREF=".">doc</A> \r
-            <UL>\r
-               <LI>\r
-                  <A HREF="fastcgi-whitepaper/fastcgi.htm">FastCGI Technical White Paper</A> Motivates FastCGI, then\r
-                  explains the FastCGI interface, FastCGI application roles, the FastCGI application library, server\r
-                  support for FastCGI, and FastCGI performance.\r
-               </LI>\r
-               <LI>\r
-                  <A HREF="fcgi-perf.htm">Understanding FastCGI Application Performance</A> Why FastCGI applications\r
-                  often run faster than applications coded directly to Web server APIs.\r
-               </LI>\r
-               <LI>\r
-                  <A HREF="fcgi-devel-kit.htm">FastCGI Developer&#39;s Kit</A><BR>\r
-                   \r
-                  <UL>\r
-                     <LI>\r
-                        How to configure and build the kit for your development platform.\r
-                     </LI>\r
-                     <LI>\r
-                        How to write applications using the libraries in the kit.\r
-                     </LI>\r
-                     <LI>\r
-                        Documents <TT>cgi-fcgi</TT>, a tool in the kit that allows you to develop and test FastCGI\r
-                        applications using a Web server that lacks FastCGI support.\r
-                     </LI>\r
-                  </UL>\r
-               </LI>\r
-               <LI>\r
-                  <A HREF="fastcgi-prog-guide/cover.htm">Open Market FastCGI 1.0 Programmer&#39;s Guide</A>\r
-                  Programmer-oriented documentation for developers of applications that run on the Open Market&#39;s\r
-                  Secure WebServer 2.0. The content overlaps considerably with Section 3 of the Developer&#39;s Kit\r
-                  document.\r
-               </LI>\r
-               <LI>\r
-                  <A HREF="FCGI_Accept.3">FCGI_Accept.3</A>, <A HREF="FCGI_Finish.3">FCGI_Finish.3</A>, <A HREF=\r
-                  "FCGI_SetExitStatus.3">FCGI_SetExitStatus.3</A>, <A HREF=\r
-                  "FCGI_StartFilterData.3">FCGI_StartFilterData.3</A>, and <A HREF="cgi-fcgi.1">cgi-fcgi.1</A>\r
-                  manpages.\r
-               </LI>\r
-               <LI>\r
-                  <A HREF="fcgi-perl.htm">Integrating FastCGI with Perl</A> How to build FastCGI support into the Perl\r
-                  interpreter and how to write FastCGI applications in Perl.\r
-               </LI>\r
-               <LI>\r
-                  <A HREF="fcgi-tcl.htm">Integrating FastCGI with Tcl</A> How to build FastCGI support into the Tcl\r
-                  interpreter and how to write FastCGI applications in Tcl.\r
-               </LI>\r
-               <LI>\r
-                  <A HREF="fcgi-java.htm">Integrating FastCGI with Java</A> How to build Web server applications in\r
-                  Java using FastCGI.\r
-               </LI>\r
-               <LI>\r
-                  <A HREF="www5-api-workshop.html">FastCGI: A High-Performance Gateway Interface</A> Position paper\r
-                  presented at the workshop &quot;Programming the Web -- a search for APIs&quot;, Fifth International\r
-                  World Wide Web Conference, 6 May 1996, Paris, France. A short paper, addressed to an audience of\r
-                  technical specialists.\r
-               </LI>\r
-               <LI>\r
-                  <A HREF="fcgi-spec.html">FastCGI Specification</A> document.<BR>\r
-                   Defines the interface between a FastCGI application and a Web server that supports FastCGI. This is\r
-                  dry stuff, not needed for writing applications!\r
-               </LI>\r
-            </UL>\r
-         </LI>\r
-         <LI>\r
-            <A HREF="../include/">include</A> .h files for the FastCGI libraries.\r
-         </LI>\r
-         <LI>\r
-            <A HREF="../libfcgi/">libfcgi</A> .c files for the FastCGI libraries.\r
-         </LI>\r
-         <LI>\r
-            <A HREF="../examples/">examples</A> Several example FastCGI programs.\r
-         </LI>\r
-         <LI>\r
-            <A HREF="../perl/">perl</A> The FastCGI Perl module, FCGI.pm.\r
-         </LI>\r
-         <LI>\r
-            <A HREF="../java/">java</A> The FastCGI Java library.\r
-         </LI>\r
-         <LI>\r
-            <A HREF="../cgi-fcgi/">cgi-fcgi</A> The CGI-to-FastCGI bridge source code.\r
-         </LI>\r
-      </UL>\r
-      <HR>\r
-      <ADDRESS>\r
-         &copy; 1996, Open Market, Inc.\r
-      </ADDRESS>\r
-   </BODY>\r
-</HTML>\r
-\r
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<HTML>
+   <HEAD>
+      <TITLE>
+         FastCGI Developer&#39;s Kit Index Page
+      </TITLE>
+<STYLE TYPE="text/css">
+ div.c1 {text-align: center}
+</STYLE>
+   </HEAD>
+   <BODY>
+      <DIV CLASS="c1">
+         <H2>
+            FastCGI Developer&#39;s Kit
+         </H2>
+      </DIV>
+      <!--Copyright (c) 1996 Open Market, Inc.                                    -->
+      <!--See the file "LICENSE.TERMS" for information on usage and redistribution-->
+      <!--of this file, and for a DISCLAIMER OF ALL WARRANTIES.                   -->
+      <!-- $Id: overview.html,v 1.4 2002/02/25 00:42:59 robs Exp $ -->
+      <UL>
+         <LI>
+            <A HREF=".">doc</A> 
+            <UL>
+               <LI>
+                  <A HREF="fastcgi-whitepaper/fastcgi.htm">FastCGI Technical White Paper</A> Motivates FastCGI, then
+                  explains the FastCGI interface, FastCGI application roles, the FastCGI application library, server
+                  support for FastCGI, and FastCGI performance.
+               </LI>
+               <LI>
+                  <A HREF="fcgi-perf.htm">Understanding FastCGI Application Performance</A> Why FastCGI applications
+                  often run faster than applications coded directly to Web server APIs.
+               </LI>
+               <LI>
+                  <A HREF="fcgi-devel-kit.htm">FastCGI Developer&#39;s Kit</A><BR>
+                   
+                  <UL>
+                     <LI>
+                        How to configure and build the kit for your development platform.
+                     </LI>
+                     <LI>
+                        How to write applications using the libraries in the kit.
+                     </LI>
+                     <LI>
+                        Documents <TT>cgi-fcgi</TT>, a tool in the kit that allows you to develop and test FastCGI
+                        applications using a Web server that lacks FastCGI support.
+                     </LI>
+                  </UL>
+               </LI>
+               <LI>
+                  <A HREF="fastcgi-prog-guide/cover.htm">Open Market FastCGI 1.0 Programmer&#39;s Guide</A>
+                  Programmer-oriented documentation for developers of applications that run on the Open Market&#39;s
+                  Secure WebServer 2.0. The content overlaps considerably with Section 3 of the Developer&#39;s Kit
+                  document.
+               </LI>
+               <LI>
+                  <A HREF="FCGI_Accept.3">FCGI_Accept.3</A>, <A HREF="FCGI_Finish.3">FCGI_Finish.3</A>, <A HREF=
+                  "FCGI_SetExitStatus.3">FCGI_SetExitStatus.3</A>, <A HREF=
+                  "FCGI_StartFilterData.3">FCGI_StartFilterData.3</A>, and <A HREF="cgi-fcgi.1">cgi-fcgi.1</A>
+                  manpages.
+               </LI>
+               <LI>
+                  <A HREF="fcgi-perl.htm">Integrating FastCGI with Perl</A> How to build FastCGI support into the Perl
+                  interpreter and how to write FastCGI applications in Perl.
+               </LI>
+               <LI>
+                  <A HREF="fcgi-tcl.htm">Integrating FastCGI with Tcl</A> How to build FastCGI support into the Tcl
+                  interpreter and how to write FastCGI applications in Tcl.
+               </LI>
+               <LI>
+                  <A HREF="fcgi-java.htm">Integrating FastCGI with Java</A> How to build Web server applications in
+                  Java using FastCGI.
+               </LI>
+               <LI>
+                  <A HREF="www5-api-workshop.html">FastCGI: A High-Performance Gateway Interface</A> Position paper
+                  presented at the workshop &quot;Programming the Web -- a search for APIs&quot;, Fifth International
+                  World Wide Web Conference, 6 May 1996, Paris, France. A short paper, addressed to an audience of
+                  technical specialists.
+               </LI>
+               <LI>
+                  <A HREF="fcgi-spec.html">FastCGI Specification</A> document.<BR>
+                   Defines the interface between a FastCGI application and a Web server that supports FastCGI. This is
+                  dry stuff, not needed for writing applications!
+               </LI>
+            </UL>
+         </LI>
+         <LI>
+            <A HREF="../include/">include</A> .h files for the FastCGI libraries.
+         </LI>
+         <LI>
+            <A HREF="../libfcgi/">libfcgi</A> .c files for the FastCGI libraries.
+         </LI>
+         <LI>
+            <A HREF="../examples/">examples</A> Several example FastCGI programs.
+         </LI>
+         <LI>
+            <A HREF="../perl/">perl</A> The FastCGI Perl module, FCGI.pm.
+         </LI>
+         <LI>
+            <A HREF="../java/">java</A> The FastCGI Java library.
+         </LI>
+         <LI>
+            <A HREF="../cgi-fcgi/">cgi-fcgi</A> The CGI-to-FastCGI bridge source code.
+         </LI>
+      </UL>
+      <HR>
+      <ADDRESS>
+         &copy; 1996, Open Market, Inc.
+      </ADDRESS>
+   </BODY>
+</HTML>
+