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
