How effective is Thread.sleep(long)?

Posted by someguy on Stack Overflow See other posts from Stack Overflow or by someguy
Published on 2010-04-07T17:47:37Z Indexed on 2010/04/07 17:53 UTC
Read the original article Hit count: 229

Filed under:
|
|

Let's say I want to "pause" a thread so that other threads can run more efficiently. What is the minimum sleeping period before blocking becomes pointless (or almost pointless)?

© Stack Overflow or respective owner

Related posts about java

Related posts about thread