RSS feed
<< October 2005 | Home | December 2005 >>

Scaling Connections for AJAX with Jetty 6

With most web applications today, the number of simultaneous users can greatly exceed the number of connections to the server. This is because connections can be closed during the frequent pauses in the conversation while the user reads the content or completes in a form. Thousands of users can be served with hundreds of connections.

Read more...