Ticket #12 (closed bug: fixed)

Opened 6 months ago

Last modified 3 months ago

mongrel_rails send_signal leaves a filehandle open until gc

Reported by: evanweaver Assigned to: evanweaver
Priority: minor Milestone: 1.2
Component: Mongrel Keywords:
Cc:

Description

bin/mongrel_rails : 197 pid = open(pid_file).read.to_i

On Windows this could lock the file, File.read(pid_file).to_i may be a better choice.

Change History

03/23/08 22:49:32 changed by evanweaver

  • status changed from new to closed.
  • resolution set to fixed.

05/30/08 15:17:03 changed by airforce1