Hi Christophe Pettus,
      I am using MSSQL. I don't want to use SQLAlchemy. I would like to
change the code in Django to achieve connection pooling.
I followed the steps given in the following link
http://code.djangoproject.com/ticket/1237
<http://code.djangoproject.com/ticket/1237>But 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 <x...@thebuild.com> wrote:

>
> 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
>   x...@thebuild.com
>
> --
> 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<django-users%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>
>

-- 
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