Hi everyone,
I've got an application using the org.apache.xmlrpc.WebServer class
and I've noticed that on most machines we run it on it is contained
to a single system process and presumably uses threads to divvy out
requests to. On one machine however, starting the same app running
suddenly creates a dozen processes instead of just one, which would
lead me to believe it's creating new processes instead of threads on
that machine.
Is this the case, and if so, is there any way to force it to use a
single process?
Thanks in advance,
Lux
- WebServer class, threads/processes John Luxford
-