ql-io / cluster2

A node.js (>= 0.8.x) compatible multi-process management module
http://ql-io.github.com/cluster2/
Other
280 stars 35 forks source link

PID cleanup? #48

Open gabrielpreston opened 11 years ago

gabrielpreston commented 11 years ago

When a worker dies, is the intended behavior to leave behind the pid file for that worker? I would think the file would get trashed, but they seem to be collecting in my application's ./pids directory.

soggie commented 10 years ago

Afaik reading the code in here, no, it should delete the file should a worker die. Do you have any idea how to reproduce this?