On 9/14/06, frooyo <[EMAIL PROTECTED]> wrote:
>
> I have two questions about Django.
>
> 1.  Does anyone know if Pythons Psyco performance improver works with
> django?  http://psyco.sourceforge.net/

I'd be surprised. Psyco does best on heavy numeric operations.



>
> I'm not asking these questions because I think Django is slow.  It's
> actually quite fast.  However, given that databases are typically the
> bottleneck with web-applications, anything that can improve performance
> is a good thing.

Well, Django does offer a great caching system. Various Django-based
sites have stood up to Slashdot, Digg, Fark, etc. Unless your hardware
is really underpowered, you shouldn't have too many issues. Just
follow the various performance hints people offer (like media being
server from a different server, use caching, etc.)

Jay P.

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to