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

Hey there. I realize this thread is quite old, however I was wondering how the posted code was working for you, or has anyone else done anything similar. I am looking to implement a SOAP::Lite service without mod_perl, and would like to know everyone's experiences.
  • Comment on Re^2: Implementing a forking SOAP::Lite server

Replies are listed 'Best First'.
Re^3: Implementing a forking SOAP::Lite server
by Anonymous Monk on Mar 10, 2008 at 17:30 UTC
    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?