Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/03/11 17:08:54 (13 years ago)
Author:
cneumuel
Message:

#1233

  • renamed engines to executors
  • changed locking in StartJobInAppDomain
  • avoid destruction of proxy object after 5 minutes for Slave.Core
  • added JobStarted event and fixed ExecutionStateChanged and ExecutionTimeChanged
  • slaves which are moved to another slavegroup will pause their jobs now, if they must not calculate them
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.HiveEngine.Test/Program.cs

    r6039 r6110  
    66using HeuristicLab.Algorithms.GeneticAlgorithm;
    77using HeuristicLab.Clients.Hive;
     8using HeuristicLab.Clients.Hive.Jobs;
    89using HeuristicLab.Common;
    910using HeuristicLab.Core;
     11using HeuristicLab.Optimization;
    1012using HeuristicLab.PluginInfrastructure;
    1113using HeuristicLab.PluginInfrastructure.Manager;
    1214using HeuristicLab.Problems.TestFunctions;
    13 using HeuristicLab.Clients.Hive.Jobs;
    14 using HeuristicLab.Optimization;
    1515
    1616namespace HeuristicLab.HiveEngine.Test {
     
    4040
    4141      var job2 = PersistenceUtil.Deserialize<OptimizerJob>(data);
    42 
    43 
    44 
     42     
    4543      #region Credentials
    4644      ServiceLocator.Instance.Username = "cneumuel";
Note: See TracChangeset for help on using the changeset viewer.