I'm trying to create a unit test runner "slave". I want it to stay on the background, pre-loaded, accept requests from clients, execute them, and pass the result back. I know I can do it by using a ...