Search found 3 matches

by RickS
Wed Jun 17, 2015 10:27 am
Forum: Questions (API)
Topic: ServerOperations.Login() slow
Replies: 5
Views: 26136

Re: ServerOperations.Login() slow

Has this problem been solved with newer versions of SourceGear, or is the login performance slow on these many node repositories. Our standard login takes about 20-40 seconds, and we do it often... major user complaint.
by RickS
Tue Dec 09, 2014 7:22 am
Forum: Examples (API)
Topic: Notifications of any checkins
Replies: 7
Views: 28139

Re: Notifications of any checkins

With Continuous integration, the idea is that anytime a file is checked in, automatic code checks, compiling and unit tests can be kicked off... We have repositories with 100,000+ files (40GB+), and would prefer to not continue to poll with remote clients, but have an ability to hook the server so t...
by RickS
Thu Dec 04, 2014 10:42 am
Forum: Examples (API)
Topic: Notifications of any checkins
Replies: 7
Views: 28139

Notifications of any checkins

I'm looking to not have to polll the SG server to see if any new files have been checked in: In otherwords, instead of doing continual "GetLatest" for the entire tree (40GB) and having a FileSystemWatcher look for the changes, I'd like to somehow register a callback that can get notified e...