about summary refs log tree commit homepage
path: root/lib/yahns/server.rb
DateCommit message (Expand)
2013-10-22config: implement atfork handlers
2013-10-22server: switch abort to raise on BUG
2013-10-22server (minor cleanup): use Symbol#to_proc
2013-10-22rework acceptor thread shutdown (again)
2013-10-22reinstate retry delay for binding new listeners
2013-10-21server: abort loudly if we have old threads running
2013-10-21server (cleanup): avoid interning word for log message
2013-10-21server: skip killing acceptors on rbx for now
2013-10-21wip for EADDRINUSE failure
2013-10-21SIGUSR2 uses fork + exec again instead of Process.spawn
2013-10-21rework shutdown for systems w/o rb_thread_fd_close
2013-10-20ensure we stop all threads at exit
2013-10-19SIGUSR2 handling uses Process.spawn + tests
2013-10-18disable persistent connections on SIGQUIT
2013-10-18initial commit