Thread Dump Analyzer 2.0 Submitted by Ingo Rockel on Mon, 2008/10/06 - 4:07am. * Delicious * Digg * StumbleUpon * Reddit * Technorati Tags: * java * Open Source * tda * tool SourceForge Too Slow? Disappointed with SourceForge? Host your project at JavaForge! JavaForge.com BIRT Reports Made Simple FREE 90 Day Trial iServer Express for BIRT eclipse.dzone.com Ads by DZone New Major Release Available Version 2.0 of TDA is released. This release includes: * Tool now is available as VisualVM plugin. * Skip broken thread dumps. * Custom Thread Categories. * New Welcome Screen. * Small Adjustments to support SAP JVM Dumps slightly modified from SUN Dumps . * Small Adjustments to support HP JVM DUmps slightly modified from SUN Dumps . * Icons of monitors with high contention now have a red background issue 13 . * Multiple Selection of Threads issue 11 . * Stack line count is now also set in long running thread result issue 19 .
Using Non-Blocking I/O (NIO) improves server performance drastically because of its efficient use of system resources (threads). The gain in performance is noticeable in Asynchronous JavaScript + XML (Ajax) applications with long polling mechanisms. It also lets you control system-resource usage on a server under pressure. This article explains how to optimize your server for performance during the handling of both Ajax and regular requests.