# File lib/mongrel_config/app.rb, line 155
  def _pid
    open($PID_FILE) {|f| f.read } if _running?
  end