I'm fairly new to the SOAP environment, Hence there may be an obvious fix to my problem, but the FAQ's and archives don't appear to address this situation. The problem I'm having may just be a misunderstanding of how SOAP or more specifically the rpcrouter handles multiple concurrent requests. The issue seems to be the queuing of SOAP requests. I have a SOAP client request which takes the SOAP service about 25 seconds to process and return a response(it returns a big DB result set). A second short/quick client request to the Server (for example the addressbook example) will not return before the first request is complete. It appears to get caught behind the first request. Is this simply a configuration issue. If not are there any suggestions for a workaround?
Thanks, Dave