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

Timeouts #11

Open
sdvillal opened this issue Mar 15, 2015 · 1 comment
Open

Timeouts #11

sdvillal opened this issue Mar 15, 2015 · 1 comment
Assignees

Comments

@sdvillal
Copy link
Collaborator

Some computations in HCTSA can become unexpectedly slow. We could add a timeout parameter to avoid these dragging down all the computation.

It seems to me that timeouts are not simple to handle in single-threaded matlab-land, if possible at all. We could go for python (signal or multiprocessing + kill matlab session). Some links from google:

oct2py already provides a session-wide timeout

@sdvillal sdvillal self-assigned this Mar 15, 2015
@benfulcher
Copy link

Not such a big deal in my experience, I've not noticed it happen in a problematic way -- some operations scale very badly with time-series length, but this is more about problem-checking the algorithms rather than enforcing a time-out I think?

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