Dan Nelson writes:
>
> It looks like mysqld has code to disable Nagle, but I don't know when
> it is triggered. You can try manually setting TCP_NODELAY on the
> filedescriptor at myhandle->net.fd (where myhandle is the structure you
> get from mysql_real_connect), and see if that helps.
>
> --
> Dan Nelson
> dnelson@stripped
>
Hi Dan!
Thank for your contrib.
But it is too late to do it then, as init of TCP stuff has already
been done.
Better way to ensure that Nagle's effect does not occur is that
vio.fastsend() method is executed properly on the server OS.
This is what we are looking at right now.
--
Regards,
__ ___ ___ ____ __
/ |/ /_ __/ __/ __ \/ / Mr. Sinisa Milivojevic <sinisa@stripped>
/ /|_/ / // /\ \/ /_/ / /__ MySQL AB, FullTime Developer
/_/ /_/\_, /___/\___\_\___/ Larnaca, Cyprus
<___/ www.mysql.com