npgsql - Npgsql2: Fix [#1011138] Connection pooling performance suffers

Поиск
Список
Период
Сортировка
От fxjr@pgfoundry.org (User Fxjr)
Тема npgsql - Npgsql2: Fix [#1011138] Connection pooling performance suffers
Дата
Msg-id 20120109144804.773A8FA963F@pgfoundry.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------

Fix [#1011138] Connection pooling performance suffers under heavy load.
Rewritten connector pool logic in order to keep lock for much less time and also with a higher granularity.
Thanks Andrew for heads up.

Modified Files:
--------------
    Npgsql2/src/Npgsql:
        NpgsqlConnectorPool.cs (r1.19 -> r1.20)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/Npgsql/NpgsqlConnectorPool.cs?r1=1.19&r2=1.20)

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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Rename the internal structures of the CREATE TABLE (LIKE ...) fa
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: pgsql: plpython: Add SPI cursor support