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

Let calculation persist without active websocket connection #5

Open
dalcde opened this issue Sep 8, 2019 · 1 comment
Open

Let calculation persist without active websocket connection #5

dalcde opened this issue Sep 8, 2019 · 1 comment

Comments

@dalcde
Copy link
Contributor

dalcde commented Sep 8, 2019

This would allow running the backend on some persistent server and then returning to the calculation anytime, anywhere. This would also allow for testing or doing background calculations without a browser, which may be convenient.

This would mean the computation history would move back to the backend instead of the frontend, but we we can deal with that.

The backend should be capable of simultaneously running several unrelated computations (e.g. if it has more than one user).

The only issue to think about is to make sure it is not easy to accumulate "abandoned" calculations, because that can be pretty taxing on memory.

@hoodmane
Copy link

Will be fixed by my new front end: https://github.com/SpectralSequences/webserver/

@dalcde dalcde transferred this issue from SpectralSequences/ext Mar 23, 2020
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

2 participants