You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, after this pserver process is started, only SIGKILL(kill -9) or SIGQUIT(ctrl + ) could stop the process, the interruption from keyboard and SIGTERM(kill or kill -TERM) could NOT stop the process
I will add the interrupt signal handler in the ListenAndServOp, and exit the program when these signals listed below is sent to then program:
SIGTERM, SIGINT
The text was updated successfully, but these errors were encountered:
PServer will start like this
However, after this pserver process is started, only SIGKILL(kill -9) or SIGQUIT(ctrl + ) could stop the process, the interruption from keyboard and SIGTERM(kill or kill -TERM) could NOT stop the process
I will add the interrupt signal handler in the ListenAndServOp, and exit the program when these signals listed below is sent to then program:
SIGTERM, SIGINT
The text was updated successfully, but these errors were encountered: