# File lib/mongrel_cluster/init.rb, line 193
    def read_pid(port)
      pid_file = port_pid_file(port)
      pid = 0
      chdir_cwd do     
        pid = File.read(pid_file)
      end
      pid
    end