Postgres uses one process per connection. How many simultaneous connections have you got in total? If you don't have that many simultaneous users then you may not be closing database connections somewhere.
You can increase the number of connections that Postgres can handle, but it looks like you will run out of memory then! If you start from scratch and do (say) 10 web requests, how many postmasters are active after those 10 request? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---