protected Method

RailsFCGIHandler.run_gc!

There's no documentation for this item.

Source Code

# File fcgi_handler.rb, line 207
def run_gc!
  @gc_request_countdown = gc_request_period
  GC.enable; GC.start; GC.disable
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.