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
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?