On Sep 24, 5:32 pm, Christian Joergensen <[EMAIL PROTECTED]> wrote:
> 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.

So we should go with amd64 for the faster mysql and easy memory
upgrade. In a hurry we can get obscene RAM sizes.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to