mcosta wrote: > One question: ¿amd64 or x86? we've got some bechmark claiming superior > performance for amd64, both with python and mysql, but then we can not > tune with psyco. We've taken a look at pyrex but we do not know even > if we are shooting in our foot with any of these. ¿are these > technologies useful for actual web app tuning?
In my experience, when it comes to database backed web applications, the application logic is seldom the bottleneck (unless, of course, you do a lot of numbers crushing). You should probably focus your optimization on your database instead, and not so much whether you should use psyco or pyrex to speed up your Python code. Regards, Christian -- Christian Joergensen http://www.technobabble.dk --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---