On Sun, Jul 3, 2011 at 12:44 AM, Mengu <[email protected]> wrote: >> i had a pyramid app which handled ~15K reqs / second. - i've seen this >> as 30K as well-. the server i had was great so i was only running >> apache and mod_wsgi with some configurations as well. is turbogears >> capable of handling such amount? is it possible to make turbogears >> handle such amount of requests? > > anyone? >
That is a quite generic question. In which conditions? How many parallel requestors? Which kind of app is it? TurboGears is probably slower than pyramid as it does a lot more, but 15.000 r/s is something you will never see in a real world application even on pyramid. -- You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en.

