I have a class in C++ that creates a server, however it does it in another process using fork. Through signals I would like to be able to close the server. I have all of it