Hi, I have a forked socket server with around 1000 child process running.
1 - Through the server coding. For example if the server receives the string "restart_the_server", then I need to stop all child process and restart the socket server.
Please help.