On Mar 2, 2010, at 6:54 PM, vijaya ragavan wrote:
Please provide me the link to achive connection pooling with the Django1.1.1.
Django does not, itself, do connection pooling. Depending on what database back-end you are using, you might look at pooling middleware, just as pgpool II or PgBouncer for PostgreSQL.
-- -- Christophe Pettus [email protected] -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

