On Feb 28, 2013, at 1:43 PM, David Cramer wrote:

> It is most definitely not an "error" to have less connections available than 
> workers, considering workers may serve different types of requests, and will 
> now persist the database connection even after that request has finished.

If you have more workers than database connections, you have either (a) 
over-configured the number of workers, which is generally a bad thing to do, or 
(b) you are accepting that you will at high-load points get refused 
connections.  I don't see either one as being correct.

--
-- Christophe Pettus
   x...@thebuild.com

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To post to this group, send email to django-developers@googlegroups.com.
Visit this group at http://groups.google.com/group/django-developers?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to