Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Java
Serious concurrency problems on fast systems
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Kevin McMurtrie, post: 4084932"] It happened today again during testing of a different server class on the same OS and hardware. This time it was under a microscope. There were 10 gigabytes of idle RAM, no DB contention, no tenured GC, no disk contention, and the total CPU was around 25%. There was no gridlock effect - it always involved one synchronized method that did not depend on other resources to complete. Throughput dropped to ~250 calls per second at a specific method for several seconds then it recovered. Then it happened again elsewhere, then recovered. After several minutes the server was at top speed again. We then pushed traffic until its 1Gbps Ethernet link saturated and there wasn't a trace of thread contention ever returning. [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Java
Serious concurrency problems on fast systems
Top