Update of bug #28757 (project gnustep):

                  Status:            Works For Me => Fixed                  
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #3:

Found this ...
If the configure script detects the usleep() function, the code uses that
(because it has microsecond granularity) rather than the Sleep() function
(millisecond granularity).
Unfortunately, on windows usleep() performs a busy wait using the cpu.
I fixed this by changing the code so that, on windows, it  always uses
Sleep() except for small intervals (under 0.1 sec) where we might reasonably
need higher accuracy. 

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?28757>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/



_______________________________________________
Bug-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to