> I'm experimenting with Pylons, trying to get some performance numbers. > > Hitting the QuickWiki front page, I can only get 40 requests/sec. > Hitting a simple Mako template, I get 220 reqs/sec. The server is a > hyperthreaded Pentium 4 with 3GB RAM running Ubuntu 8.04. Oprofile > indicates that Python is getting almost all the CPU cycles. I haven't > yet looked at it with a Python profiler.
I did some quick tests running Apache mod_wsgi + Pylons + Genshi + SQLAlchmeny + SQLite and I'm getting around 220 requests / second by requesting the same page over and over again. A somewhat brain-dead test, but I haven't finished the site yet :P This is running in a RHEL 4.x virtual machine, so it's hard to compare hardware. What are you using to benchmark your site and I'll take a look here. -Eric --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
