Subject Connect via TCP and shared file parallel
Author Parzival

Hello,

 

I am running Firebird 2.5.0 on Windows for some time on several customer locations. When the client and the server are in the same network the performance is good. It gets difficult when a more complex network structure (eg. Access via VPN) is in place. I see then error 10054 in the firebird.log and the client needs a lot of time to read data form the database.

 

Searching for solutions I understand the the root cause of the error 10054 is on the network level. In the case the current network setup needs to remain unchanged I consider to access the firebird DB via a shared file:

 

Using Z:\mysharedfolder\mydb.fdb instead of remotehost:myalias

 

As far as I have tested it this works also when some clients access via TCP and others via the file.

 

Are there any known problems or gotchas on that approach?

 

Thanks

 

Niko