NEWS in rainbows-0.6.0 vs NEWS in rainbows-0.7.0
- old
+ new
@@ -1,4 +1,23 @@
+=== 0.7.0 / 2009-11-30 04:21 UTC
+
+ keepalive_timeout (default: 2 seconds) is now supported to
+ disconnect idle connections. Several new concurrency models
+ added include: NeverBlock, FiberSpawn and FiberPool; all of
+ which have only been lightly tested. RevThreadSpawn loses
+ streaming input support to become simpler and faster for the
+ general cases. AppPool middleware is now compatible with all
+ Fiber-based models including Revactor and NeverBlock.
+
+ A new document gives a summary of all the options we give you:
+
+ http://rainbows.rubyforge.org/Summary.html
+
+ If you're using any of the Rev-based concurrency models, the
+ latest iobuffer (0.1.3) gem will improve performance. Also,
+ RevThreadSpawn should become usable under MRI 1.8 with the next
+ release of Rev (0.3.2).
+
=== 0.6.0 / 2009-11-15 23:29 UTC
Client shutdowns/errors when streaming "rack.input" into the
Rack application are quieter now. Rev and EventMachine workers
now shutdown correctly when the master dies. Worker processes