2012/3/23, Andy Richards <andy.ric...@googlemail.com>:
> Fixed. I found this forum message from back in 2004.
>
> http://erlang.org/pipermail/erlang-questions/2004-July/012808.html
>
> Editing odbcserver.c and disabling nagel's algorithm (approx 40ms on Redhat
> 6) on the socket solved the problem. I wonder why this was never added to
> odbcserver.c in the past?
Humm... it was added on the erlang side but apparently not on the c-side. I can
not remember why, if it was for some reason or maybe it was just an oversight.
Please send your modifications as a patch.
[...]
Regards Ingela Erlang/OTP team - Ericsson AB
_______________________________________________
erlang-questions mailing list
erlang-q...@erlang.org
http://erlang.org/mailman/listinfo/erlang-questions
Please follow the instructions on github on how to make a patch.
https://github.com/erlang/otp/wiki/submitting-patches
Regards Ingela Erlang/OTP team - Ericsson AB
2012/3/26 Andy Richards <andy.ric...@googlemail.com>: