Performance bottleneck in concurrent calls to System.currentTimeInMillis()

Posted by user303423 on Stack Overflow See other posts from Stack Overflow or by user303423
Published on 2010-03-28T02:59:44Z Indexed on 2010/03/28 3:03 UTC
Read the original article Hit count: 234

Filed under:
|
|

I suspect that calls from separate threads (>15) are having a negative effect on performance. Is there a better way to get at the system time in concurrent applications?

© Stack Overflow or respective owner

Related posts about java

Related posts about concurrency