tektsu has asked for the wisdom of the Perl Monks concerning the following question:
I want to write a standalone forking server, which will allow me to add or modify methods without stopping and restarting the server. That would be easy if I was using SOAP CGI scripts through a webserver, but I will not have webservers on these boxes.
I'm wondering if it would be possible to run the server through inetd. So far, I have not had any success in doing so, but I'm certainly willing to entertain the propect that I am clueless as an explanation for that. Anyone have any pointers? Or alternative ways of doing this?
Thanks
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: SOAP::Lite Servers and inetd
by rob_au (Abbot) on Apr 16, 2004 at 02:53 UTC | |
by tektsu (Acolyte) on Apr 16, 2004 at 15:05 UTC |