Обсуждение: npgsql - Npgsql2: [1010466] Npgsql isn't using pool when executing

Поиск
Список
Период
Сортировка

npgsql - Npgsql2: [1010466] Npgsql isn't using pool when executing

От
fxjr@pgfoundry.org (User Fxjr)
Дата:
Log Message:
-----------

[1010466] Npgsql isn't using pool when executing under Mono.

Also, changes the way Npgsql checks if the connection is ok when returning from pool. Previous code was a little bit
cryptand also was less performant as it used a new generated guid and listen and notification queries. 

Modified Files:
--------------
    Npgsql2/src/Npgsql:
        NpgsqlConnectionStringBuilder.cs (r1.6 -> r1.7)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/Npgsql/NpgsqlConnectionStringBuilder.cs.diff?r1=1.6&r2=1.7)
        NpgsqlConnectorPool.cs (r1.12 -> r1.13)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/Npgsql/NpgsqlConnectorPool.cs.diff?r1=1.12&r2=1.13)