Re: "Pool" of "one" connection in Apache

2006-10-18 Thread Rafael SDM Sierra
Yes, I'll post in the Django-dev, thanksOn 10/18/06, Aidas Bendoraitis <[EMAIL PROTECTED] > wrote:I think, you should post this email to django-developers instead of django-users... Or perhaps to post a new ticket athttp://code.djangoproject.com/newticketRegards,Aidas Bendoraitis [aka Archatas]On 1

Re: "Pool" of "one" connection in Apache

2006-10-18 Thread Aidas Bendoraitis
I think, you should post this email to django-developers instead of django-users... Or perhaps to post a new ticket at http://code.djangoproject.com/newticket Regards, Aidas Bendoraitis [aka Archatas] On 10/18/06, Rafael SDM Sierra <[EMAIL PROTECTED]> wrote: > Looking the django.db.backends.po

"Pool" of "one" connection in Apache

2006-10-18 Thread Rafael SDM Sierra
Looking the django.db.backends.postgresql  source code, I saw that Django connection needs only one connection for all processes, because it uses cursors to execute sql queries. So, I develop a system that run 1000+ threads using only one connection by changing the base.py [1]. But, this solution