README.markdown in mizuno-0.4.0 vs README.markdown in mizuno-0.4.1

- old
+ new

@@ -15,24 +15,24 @@ Mizuno: 6106.66 req/s (mean) Jetty (via jruby-rack): 2011.67 req/s (mean) Mongrel: 1479.15 req/sec (mean) -Mizuno also supports asynchronous request handling. +Mizuno also supports asynchronous request handling, via the Java Servlet +3.0 asynchronous processing mechanism All the speed comes from Jetty 7; Mizuno just ties it to Rack through JRuby's Ruby/Java integration layer. Note that Mizuno is NOT a direct replacement for jruby-rack or Warbler, because it doesn't produce WAR files or make any attempt to package a Rack application for installation in a Java web container. There's also a few features that I have yet to implement: -1. Integrate the cometd servlet to provide Comet/Bayeux. -2. Route Jetty's logs into Rack::Logger. -3. Add hooks for realtime monitoring of server performance. -4. Add the ability to run multiple Rack apps in a single JVM. +1. Route Jetty's logs into Rack::Logger. +2. Add hooks for realtime monitoring of server performance. +3. Fast restarts of the Rack application. Mizuno is licensed under the Apache Public License, version 2.0; see the LICENSE file for details, and was developed on behalf of [Mad Wombat Software](http://www.madwombat.com)