http://www.perlmonks.org?node_id=673288


in reply to Re^2: Implementing a forking SOAP::Lite server
in thread Implementing a forking SOAP::Lite server

I just implemented this code with my own SOAP calls, and everything seems to work. However, it doesn't detach from terminal...the child processes spawn, but the parent process stays interactive. Any idea how to make this into a daemon?
  • Comment on Re^3: Implementing a forking SOAP::Lite server