Our Firebird database connection goes through a network connection that seems to imply a high latency for normal TCP connections. However, I am quite sure that the network connection supports quality-of-service on network traffic. Is there any way to specify QoS parameters to a Firebird connection?
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
migrated from stackoverflow.com Mar 21 '11 at 7:05
|
The solution is going to be dependent on the configuration capabilities of your network hardware. One thought, if the server hosting the database is primarily just for hosting the database, or the other services on it are also important, see if you can configure traffic to/from that server to a higher priority than standard traffic. |
|||
|
|
|
May be you can try to use compressed “tunnel” for TCP/IP like Zebedee |
|||
|
|