Free cookie consent management tool by TermsFeed Policy Generator

Changeset 243


Ignore:
Timestamp:
05/13/08 20:27:25 (16 years ago)
Author:
gkronber
Message:

changed GridClient and GridServer to "service"-applications that are automatically restarted when they crash. (see r242) (related to ticket #149)

Location:
trunk/sources/HeuristicLab.Grid
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Grid/GridClientApplication.cs

    r2 r243  
    2727
    2828namespace HeuristicLab.Grid {
    29   [ClassInfo(Name = "Grid Client", Description="Client application for the distributed engine grid.")]
     29  [ClassInfo(Name = "Grid Client", Description="Client application for the distributed engine grid.", AutoRestart = true)]
    3030  class GridClientApplication : ApplicationBase {
    3131    public override void Run() {
  • trunk/sources/HeuristicLab.Grid/GridServerApplication.cs

    r2 r243  
    2727
    2828namespace HeuristicLab.Grid {
    29   [ClassInfo(Name = "Grid Server", Description="Server application for the distributed engine grid.")]
     29  [ClassInfo(Name = "Grid Server", Description = "Server application for the distributed engine grid.", AutoRestart=true)]
    3030  class GridServerApplication : ApplicationBase {
    3131    public override void Run() {
Note: See TracChangeset for help on using the changeset viewer.