Hello Django users,

I'm a newby in using django for developing applications and
experiencing some problems i hope some of you can assist me.

I created a app with a pgsql database, the problem is that i often get
the error to many clients connected to the database. I configured the
database that 20 simaltanious connections can be made, still this error
pops up once in a while even when i'm working alone on the app.

My guess is that tha application keeps the database connection open for
a amount of time and opens a new connection every time the database is
aproached.

Is there a way to close the connection after every db call or is there
another solution besides upgrading the connections allowed on the db.

thanks in advance for your help,
richard mendes


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Django 
users" group.
To post to this group, send email to django-users@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to