Hello:

> Is there a way to have connection pooling enabled and be able to connect 
> to the same .fdb with multiple instances of the application at the same 
> time?

What is the problem with that ??

> Any particular reason why the FirebirdSql client has a lock to .fdb 
> file?  

The provider has no lock over the .fdb file, it the server who has that 
( at least in teh case of the embedded server )

> What is the performance hit of not having the connection pooling 
> enabled?

You can disable it by seeting in the connection string Pooling=false

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to