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/pclient/ChildOps.c

    r4689 r4762  
    2929  struct timeval now;
    3030
    31   /* this is really lame : check if we are calling too quickly */
     31  /* this is really lame : check if we are calling too quickly
     32     this is unneeded: pclient.c rl_keyboard_input_timeout limits
     33     the rate
    3234  gettimeofday (&now, NULL);
    3335  dtime = DTIME (now, last);
     
    3638  if (dtime > 0.01) Nbad = 0;
    3739  if (Nbad > 10) exit (2);
     40  */
    3841
    3942  /* this is a bit lame : we must exit if calling process exits */
Note: See TracChangeset for help on using the changeset viewer.