I have a problem with V together with Eclipse. I use Eclipse (3.6) on files that are on a remote Windows system (no FTP, connected via 'net use'). When I modify my file in Eclipse and press 'Save', the file is saved immediately. This is the normal process.
But sometimes, when V is active, the process of saving takes more than half a minute to finish. When I, during the save, quit V, the save process finishes immediately. So it seems that V influences the connection to the remote PC.
With a file on a local PC, the process is fast, no matter if V is active or not.
The strange thing is that this does not always occur. But when it does, it is reproducable.
When I load another program instead of V, for instance Firefox, eating a lot of memory, the save is fast as usual.
I did a test with Procmon (process monitor) active and these are the results from the same action. The first column displays a timestamp.
This is without V:
Code: Select all
"08:42:04,2594435","eclipse.exe","5892","CreateFile","M:\Aposys\V5031\Batch\Conversie.bat","SUCCESS","Desired Access: Generic Write, Read Attributes, Disposition: OverwriteIf, Options: Synchronous IO Non-Alert, Non-Directory File, Attributes: N, ShareMode: Read, Write, AllocationSize: 0, OpenResult: Overwritten"
"08:42:04,2611633","eclipse.exe","5892","ReadFile","C:\WINDOWS\CSC\00000001","SUCCESS","Offset: 0, Length: 64"
Code: Select all
"08:43:00,0081015","eclipse.exe","5892","CreateFile","M:\Aposys\V5031\Batch\Conversie.bat","SUCCESS","Desired Access: Generic Write, Read Attributes, Disposition: OverwriteIf, Options: Synchronous IO Non-Alert, Non-Directory File, Attributes: N, ShareMode: Read, Write, AllocationSize: 0, OpenResult: Overwritten"
"08:43:40,9555316","eclipse.exe","5892","ReadFile","C:\WINDOWS\CSC\00000001","SUCCESS","Offset: 0, Length: 64"
Chris Tammes.