On 3/27/06, venkatbo <[EMAIL PROTECTED]> wrote: > I ran an 'unscientific' test using both these versions... > > I created a simple app via: > tg-admin quickstart > under both versions. When I ran the non-db TG app under 0.8.9 it took > ~0.007 seconds to serve the static page, whereas under 0.9a1 it took > ~0.015 seconds... > > Does this imply that more complex dynamic apps, could be quite slower > under 0.9a1 as compared to 0.8.9 :?)
I don't know if that implication would be true. I wouldn't be surprised if it's somewhat slower, given all of the new features. Performance tuning patches are welcome. (Premature optimization is the root of all evil.) By the way, if you don't have this in your code already, try this: import cherrypy cherrypy.lowercase_api = True Kevin --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

