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

Prevent very intensive computations (or allow to stop them) #58

Open
daemontus opened this issue May 5, 2017 · 0 comments
Open

Prevent very intensive computations (or allow to stop them) #58

daemontus opened this issue May 5, 2017 · 0 comments

Comments

@daemontus
Copy link
Member

Currently, rendering of big graphs or computing non trivial data (like transitions) cannot be interrupted by the user. So by uploading a very large model, you can overload the server without the ability to recover.

Possible solutions:

  • Have an upper bound on model complexity and refuse models which are too big.
  • Make such operations interruptible and terminate them when the session ends
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