I have Redhat Linux and windows 2k clients accessing the same VSS database via the same SOS server (3.5). The Linux Clients are 2 to 3 time slower accessing the database compared to the windows client. Is there anything I can do to speed up the Linux client access?
Les
Linux client access slow compared to windows
Moderator: SourceGear
The Unix client (built with GTK) may be slower than the windows client when detecting changes to local files and redrawing its file list. This is because of some inefficiencies in our update code which we haven't optimized yet. I don't know of a case where it would be slower than the Windows client retrieving the file list from the server. That operation depends almost entirely on server/network speed.
Shaw Terwilliger
SourceGear LLC
`echo sterwill5sourcegear6com | tr 56 @.`
SourceGear LLC
`echo sterwill5sourcegear6com | tr 56 @.`
Below are the comments from the user that is directly affected. Mybe this may give both of us a better understanding of what's going on:
*************************************************************
Generally, it is when getting long lists of files from the server. It's almost as if it was getting each filename one at a time, instead of building a list on the server and sending that over in one swoop. For example, over SOS, pulling down the list of files in the $/AVWorks/Avocent/St. Croix/AVR NMM/src/com/avocent/avworks/nmm/avr just took 2:35, where doing the same thing (essentially entering the directory in the client tree) in windows is essentially instantaneous.
Actually getting the files (instead of just the filenames and associated data) is of course, far worse. For example, I just pulled down a copy of the $/AVWorks/Fujitsu Siemens/Kiwi project, which consists of 600 files and 17 MB. The elapsed time to pull the project down was 13:25. The same project takes 45s to pull down to the W2K workstation.
*************************************************************
Les
*************************************************************
Generally, it is when getting long lists of files from the server. It's almost as if it was getting each filename one at a time, instead of building a list on the server and sending that over in one swoop. For example, over SOS, pulling down the list of files in the $/AVWorks/Avocent/St. Croix/AVR NMM/src/com/avocent/avworks/nmm/avr just took 2:35, where doing the same thing (essentially entering the directory in the client tree) in windows is essentially instantaneous.
Actually getting the files (instead of just the filenames and associated data) is of course, far worse. For example, I just pulled down a copy of the $/AVWorks/Fujitsu Siemens/Kiwi project, which consists of 600 files and 17 MB. The elapsed time to pull the project down was 13:25. The same project takes 45s to pull down to the W2K workstation.
*************************************************************
Les