bpaquet / node-logstash

Simple logstash implmentation in nodejs : file log collection, sent with zeromq
Other
517 stars 141 forks source link

tcp input socket holds on to process #75

Closed jwestbrook closed 10 years ago

jwestbrook commented 10 years ago

When trying to restart the process to update the config I try and CTRL-C the process or even kill PID the process and it doesnt end because the sockets are still open. I eventually have to kill -9 PID which terminates the process.

Can a config reload option be available so that it does not require a process restart?

or somehow force the sockets to close when quitting?