Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 45 and Version 48 of Ticket #1233


Ignore:
Timestamp:
03/21/11 14:18:14 (13 years ago)
Author:
ascheibe
Comment:

r5778

  • log uncaught exceptions to an eventlog if available
  • fixed job pause bug

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1233 – Description

    v45 v48  
    3737 * ~~React on `SayHello` action (call `Hello` service method)~~
    3838 * Send cpu utilisation with every heartbeat
    39  * Log exceptions to Windows Event Log
    40  * `FreeCores` needs to be decremented right after a `CalculateJob` message has been received. Otherwise a slave reports free cores which are already reserved for new jobs.
     39 * ~~Log exceptions to Windows Event Log~~
     40 * ~~`FreeCores` needs to be decremented right after a `CalculateJob` message has been received. Otherwise a slave reports free cores which are already reserved for new jobs.~~
    4141
    4242== Experiment Manager ==