Y
Hacker News
new
|
ask
|
show
|
jobs
by
tyingq
3541 days ago
Python via fastcgi, wscgi, etc, is the same pattern. Or mod_python inside Apache.
1 comments
gkya
3540 days ago
import cgi
Also, the httpd communicates to the CGI program via environment variables so one can also write their program in assembly.
link