I have two questions about Django.

1.  Does anyone know if Pythons Psyco performance improver works with
django?  http://psyco.sourceforge.net/

2.  Does Django use prepared statements and/or create and use stored
procedures when interacting with a database?

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.

Thanks in advance.


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