Hi folks,
I posted this question a few weeks ago and didn't see any response to
it, so I thought I'd try again. If there's any additional info I can
provide that would help, please let me know.
Thanks in advance,
Lux
On 23-Sep-05, at 9:39 AM, John Luxford wrote:
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