Top Level Namespace

Defined Under Namespace

Modules: Mongrel, Packet

Constant Summary collapse

PACKET_APP =

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.…

File.expand_path(File.join(File.dirname(__FILE__) + "/.."))