Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/19/10 15:47:46 (14 years ago)
Author:
cneumuel
Message:

renamed all database entities from "Client" to "Slave" (#1157)
made slave-heartbeats synchronous, also they send HBs when timetable disallows them to calculate. they will appear on the server as Idle bis IsAllowedToCalculate will be false (#1159)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Server/3.3/MainForm.cs

    r4254 r4267  
    1515      Uri uri;
    1616      StringBuilder servicesTxt = new StringBuilder();
    17       addresses.TryGetValue(HeuristicLabHiveServerApplication.STR_ClientCommunicator, out uri);
     17      addresses.TryGetValue(HeuristicLabHiveServerApplication.STR_SlaveCommunicator, out uri);
    1818      if (uri != null)
    19         servicesTxt.AppendLine(String.Format("Server Client: {0}", uri));
     19        servicesTxt.AppendLine(String.Format("Server Slave: {0}", uri));
    2020      addresses.TryGetValue(HeuristicLabHiveServerApplication.STR_ServerConsoleFacade, out uri);
    2121      if (uri != null)
Note: See TracChangeset for help on using the changeset viewer.