IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 15, 2009, 3:42:06 PM (16 years ago)
Author:
eugene
Message:

add tracking of uniquely-named machines and feature to limit the number of unwanted-host jobs (and additional pantasks / pcontrol commands

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/pcontrol/CheckSystem.c

    r25872 r26411  
    122122    if (!Njobchecks && !Nhostchecks && (RunLevel != PCONTROL_RUN_NONE)) {
    123123      CheckLiveHosts(0.040);
     124      // fprintf (stderr, "sleep a bit\n");
    124125      usleep (100000); // idle if no jobs are waiting
    125126    } else {
    126127      // if we only have busy jobs, pause a moment before trying again
    127128      if (!Ndonejobs) {
     129        // fprintf (stderr, "sleep a bit\n");
    128130        usleep (100000);
    129131      }
Note: See TracChangeset for help on using the changeset viewer.