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

From: fxjr(at)pgfoundry(dot)org (User Fxjr)
To: pgsql-committers(at)postgresql(dot)org
Subject: npgsql - Npgsql2: [1010466] Npgsql isn't using pool when executing
Date: 2008-09-08 14:01:00
Message-ID: 20080908140100.7781917AE6F5@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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 crypt and 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)

Browse pgsql-committers by date

  From Date Subject
Next Message User Fxjr 2008-09-08 14:02:31 npgsql - Npgsql2: Uncommented out the code which checks if a connection
Previous Message Dave Page 2008-09-08 13:41:45 stackbuilder - wizard: Remove debug code.