search for: tcpnodelay

Displaying 1 result from an estimated 1 matches for "tcpnodelay".

Did you mean: tcp_nodelay
2012 Feb 08
2
slow creating files
...old hardware, software (win2k3 server) the time of single file creation was about 10 seconds. On the new configuration it takes 20-25 seconds. Copying of large files to\from samba server is ok (more than 80 mbytes\sec). It was default Samba installation. The usual tuning doesn't help at all (TCPNODELAY etc...) Is there any idea for tuning? Also, I wrote easy test that confused me: #include "stdio.h" #include "stdlib.h" #include "time.h" void main(int argc, char *argv[]) { int fsize=40000000; int i=0; FILE *to; char str[]="012345678901234567890123456789012345...