Re: [Firebird-net-provider] Where can I learn more about FbConnection.ClearAllPools

2007-08-02 Thread Jiri Cincura
On 8/2/07, Bryan Pendleton <[EMAIL PROTECTED]> wrote: > That is, how do I know if I am using connection pooling? Depend on parameter in connection string. "Pooling=false" or "Pooling=true". > > Active connections are closed 'cause are in pool too. > > In my testing, I found that if I: > - have

Re: [Firebird-net-provider] Where can I learn more about FbConnection.ClearAllPools

2007-08-02 Thread Bryan Pendleton
Thanks Jiri! This is very helpful. > Well, I suppose you know how connection pooling works. In principle, yes. In the specific case of FbConnection, is connection pooling performed automatically? Or is is something that I would need to configure and enable in my application? That is, how do I k

Re: [Firebird-net-provider] Where can I learn more about FbConnection.ClearAllPools

2007-08-02 Thread Jiri Cincura
On 8/2/07, Bryan Pendleton <[EMAIL PROTECTED]> wrote: > Is there any more information available about this method, > such as: > - when I would want to call it > - what are the restrictions for when it is legal to call it > - what affect it might have on connections that are active Well, I su

[Firebird-net-provider] Where can I learn more about FbConnection.ClearAllPools

2007-08-01 Thread Bryan Pendleton
I was looking at the FbConnection documentation and I saw a bit about the ClearAllPools method: http://www.firebirdsql.org/dotnetfirebird/documentation/api/1.7/FirebirdSql.Data.Firebird.FbConnection.ClearAllPools.html Is there any more information available about this method, such as: - when I w