Re: Unexpected EOF on client connection

Поиск
Список
Период
Сортировка
От Howard Cole
Тема Re: Unexpected EOF on client connection
Дата
Msg-id 4B19179E.4030802@selestial.com
обсуждение исходный текст
Ответ на Re: Unexpected EOF on client connection  (David Boreham <david_list@boreham.org>)
Список pgsql-general
David Boreham wrote:
>> Sampling the number of connections on my database I decided that the
>> number of connections settled at 6 so I changed my MinPoolSize from 3
>> to 6. I checked the current state of the database and the number of
>> connections is currently 12. Tonight I shall change the MinPoolSize
>> to 8 and I am wondering if the number of connections used is going to
>> appear as 16!
>>
> Pretty soon you'll discover that you have two instances of the pool :)
>
lol.

Changed the MinPoolSize and the number of connections is exactly the
pool size at the moment. So no doubling up this time. The npgsql pooling
appears to be working as expected. The errors are still appearing in the
log.

What happens to new connections that exceed the pool size? Are the
connections added to the pool briefly, or are they created outside the
pool and allowed to timeout on their own? Also are the pooled
connections set to renew if they timeout, or do they never timeout?


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: Installing PL/pgSQL by default
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Catastrophic changes to PostgreSQL 8.4