On Apr 2, 11:27 pm, Derick Eisenhardt <[email protected]> wrote: > I'm curious, has anyone ever gotten a turbo-charged version of > TurboGears going via Psyco or PyPy? I know Pylons has been run on PyPy > before, but that doesn't necessarily mean Paster, Genshi, SQLAlchemy > or any of the other components of TG2 will. I'm guessing the added > speed boost of a JIT runtime would help out if you're running a site > with large amounts of traffic, that has a lot of dynamic content that > can't be memcached so well.
PyPy is currently slower than stock Python. Psyco might get you a substantial boost, although it depends where your bottlenecks are. A potential issue with Psyco is the sheer memory consumption. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

