[cvsnt] Excessive delays with files > ~800KB
David Somers
dsomers at omz13.com
Thu Jun 22 11:13:07 BST 2006
John Hardin wrote:
>> I am very willing to run a more-fully-instrumented CVSNT cvs.exe to see
>> whether it is possible to narrow down where things pause, e.g. in a
>> local operation vs. a server operation.
>
> ...anyone care to comment?
running cvsnt -ttt gives you a tracelevel of 3 which shows a verbose diags.
>From your earlier message, you say the delay is after:
GetUnixFileModeNtEA(C,000006E0) returns 0000
As the source code to cvsnt is freely available there is nothing to stop you
compiling it with debug symbols and running it through a
debugger/profiler/whatever to see what's happening...
src/windows-NT/win32.cpp is where GetUnixFileModeNtEA can be found, so put
a breakpoint on that and see what happens afterwards.
Greetings from (cold and windy) Luxembourg
--
David Somers
typographer/programmer/whatever
More information about the cvsnt
mailing list