Changeset 258 for trunk/sources/HeuristicLab.DistributedEngine
- Timestamp:
- 05/14/08 16:46:09 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.DistributedEngine/JobManager.cs
r257 r258 121 121 int restartCounter = 0; 122 122 do { 123 Thread.Sleep(TimeSpan.FromSeconds(CHECK_RESULTS_TIMEOUT)); 123 124 byte[] zippedResult = null; 124 125 lock(connectionLock) { … … 209 210 throw new ApplicationException("Maximum number of job restarts reached."); 210 211 } 211 212 Thread.Sleep(TimeSpan.FromSeconds(CHECK_RESULTS_TIMEOUT));213 212 } while(true); 214 213 }
Note: See TracChangeset
for help on using the changeset viewer.