Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/29/10 00:52:06 (14 years ago)
Author:
cneumuel
Message:

#1260

  • migrated to .NET 4.0
  • moved state-information about heartbeat timestamps into DB to reduce IIS-recycling issues
  • optimized memory usage of ExperimentManager when lots of large jobs are downloaded
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Hive-3.3/sources/HeuristicLab.Hive/HeuristicLab.Hive.Contracts/3.3/ApplicationConstants.cs

    r5171 r5179  
    3333    public static System.Transactions.IsolationLevel ISOLATION_LEVEL_SCOPE = System.Transactions.IsolationLevel.ReadCommitted;
    3434
    35     public static int HEARTBEAT_MAX_DIF = 600; // value in seconds
     35    public static int HEARTBEAT_MAX_DIFF_SECONDS = 300; // timeout of a slaves heartbeat signals
    3636   
    37     public static int JOB_TIME_TO_LIVE = 100; // heartbeats from the assigned slave
     37    public static int JOB_TIME_TO_LIVE_SECONDS = 300; // time a newly assigned job has until the slave has to report progress from it
    3838
    3939    /// <summary>
Note: See TracChangeset for help on using the changeset viewer.