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

Event timeout #153

Open
ashelkovnykov opened this issue Dec 1, 2023 · 4 comments
Open

Event timeout #153

ashelkovnykov opened this issue Dec 1, 2023 · 4 comments
Labels
missing functionality Functionality is missing that is needed for full release

Comments

@ashelkovnykov
Copy link
Contributor

Ares needs a way to kills events to due to timeout.

@eamsden
Copy link
Collaborator

eamsden commented Dec 1, 2023

@joemfb does Vere currently implement this at all? If so is the timer kept by king or serf?

@belisarius222
Copy link
Contributor

No, Vere does not implement event timeouts at present.

@eamsden
Copy link
Collaborator

eamsden commented Dec 1, 2023

OK this is going in the post-release bin then

@joemfb
Copy link

joemfb commented Dec 2, 2023

Vere's serf correctly handles event timeouts (an ITIMER_VIRTUAL is set, generation SIGVTALRM if exceeded, canceling the computation non-deterministically -- bail: alrm). Vere's king never sets them on any of the events it sends to the serf (it always sends 0 -- unbounded execution). It's a mere question of policy, but we'll need a lot of work on the arvo side before we can change that.

@eamsden eamsden added the missing functionality Functionality is missing that is needed for full release label May 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
missing functionality Functionality is missing that is needed for full release
Projects
None yet
Development

No branches or pull requests

4 participants