Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/25/09 12:46:44 (15 years ago)
Author:
gkronber
Message:

Fixed updating of executer and dispatcher views and renamed ServerForm to ServerView. #676 (Cockpit for the CEDMA Server to control algorithm settings)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.CEDMA.Server/3.3/GridExecuter.cs

    r2073 r2094  
    6161
    6262    protected override void StartJobs() {
    63       Dictionary<WaitHandle, AsyncGridResult> asyncResults = new Dictionary<WaitHandle,AsyncGridResult>();
     63      Dictionary<WaitHandle, AsyncGridResult> asyncResults = new Dictionary<WaitHandle, AsyncGridResult>();
    6464      while (true) {
    6565        try {
     
    8080                activeAlgorithms.Add(asyncResult, algorithm);
    8181              }
     82              OnChanged();
    8283            }
    8384          }
     
    9596              asyncResults.Remove(readyHandle);
    9697            }
     98            OnChanged();
    9799            try {
    98100              IEngine finishedEngine = jobManager.EndExecuteEngine(finishedResult);
Note: See TracChangeset for help on using the changeset viewer.