search for: 340v

Displaying 1 result from an estimated 1 matches for "340v".

Did you mean: 3409
2014 Jul 07
1
increasing the write block size for high latency
...checksumming instead of actual network I/O. I came to this conclusion by running strace on the PIDs on both remote and local hosts. On the server side I got a stream of 4K writes on fd 1 followed by a select on that same fd : write(1, "\275\214\357\357\22y4\237\215Z\226\331\355Z!\340\373\227\340V~\20\35C\3\337_\27\257\236\321\204"..., 4092) = 4092 select(2, NULL, [1], [1], {60, 0}) = 1 (out [1], left {59, 999996}) I?d like to see if I can increase the write block size to cut down on the delay of each select to this unnamed pipe to sshd. I?m not sure if that would help speed up t...