In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23541
What is this? Do you have few CVS? In the past we downloaded provider from
cvs.sourceforge.net:/cvsroot/firebird
Also we don't see any changes here:
http://cvs.sourceforge.net/viewcvs.py/firebird/NETProvider/NETProvider_17/source/FirebirdSql.Data.Firebird/
Also we tryed to modify sourcec ourself from
this.CheckMaxPoolSize();
lock (this.unlocked.SyncRoot)
{
newConnection = this.GetConnection();
if (newConnection != null)
{
return newConnection;
}
}
to
lock (this.unlocked.SyncRoot)
{
newConnection = this.GetConnection();
if (newConnection != null)
{
return newConnection;
}
}
this.CheckMaxPoolSize();
We ran our tests and seems FBConnection.Open() still hang in some cases under
heavy loading by many concurent users :-/
-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
Firebird-net-provider mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider