[Twisted-Python] How to improve response time of twisted.web?

Pavel pbastov at gmail.com
Fri Mar 28 21:43:08 MDT 2008


> Forgive me if the following is not what you are looking
> for but, I would recommend a setup like this:
>
> Use a fast and light server/reverse proxy
>  like nginx ( http://wiki.codemongers.com/Main ) to
>
> 1) handle all static files (img,js,css, static html)
> 2) reverse proxy all your dynamic twisted.web part
>
> I use this setup, and it works great with Twisted.
>
> -Alex

Greetings Alex, thanks for your advice.

I'm aware of this configuration, and it seems to be a pretty
reasonable one.




More information about the Twisted-Python mailing list