> b) use a single Python server (possibly shared with the database > process), and connect this to Apache through the > reverse proxy protocol. Following up to myself: Instead of using a reverse proxy, you can also implement the FastCGI protocol in the server. Regards, Martin