You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@ws.apache.org by Paolo Campanella <pa...@mighty.co.za> on 2004/06/10 12:26:59 UTC

Parallel processing

Hi everyone

I'm wanting to switch over to Apache XML-RPC from Marquee. Does Apache
XML-RPC do parallel processing of requests (to synchronized methods) via
multiple threads, using it's built-in web server? Or will I need to use
servlets?

In case that's cryptic, put more plainly: I may have some method, which
needs to be thread-safe (and thus synchronized), which might take a long
time to complete on some requests, and very little time on others.
Therefore, I don't want a lean request queued up behind a slow one which
takes minutes to complete.


Thanks

Paolo