Passenger OOB-GC
Run the Ruby Garbage Collection (GC) outside of the Passenger request cycle.
The original idea for this gem came from Yuichi Tateno and Eric Lindvall.
Installation
gem install passenger_oob_gc
Usage
Add the following code to an
if defined?(PhusionPassenger::Utils::UnseekableSocket)
PassengerOobGC.install!
end
Use it on your on risk.
Copyright (c) 2012 Stefan Husch, qutic development.