>  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.
> Can anyone provide me the link to achive connection pooling.
> Thanks and Regards,

vijay,

  first, pelase don't spam the conference with repeated emails The
fact that no-one replied to you in a few hours does not mean that you
need to resend your question. You need to consider timezones across
the globe and the fact that people usually reply in their spare time
and only if they actually know the answer or feel that they can
help/contribute.

  Are you sure that the fact that a new database connection is created
for each request is a problem for you? Most people need to solve other
performance issues first before they find out that connection pooling
would be a problem worth fixing. I'm not doubting your situation, just
asking why you think that connection pooling would significantly help
you. Creating a new DB connection is pretty cheap and quick on MySQL.

  Cheers

   Jirka

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to