Just FYI, in the DB2 backend for Django, we have exposed a custom database property PCONNECT and have defaulted it to true for a long time now. What this does is that it uses persistent connections that is supported by the DB2 Python driver (http://code.google.com/p/ibm-db/ wiki/APIs#ibm_db.pconnect), rather than opening a new fresh connection each time. One point to note with this approach is that it cannot be used with multi-threaded web servers and we did have a situation with a customer using this with Apache on Windows (http://groups.google.com/ group/ibm_db/browse_thread/thread/eab320359f0d16d8?hl=en_US)... , so i am curious how the above approach deals with the multi-threaded scenario
regards Mario Briggs -- You received this message because you are subscribed to the Google Groups "Django developers" 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 http://groups.google.com/group/django-developers?hl=en. For more options, visit https://groups.google.com/groups/opt_out.