On Friday, June 3, 2016 at 2:17:01 AM UTC+2, Cristiano Coelho wrote: > > Now that you mention django code, does > connection.close_if_unusable_or_obsolete() always close the connection, or > does it also handle the case where persistent connections are used (and so > the connection is not closed if it is alive and in good state) ? >
Yes, it does handle persistent connections properly, otherwise Django would not work ;) -- 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 [email protected]. To post to this group, send email to [email protected]. 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/ab632e95-c07d-4cea-a6cc-9b6633fa262a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
