Re: How to create connection pooling in django

2010-03-02 Thread vijaya ragavan
ut the code was not compatible to Django1.1.1 Is there any other way to achieve the connection pooling for MSSQL. Thanks and Regards, vijay. On Wed, Mar 3, 2010 at 8:28 AM, Christophe Pettus wrote: > > On Mar 2, 2010, at 6:54 PM, vijaya ragavan wrote: > >> Please provide me the

Re: How to create connection pooling in django

2010-03-02 Thread vijaya ragavan
Hi All, I am using Django1.1.1(Apache via mod_wsgi deployment) with MSSQL DB. I found that the new DB connection is getting created for every request . But i want to use connection pooling. Please provide me the link to achive connection pooling with the Django1.1.1. Thanks and Regards, vijay.