Can anyone explain why one might want to use the SCGI method over the Proxy method outlined in the docs? http://www.turbogears.org/docs/deployment/lighttpd.html
Hi,
In my experiments with a pure CherryPy app (well, with SQLObject and Cheetah too) the simple WSGI server that starts the main application uses less RAM that the main app. This is a real plus for web apps that doesn't have much hits a day like mine.
Best regards,
Iñigo

