This post originated from an RSS feed registered with Java Buzz
by News Manager.
Original Post: March 2012 New Java Performance Tips
Feed Title: JavaPerformanceTuning.com
Feed URL: http://www.javaperformancetuning.com/newsletters.rss
Feed Description: JavaPerformanceTuning.com lists all the information and resources available for Java performance tuning
The latest Java performance tips from around the web, such as "An update scheduled to run in the UI thread can happen at any time, not under your control, so you need to ensure that the update references the correct data, and that changes reschedule updates to the UI." and "For inter-process communication on the same machine, you can use shared memory via memory-mapped files in Java and this will be faster than TCP loopback."