[ZODB-Dev] ZODB from mod_python

Greg Ward gward@mems-exchange.org
Fri, 17 Jan 2003 10:51:45 -0500


On 17 January 2003, Hector Sanchez SanMartin said:
> hmmm...any ideas? another performant way of writing a web app using python?

We're quite happy with SCGI, which Neil Schemenauer cooked up because
FastCGI (or at least the module implementing it in Apache) was a bit
flaky and unreliable.  See http://www.mems-exchange.org/software/scgi/
for info.  IMHO the best thing about SCGI is that your web application
is completely separate from your web server, so you can run your web app
under whatever UID/GID you please, without the web server configuration
forcing your hand.

        Greg
-- 
Greg Ward - software developer                gward@mems-exchange.org
MEMS Exchange                            http://www.mems-exchange.org