IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 19, 2007, 3:18:27 PM (19 years ago)
Author:
eugene
Message:

removed usleep from job and task threads; increased controller timeout; added verbosity; fixed quit controller; added check points to pcontrol thread

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/pantasks/controller_threads.c

    r11084 r11898  
    2828    CheckControllerOutput ();
    2929    SerialThreadUnlock ();
    30     usleep (10000); // allow other threads a chance to run
     30    if (VerboseMode() == 2) fprintf (stderr, "C");
     31    // fprintf (stderr, "**** C ****");
     32    usleep (500000); // allow other threads a chance to run
    3133  }
    3234}
Note: See TracChangeset for help on using the changeset viewer.