I\'m using django with apache and mod_wsgi and PostgreSQL (all on same host), and I need to handle a lot of simple dynamic page requests (hundreds per second). I faced with
Try PgBouncer - a lightweight connection pooler for PostgreSQL. Features: