The Artima Developer Community
Sponsored Link

Java Community News
Grizzly and Tomcat Performance Comparison

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Frank Sommers

Posts: 2642
Nickname: fsommers
Registered: Jan, 2002

Grizzly and Tomcat Performance Comparison Posted: Mar 21, 2006 8:37 AM
Reply to this message Reply
Summary
Grizzly is an NIO-based HTTP front-end of the GlassFish J2EE server project. Project lead Jean-Francois Arcand compares this NIO-based HTTP server with the most recent Tomcat HTTP implementations, showing that using non-blocking sockets allow a server to scale up.
Advertisement

Tomcat is arguably the most popular Java Servlet engine, but to date the components that provide Tomcat's HTTP handling have not taken advantage of Java's non-blocking I/O (NIO) mechanism. The open-source GlassFish server project does include an NIO-based HTTP front-end called Grizzly. Project lead Jean-Francois Arcand ran a few benchmarks comparing HTTP performance in Grizzly with that of Tomcat's Coyote and native (APR) HTTP handlers. His post shows his methodology and presents his findings. As one can imagine, the NIO-based Grizzly offered performance advantages, and was able to scale to handle more requests.

What do you think of Jean-Francois' comparisons?

Topic: Grizzly and Tomcat Performance Comparison Previous Topic   Next Topic Topic: Memory Leaks in J2EE Apps

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use