IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 13, 2005, 10:30:13 AM (21 years ago)
Author:
eugene
Message:

working on speed issues

File:
1 edited

Legend:

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

    r4705 r4762  
    88
    99  stack = GetJobStack (PCONTROL_JOB_PENDING);
    10 
     10 
    1111  /* look for first NEEDHOST matching this host */
    1212  for (i = 0; i < stack[0].Nobject; i++) {
     
    2626  for (i = 0; i < stack[0].Nobject; i++) {
    2727    job = (Job *) stack[0].object[i];
     28    /*** this currently never runs WANTHOST jobs on any other machines ***/
    2829    if (job[0].mode != PCONTROL_JOB_WANTHOST) continue;
    2930    if (job[0].hostname == NULL) {
     
    5051}
    5152
    52 /** note : host and job popped off stacks **/
    53 
    54 /** elsewhere, we will check for timeout on the job and
    55     migrate to ANYHOST from WANTHOST or move to
    56     a failure condition for NEEDHOST
    57 **/
     53/** note : host and job popped off IDLE and PENDING stacks,
     54    unless no job is available **/
Note: See TracChangeset for help on using the changeset viewer.