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?

link|improve this question

70% accept rate
1  
From my point of view, this question does not belong to StackOverflow, but to ServerFault. – jachguate Mar 19 '11 at 20:21
I would prefer to see a gds32.dll api call or OS api call as a solution, that is why it is on stackoverflow.com, too - but I don't consider this likely. I think that a tcp tunnel solution or server configuration solution is most likely to be found first. – Lars D Mar 21 '11 at 7:14
feedback

migrated from stackoverflow.com Mar 21 '11 at 7:05

This question came from our site for professional and enthusiast programmers.

2 Answers

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.

link|improve this answer
feedback

May be you can try to use compressed “tunnel” for TCP/IP like Zebedee

link|improve this answer
Compressing is not the issue here. – Lars D Mar 21 '11 at 7:13
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.