Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/18/08 15:33:48 (16 years ago)
Author:
kgrading
Message:

implementation for #438

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Hive.Client.Core/Heartbeat.cs

    r993 r1031  
    7171    /// <param name="e"></param>
    7272    void heartbeatTimer_Elapsed(object sender, ElapsedEventArgs e) {
    73       Console.WriteLine("tick");
     73      Console.WriteLine("tick"); 
    7474      ClientInfo info = ConfigManager.Instance.GetClientInfo();
    7575      // Todo: remove tempfix for free cores.
     76      // TODO: change jobProgress from int to Dictionary of Job and Double
    7677      HeartBeatData heartBeatData = new HeartBeatData { ClientId = info.ClientId,
    7778                                                              freeCores = info.NrOfCores - (ClientStatusInfo.JobsFetched - ClientStatusInfo.JobsProcessed),
Note: See TracChangeset for help on using the changeset viewer.