google-code-export / jslibs

Automatically exported from code.google.com/p/jslibs
0 stars 0 forks source link

make a SCGI module #22

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
"The SCGI protocol is a replacement for the Common Gateway Interface (CGI)
protocol. It is a standard for applications to interface with HTTP servers.
It is similar to FastCGI but is designed to be easier to implement."

http://python.ca/scgi/

Original issue reported on code.google.com by sou...@gmail.com on 17 Aug 2007 at 1:33

GoogleCodeExporter commented 9 years ago

Original comment by sou...@gmail.com on 17 Aug 2007 at 1:34

GoogleCodeExporter commented 9 years ago
Like FastCGI, SCGI can be done in JavaScript. With JIT compiler, Performance is 
not
an issue anymore.

Original comment by sou...@gmail.com on 27 Nov 2008 at 10:29