Re: [Firebird-net-provider] Re: Connection Pooling Problem

2006-04-14 Thread Carlos Guzmán Álvarez
Hello: There were a few bugs in Provider in connection pooling. We fixed them and sent bugreports to Carlos. But i don't know if he commit fixes in 1.7.1 or not. You can rebuild provider yourself with our fixes. Replace original FBConnectionPool.cs file from attachment. Added to 1.7 in

Re: [Firebird-net-provider] Re: Connection Pooling Problem

2006-04-06 Thread Eric Walmsley
Hi, I might have found the reason there's no difference. The NANT build was in a new directory, so I was using the same DLL as before - it's been a long week!! I'll try this again Carlos Guzmn lvarez wrote: Hello: I've tried the rebuild with the modified file, using NANT, but the

Re: [Firebird-net-provider] Re: Connection Pooling Problem

2006-04-05 Thread Carlos Guzmán Álvarez
Hello: I've tried the rebuild with the modified file, using NANT, but the problem is still there. The connections just keep growing until I get the timeout error. I've also noticed that when I disable Pooling, after 10 minutes of heavy use, the Web app will slow down to about 50 seconds to

[Firebird-net-provider] Re: Connection Pooling Problem

2006-04-04 Thread sasha
There were a few bugs in Provider in connection pooling. We fixed them and sent bugreports to Carlos. But i don't know if he commit fixes in 1.7.1 or not. You can rebuild provider yourself with our fixes. Replace original FBConnectionPool.cs file from attachment. /* * Firebird ADO.NET

Re: [Firebird-net-provider] Re: Connection Pooling Problem

2006-04-04 Thread Eric Walmsley
Hi, Thanks for this ... I'll give it a try. Eric sasha wrote: There were a few bugs in Provider in connection pooling. We fixed them and sent bugreports to Carlos. But i don't know if he commit fixes in 1.7.1 or not. You can rebuild provider yourself with our fixes. Replace original