Re: [firebird-support] Re: Nagle Algorithm

2019-12-06 Thread 'Carlos H. Cantu' lis...@warmboot.com.br [firebird-support]

Re: [firebird-support] Re: Nagle Algorithm

2019-12-05 Thread Tray nvat...@yahoo.com [firebird-support]
Latestest stable version.  Something intesting about the benchmark article, what version an what OS, and a copy of the config.. Sent from Yahoo Mail for iPhone On Wednesday, December 4, 2019, 6:12 AM, 'Carlos H. Cantu' lis...@warmboot.com.br [firebird-support] wrote:   You didn't say wh

Re: [firebird-support] Re: Nagle Algorithm

2019-12-04 Thread 'Carlos H. Cantu' lis...@warmboot.com.br [firebird-support]
You didn't say what version of Firebird you are using. If it is not 3.x, you can expect very bad performance transferring data over WAN. FB 3 implemented changes in the wire protocol making things much faster in high latency networks. The only remaining "problem" is if you need to transfer blobs (i

Re: [firebird-support] Re: Nagle Algorithm

2019-12-04 Thread Dimitry Sibiryakov s...@ibphoenix.com [firebird-support]
04.12.2019 05:22, nvat...@yahoo.com [firebird-support] wrote: > Am I missing something here or what is slowing down these firebird > communications??? Firebird uses protocol with full acknowledgment. In combination with badly designed application the result is predictable. -- WBR, SD.

[firebird-support] Re: Nagle Algorithm

2019-12-03 Thread nvat...@yahoo.com [firebird-support]
I was able to verify that NoNaggle appears to be marking the packets as push to avoid the Nagle Algorithm delays. The packets show up with push flag set from client and server. I am still very disappointed with the performance of the FB clients. An application that normally takes 25 seconds