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

Improve signal handling when update vhosts list. #425

Merged
merged 3 commits into from Nov 22, 2019

Conversation

jjnicola
Copy link
Member

A child process was sending a signal to the parent to perform an update.
The update was made during the interruption routine.
Now the interruption just set a variable. This variable will be read and
used for the parent process to make the update if it is necessary.

A child process was sending a signal to the parent to perform an update.
The update was made during the interruption routine.
Now the interruption just set a variable. This variable will be read and
used for the parent process to make the update if it is necessary.
@jjnicola jjnicola merged commit 90ed339 into greenbone:master Nov 22, 2019
@jjnicola jjnicola deleted the deadlock branch May 7, 2020 08:36
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

Successfully merging this pull request may close these issues.

None yet

2 participants