Software Development Videos and Tutorials: Java, .NET, Ruby, Python, JavaScript, Agile, Software Testing
 
Hitting the Limits of your Hardware in Java

Hitting the Limits of your Hardware in Java

Many scalability issues can be traced to an over use of a resource. Some resources scale very well as you increase the number of threads, some scale but poorly and some don’t scale at all. It’s the resources which don’t scale that you have to carefully consider if you are planning to have a multi-threaded system. This talk looks at system resources in all three categories from a Java point of view with sample code to exercise them.

Video producer: http://www.devoxx.co.uk