J
James Lavery
Hi all,
Rob Riepel, in http://groups.google.com/[email protected]&rnum=2
indicates how to implement a forking SOAP server...
What I need to do is implement a pre-forking server - i.e. one which
forks of, say, 4 processes all listening on the same port.
I've already got this working for our own (in-house) tcp/ip non-SOAP
server processes (i.e. several listening on a port, and the first
picks up a request and processes it while the others continue to
listen), but we need to extend this so that they can handle SOAP
requests also/instead.
Any pointers would be greatly appreciated!
Thanks,
James
Rob Riepel, in http://groups.google.com/[email protected]&rnum=2
indicates how to implement a forking SOAP server...
What I need to do is implement a pre-forking server - i.e. one which
forks of, say, 4 processes all listening on the same port.
I've already got this working for our own (in-house) tcp/ip non-SOAP
server processes (i.e. several listening on a port, and the first
picks up a request and processes it while the others continue to
listen), but we need to extend this so that they can handle SOAP
requests also/instead.
Any pointers would be greatly appreciated!
Thanks,
James