SIG_MSG_END #2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
reserve signal to communicate server shutdownto SIG_MSG_ENDserver shutdown is already able to be tested by checking the return value of kill-ing the server to assert that pid being assigned
i guess were the pid reused we could have issues ? edge case but possible
maybe sending SIG_MSG_END outside of any real time communication could serve as the shutdown signal ?
like if no SIG_ACKNOWLEDGE is being awaited and a SIG_MSG_END is received that could serve as a SIG_TERMINATE
besides "terminate" may be confused for an outgoing instruction telling the clients to terminate which is not what this is