Im forking my nodejs process into 4 child-processes. One of this child-processes is for testing purposes The others are production.
Is there a way to restart the child-process with taking the changed files into account without having to restart the whole nodeprocess?