Avoiding fork()
Python in Apache (mod_pyapache)
- problems: stability; internal design
- advantage: CGI compatible
- may work if CGI scripts are simple and trusted
- doesn't avoid database connection delay
Use Python as webserver
- slow for static content (use different port)
- advantage: total control; session state is easy