etolabo / kumofs

kumofs is a scalable and highly available distributed key-value store.
http://kumofs.sourceforge.net/
Other
301 stars 16 forks source link

kumo-gateway is killed by SIGHUP when -E option was specified #14

Open macks opened 12 years ago

macks commented 12 years ago

I think it's caused by a timer thread which is created before setting signal handlers.

I wrote a workaround, but I don't know if it's a suitable fix.