Rainbows! 是一个为 Rack 应用而开发的 HTTP 服务器,基于 Unicorn 。主要为一些长时间请求和慢速的客户端而设计。 keepalive_timeout (default: 2 seconds) is now supported to disconnect idle connections. Several new concurrency models have been added, including NeverBlock, FiberSpawn, and FiberPool, all of which have only been lightly tested. RevThreadSpawn has lost 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 下载地址:http://rubyforge.org/frs/?group_id=8977 |