object references/memory access

"Martin v. Löwis" martin at v.loewis.de
Sun Jul 1 11:25:06 EDT 2007


> 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



More information about the Python-list mailing list