On 6 June 2012 06:10, Biswas, Pinakee <[email protected]> wrote:
> Could you please let me know if there is any performance statistics
> available for Pylons/Pyramid?

If you need to provide > 100 views per sec on a single core, for a
non-trivial application, then Python probably isn't fast enough.

Otherwise, Pyramid's performance depends mostly on how many requests
you can serve without expensive I/O (complex queries and/or disk I/O),
because the framework overhead is trivial.

\malthe

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

Reply via email to