Hi,

Django does not really use a Pool from which you can check out connections 
and return them back to the pool. Every thread has it's own connection 
which is initialized on first use -- there is nothing which closes 
connections (or checks for their lifetime with persistent connections) 
automatically if you are outside of a standard request/response cycle -- 
that is on you to ensure.

Cheers,
Florian

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To post to this group, send email to django-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/4182f220-3424-4bef-902b-ccea9d1b23f9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to