Performance bottleneck in concurrent calls to System.currentTimeInMillis()
- by user303423
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?