Ok, it turns out that when you kick of a thread and use the db a new
database session is created. You do need to explicitly do a
connection.close() at the end of your thread's run method or the
session leaks.

I got rid of all the setDaemon() calls, no good or bad effects.

Cheers,

Peter


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