Re: [Firebird-net-provider] Connection pool

2015-10-13 Thread Jiří Činčura
On Tue, Oct 13, 2015, at 22:53, Michał Ziemski wrote: > I would rather also test connectionString.MaxPoolSize with the > "_available" > stack > and not the "_busy" list. This would make connectionString.MaxPoolSize You mean: if (_available.Count() + 1 > connectionString.MaxPoolSize)

[Firebird-net-provider] Exception using AspNet.Identity

2015-10-13 Thread Mercea Paul
Hi all I have ported an application (MVC5, SQLServer) to Firebird but i notice some exceptions in debug mode (tried fb 4.7 and fb 4.8 provider). This app is using AspNet.Identity to authenticate users. With SQLServer i didn't get this exception: An exception of type

[Firebird-net-provider] Connection pool

2015-10-13 Thread Michał Ziemski
Hi! I've jest run into a problem with the connection pool. When I reach the limit an exception is thrown. It seems to me as an suboptimal thing to di in such a case. Con pool is there to gain speed and random exceptions are IMHO too high a price to pay. I think in such a case new connections