Cvs Commit: cvsnt
| Newsgroups | gmane.comp.version-control.cvs.windows-nt.cvs |
|---|---|
| Message-ID | <25904ec5c458aa94@obrien> |
CVSROOT: /cvs Module name: cvsnt Changes by: [email protected] Fri Nov 18 02:42:17 2011 On host: mail.march-hare.com Directory: cvsnt/src M buffer.cpp CVSNT_BRANCH_2_8_01_3761 1.16.2.6.8.12.2.4 -> 1.16.2.6.8.12.2.5 Bug Id: 6340 M client.cpp CVSNT_BRANCH_2_8_01_3761 1.84.2.141.6.100.2.21 -> 1.84.2.141.6.100.2.22 Bug Id: 6340 M cvs.h CVSNT_BRANCH_2_8_01_3761 1.93.2.208.6.29.2.21 -> 1.93.2.208.6.29.2.22 Bug Id: 6340 M main.cpp CVSNT_BRANCH_2_8_01_3761 1.71.2.151.6.54.2.31 -> 1.71.2.151.6.54.2.32 Bug Id: 6340 M update.cpp CVSNT_BRANCH_2_8_01_3761 1.44.2.132.6.28.2.4 -> 1.44.2.132.6.28.2.5 Bug Id: 6340 Directory: cvsnt/windows-NT/cvsdiag M cvsdiag.cpp CVSNT_BRANCH_2_8_01_3761 1.1.2.8.8.43.2.16 -> 1.1.2.8.8.43.2.17 Bug Id: 6340 Log message: Bug6340: Customers can now set NoBufferIfBigger=0 to disable, or change the threshold for these network optimisations. Also can use cvs '-B 0 checkout cvsnt' to disable from the command line for the client only. The performance enahancement in nobuf_read_data() is now triggered at 100*NoBufferIfBigger, and NoBufferIfBigger default value is 1024*100. Note: The performance enahancement in nobuf_read_data() is NOT new in 2009.