Istvan Albert schrieb: > It will be awesome if mod_wsgi can run CGI without invoking python on > each access.
For SCGI there is something like this: cgi2scgi: it is small executable written in C, which connects to a running SCGI server. Executing this small binary on every request is no big overhead. Nevertheless I never used it. -- http://mail.python.org/mailman/listinfo/python-list