README.rdoc in garbageman-0.1.5 vs README.rdoc in garbageman-0.1.6

- old
+ new

@@ -1,7 +1,7 @@ = garbageman -Description goes here. +Rubies GC can take a long time. And while ruby is garbage collecting nothing else can happen. This is especially bad in an async environment like EventMachine where it is a single thread process. The GarbageMan disable rubies GC while processing requests. And while it is GCing it takes it self out of the nginx upstream. == Contributing to garbageman * Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet. * Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it.