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/GridServer.cs

    r33 r219  
    3535    }
    3636
     37    public JobState JobState(Guid guid) {
     38      return engineStore.JobState(guid);
     39    }
     40
    3741    public Guid BeginExecuteEngine(byte[] engine) {
    3842      Guid guid = Guid.NewGuid();
Note: See TracChangeset for help on using the changeset viewer.