If you're interested in functional programming, you might also want to checkout my second blog which i'm actively working on!!

Monday, November 22, 2010

Benchmark on Synchronization in Java

The article mentions several ways of synchronizing a method and shows performance vs. number of threads. So if the solution has to scale you are better off using semaphores or explicit locks.

No comments:

Post a Comment