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

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.

  • Comment on Re^2: soap server with SOAP::Transport::HTTP module

Replies are listed 'Best First'.
Re^3: soap server with SOAP::Transport::HTTP module
by Anonymous Monk on Oct 08, 2015 at 21:49 UTC
    Use a different transport (like CGI), or end/kill the server after you're finished with it