How were you deploying CherryPy for these benchmarks?
I found that the performance when CherryPy is deployed
via mod_wsgi was massively accelerated. If you read
the mod_wsgi site and blog there's a lot of background
material which will explain in some detail why the
performance is so good.
My application is used by about 7,000 people per day,
peaking at about 25 hits per second to CherryPy and
the performance has been absolutely excellent, the
area that I'm struggling on right now is scaling the
database. (I'm thinking about memcache for that.)
I wouldn't like to be trying to do this with one of
the more heavyweight frameworks and I am speaking from
some painful experience!
A
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "cherrypy-users" group.
To post to this group, send email to cherrypy-users googlegroups.com
To unsubscribe from this group, send email to
cherrypy-users-unsubscribe googlegroups.com
For more options, visit this group at h
ttp://groups.google.com/group/cherrypy-users?hl=en
-~----------~----~----~----~------~----~------~--~---
|