Re: Postgres Server collapse

From: Csaba Nagy <nagy(at)ecircle-ag(dot)com>
To: Sistemasvi <sistemasvi(at)aerogal(dot)com(dot)ec>
Cc: Postgres JDBC <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Postgres Server collapse
Date: 2006-11-27 15:38:07
Message-ID: 1164641886.13204.111.camel@coppola.muc.ecircle.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

[snip]
> I have only one connection by web session. It is good or bad?
> I have already increased the number of connections to 800 in the
> postgres and sysctl configuration file.

You should probably google for "connection pool" in general to see what
that means, and pick a solution for JDBC. 800 connections is way too
much, we have here ~100 in real use at any time for a busy (read: with
many users and web sessions) application.

Cheers,
Csaba.

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Markus Schaber 2006-11-27 16:03:26 Re: Backup with Java
Previous Message Mark Lewis 2006-11-27 15:34:37 Re: Postgres Server collapse