Re: PostgreSQL JDBC - Number of connections

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: PostgreSQL JDBC - Number of connections
Дата
Msg-id 4475.1033244255@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: PostgreSQL JDBC - Number of connections  (Lars Nielsen Lind <moonie@worldonline.dk>)
Ответы Re: PostgreSQL JDBC - Number of connections
Список pgsql-jdbc
Lars Nielsen Lind <moonie@worldonline.dk> writes:
> Yes - but it seems to be possible with only -N 1024 as max_connections?

If you are finding that the backend won't take more than that, it's time
for an update.

There used to be a compile-time limit on max_connections, which was 1024
by default, but it's been gone for awhile.

BTW, you will probably find that you need to do some surgery on kernel
settings as well, if you really want to handle more than a thousand
concurrent backends ...

            regards, tom lane

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

Предыдущее
От: Lars Nielsen Lind
Дата:
Сообщение: Re: PostgreSQL JDBC - Number of connections
Следующее
От: Barry Lind
Дата:
Сообщение: Re: JDBC for 7.2.x