Path: | lib/packet/packet_mongrel.rb |
Last Update: | Thu Dec 22 23:03:00 +0000 2016 |
This module rewrites pieces of the very good Mongrel web server in order to change it from a threaded application to an event based application running inside an Packet event loop. It should be compatible with the existing Mongrel handlers for Rails, Camping, Nitro, etc.…
PACKET_APP | = | File.expand_path(File.join(File.dirname(__FILE__) + "/..")) | This module rewrites pieces of the very good Mongrel web server in order to change it from a threaded application to an event based application running inside an Packet event loop. It should be compatible with the existing Mongrel handlers for Rails, Camping, Nitro, etc.… |