Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve signal handling #34

Closed
neilconway opened this issue Jan 21, 2011 · 1 comment
Closed

Improve signal handling #34

neilconway opened this issue Jan 21, 2011 · 1 comment

Comments

@neilconway
Copy link
Member

We emit an ugly message on Ctrl+C.

@neilconway
Copy link
Member Author

Support graceful shutdown.

Basic signal handling -- closed by fb9c063. We now catch SIGINT and SIGTERM,
and gracefully shutdown the EM event loop. There is also skeleton
support for "disk tables" -- we make sure to #close() them before
exiting. No such tables exist right now, but they will soon.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant