protected Method

RailsFCGIHandler.gc_countdown

There's no documentation for this item.

Source Code

# File fcgi_handler.rb, line 212
def gc_countdown
  if gc_request_period
    @gc_request_countdown ||= gc_request_period
    @gc_request_countdown -= 1
    run_gc! if @gc_request_countdown <= 0
  end
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.