in reply to child and parent process communication

I have used POE for this same task. Using a combination of POE::Component::IKC for client server communication and POE::Component::Generic to spawn workers from the server
  • Comment on Re: child and parent process communication