in reply to soap server with SOAP::Transport::HTTP module

This script implements a daemon that expects to survive.
  • Comment on Re: soap server with SOAP::Transport::HTTP module

Replies are listed 'Best First'.
Re^2: soap server with SOAP::Transport::HTTP module
by leostereo (Beadle) on Oct 08, 2015 at 19:09 UTC

    I agree with that ... but I expected that his child proccess finished when script finished.

    I have same implementation using apache/php and there is only one instance of the server.

      Use a different transport (like CGI), or end/kill the server after you're finished with it