I'm using the code from:

http://www.eflorenzano.com/blog/post/easy-multi-database-support-django/

After repeated use, there can be over a hundred idling connection to
MySQL for both production and development builds. Removing the
Multiple DB in the model causes the symptoms to stop.

I've been trying to track down where the circular reference (if it's
that) is causing the connections to not be closed/deleted without much
luck. Is this use of _default_manager just plain flawed? If not, does
anyone know if there is a working fix?

TIA,

Michael LaRue

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