On Wed, Apr 28, 2010 at 5:02 PM, cd34 <mcd...@gmail.com> wrote:
> On Apr 27, 10:00 pm, Terry Schmitt <tschm...@schmittworks.com> wrote:
>> Like Weixi Yen, my preference is the simplicity of using reverse proxy
>> with Nginx. I've used this in the past for Java based apps. It's fast,
>> easy to configure and I will probably use that as my first choice as I
>> venture into the Python world.
>
> If you're looking for performance, I believe using a wsgi gateway will
> outperform proxypass -> paster.
>
> While paster is great for development, at least in simple benchmarking
> I was never able to get it to go reliably beyond a few hundred
> concurrent connections.

The CherryPy server also works with Pylons and is supposed to have
better performance than PasteHTTPServer. There should be an INI
configuration in the Pylons wiki or list archive.

-- 
Mike Orr <sluggos...@gmail.com>

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to pylons-disc...@googlegroups.com.
To unsubscribe from this group, send email to 
pylons-discuss+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en.

Reply via email to