Ian Bicking wrote: > Cliff Wells wrote: >> I'll probably do >> some better tests later, but my initial suspicion is that the default >> "paster serve" isn't as fast as CherryPy (both are proxyied to via >> Nginx). > > In my simplistic tests CherryPy 3 is about 50% faster than > paste.httpserver. That's keeping everything else equivalent, and not > including any framework. I don't know how other factors would effect that.
I'm going to be doing some performance tests on my setup in the next few days, but one thing I've noticed in preliminary playing is that using fastcgi/flup with nginx is noticeably faster than a straight proxy. > > Pylons has some performance gotchas if you use threadlocals in certain > ways. Care to elaborate? Robert --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
