Hi all,

Am I wasting my time trying to figure out multi-db functionality.  I
know that Alex Gaynor is working on a GSOC project that is slatted for
Django 1.2 release that deals with this, but I can't imagine that
being released anytime soon.

I've been able to configure a MultiDBManager for my test site, where I
connect to a local mysql databased for admin, auth, session, etc and
connect to a remote mysql to query 2 models.

My problem occurs during larger queries - I get 'Too many connections'
error.  If I run these queries through django's default manager they
are handled fine.  Can anyone point me in the right direction, maybe
the source code where django handles this.  I'm pretty sure I need to
close the connection in my MultiDBManager but not sure how to
accomplish this.

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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to