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

Fits-Ascii notebooks might be able to close more gracefully #143

Open
pllim opened this issue Jan 5, 2020 · 1 comment
Open

Fits-Ascii notebooks might be able to close more gracefully #143

pllim opened this issue Jan 5, 2020 · 1 comment

Comments

@pllim
Copy link
Member

pllim commented Jan 5, 2020

One of the participants hit "too many open files" limit. I instructed the person to exit notebook session and restart it, which wasn't ideal, but fixed the problem. A better way is for all the notebooks to handle file I/O with with statement, which hopefully will close the file pointers gracefully (except maybe during memmap situations).

@kelle kelle changed the title Notebooks should close files gracefully Fits-Ascii notebooks might be able to close more gracefully Jan 28, 2021
@kelle
Copy link
Member

kelle commented Jan 28, 2021

Seems like this is still a challenge but best solution is unclear.

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

2 participants