Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/08/15 15:51:32 (9 years ago)
Author:
dglaser
Message:

#2388:

HeuristicLab.Services.Access:
HeuristicLab.Services.Access.DataAccess:

  • Changed connection strings and certificates for local usage

HeuristicLab.Services.Hive.DataAccess:

  • Added compiled queries for frequently used queries
  • Integrated string queries from OptimizedHiveDao

HeuristicLab.Services.Hive:

  • Added NewHeartbeatManager.cs
  • Added NewRoundRobinTaskScheduler.cs
  • Added PerformanceLogger
  • Updated AuthoriziationManager
  • Updated NewHiveService
    • Added Regions
    • Implemented missing methods
    • Improved performance of several queries

HeuristicLab.Services.WebApp.Status:

  • Fixed a bug which caused an error when calculating the average waiting time.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HiveStatistics/sources/HeuristicLab.Services.Hive/3.3/HeuristicLab.Services.Hive-3.3.csproj

    r12584 r12691  
    146146    <Compile Include="HiveStatisticsGenerator.cs" />
    147147    <Compile Include="Interfaces\IStatisticsGenerator.cs" />
     148    <Compile Include="Manager\NewHeartbeatManager.cs" />
    148149    <Compile Include="NewHiveService.cs" />
    149150    <Compile Include="OptimizedHiveDao.cs" />
     
    154155    <Compile Include="Interfaces\IHiveDao.cs" />
    155156    <Compile Include="Interfaces\ITaskScheduler.cs" />
     157    <Compile Include="PerformanceLogger.cs" />
     158    <Compile Include="Scheduler\NewRoundRobinTaskScheduler.cs" />
    156159    <Compile Include="Scheduler\TaskInfoForScheduler.cs" />
    157160    <Compile Include="Scheduler\JobInfoForScheduler.cs" />
Note: See TracChangeset for help on using the changeset viewer.