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

Out of memory errors cause SimpleDBM to hang #20

Open
GoogleCodeExporter opened this issue Mar 13, 2015 · 1 comment
Open

Out of memory errors cause SimpleDBM to hang #20

GoogleCodeExporter opened this issue Mar 13, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link
Collaborator

This is a symptom - the real issue is that if there is a catastrophic
failure, then SimpleDBM should immediately shutdown. At present, a
catastrophic failure in one component does not trigger a full shutdown.

Original issue reported on code.google.com by [email protected] on 30 Dec 2007 at 2:42

@GoogleCodeExporter
Copy link
Collaborator Author

We need a mechanism for informing all components when shutdown needs to be 
performed due to a fatal error 
condition. An event multi-caster seems to be the most generic way of doing this.

Original comment by [email protected] on 2 Mar 2008 at 1:59

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

No branches or pull requests

1 participant