public marks

PUBLIC MARKS from solrac with tags ajax & "Apache Tomcat"

02 October 2008 19:00

High-performance Ajax with Tomcat Advanced I/O

by 1 other
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 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.