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

Do controlled shutdown when cxy_ctl:remove_task_types is called #20

Open
jaynel opened this issue Feb 6, 2014 · 0 comments
Open

Do controlled shutdown when cxy_ctl:remove_task_types is called #20

jaynel opened this issue Feb 6, 2014 · 0 comments

Comments

@jaynel
Copy link
Member

jaynel commented Feb 6, 2014

Currently remove_task_types deletes a necessary record from the cxy_ctl table and eliminates the ets ring buffer used to record execution timing. Either of these changes can cause a running process which attempts to execute a task to crash with badarg or worse.

Instead, this function should set the Max Active Procs to 0 and wait for all spawns and inline procs to stop before deleting anything from the ets table.

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