Re: Postgres Server collapse

Поиск
Список
Период
Сортировка
От Csaba Nagy
Тема Re: Postgres Server collapse
Дата
Msg-id 1164641886.13204.111.camel@coppola.muc.ecircle.de
обсуждение исходный текст
Ответ на Postgres Server collapse  ("Sistemasvi" <sistemasvi@aerogal.com.ec>)
Список 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.



В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Mark Lewis
Дата:
Сообщение: Re: Postgres Server collapse
Следующее
От: Markus Schaber
Дата:
Сообщение: Re: Backup with Java