Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/06/08 12:22:58 (16 years ago)
Author:
gkronber
Message:
  • extracted communication code out of the DistributedEngine into class JobManager
  • implemented a method to retrieve the JobState for a given job (specified by it's guid) in GridServer
  • implemented restarting of jobs in JobManager
  • improved exception handling in JobManager and DistributedEngine

(ticket #136)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Grid/ProcessingEngine.cs

    r27 r219  
    6868          myExecutionStack.Push(atomicOperation);
    6969          Abort();
    70           ThreadPool.QueueUserWorkItem(delegate(object state) { OnExceptionOccurred(ex); });
    7170        }
    7271        if(next != null)
    7372          myExecutionStack.Push(next);
    74         OnOperationExecuted(atomicOperation);
    7573        if(atomicOperation.Operator.Breakpoint) Abort();
    7674      } else if(operation is CompositeOperation) {
Note: See TracChangeset for help on using the changeset viewer.