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/StopHosts.c

    r4689 r4762  
    5353      exit (1);
    5454  }
    55   usleep (10000);
    5655
    5756  /* check current child status */
     57  /* I probably should loop a few time with max timeout larger than 10ms... */
     58  usleep (10000);
    5859  result = waitpid (host[0].pid, &waitstatus, WNOHANG);
    5960  switch (result) {
Note: See TracChangeset for help on using the changeset viewer.