Index of /tcl/ftparchive/sorted/net/fcgi.tcl-0.4/example

      Name                   Last modified     Size  Description

[DIR] Parent Directory 29-Jan-99 12:29 - [   ] README 28-Jan-98 11:04 1k

fcgi.tcl examples

You should 'make all' this the directory above this.  That will run
'configure' to build the fcgi.tcl examples in this directory.


Please see the file ../NOTES for configuration information.

echo-tcl.fcg - from the fcgi developers kit 2.0.x,  see 
		LICENSE.TERMS.OpenMarket

echo-cgi.fcg - a small version of echo using cgi.tcl

vclock.fcg - adapted from Don Libes' cgi.tcl.  wrapped the main
		cgi_eval inside of a while loop executing FCGI_Accept,
		move 'source example.tcl' outside of cgi_eval.
		use tcl 'clock' command instead of exec'ing 'date'.