Subject Re: [firebird-support] Nagle Algorithm
Author Mark Rotteveel
On 2019-12-03 23:20, Dimitry Sibiryakov sd@...
[firebird-support] wrote:
> 03.12.2019 22:28, nvatray@... [firebird-support] wrote:
>> I see that NoNagle can be Enabled on the server by setting True in the
>> Firebird Server Config file.
>
> On contrary, it can be Disabled because by default it is enabled.
>
>> However, I do not see anywhere to adjust TCP No Delay on the Firebird
>> Client side.  I see
>> that most programs can specify t o open a socket to a server with the
>> socket No Delay
>> option.  I can't even find this in the FBClient.dll.
>
> Firebird client also read and use firebird.conf file.

To be clear: fbclient reads a firebird.conf that is in the same location
as the library. So if your application uses
C:\Windows\System32\fbclient.dll, it will read
C:\Windows\System32\firebird.conf, not the firebird.conf from the
Firebird installation.

Mark