Subject How reliable is communication between Firebird Client and FB Server?
Author Valentin Voev
Hi all,
Does anybody know how FB Client sends data to the remote Server?

I'm concerned what will happanes if during the sending data and commit
transaction to the remote ("very remote" server) and if TCP/IP network
has problems with lossing packets (for instance 25%-50%)?

Will Client (fbclient.dll or gds_db.dll) and FB Server will repeat and
repeat sending the data untill they guarantee 100% that if clients
sends: "abcdef" on the server will indeed "abcdef" (not "ab#$%f")?

Thank you for the help!