We have to enhance data messages by calling a mapping web service for our insurances, the issue that I run into is the speed of the processing. While we can process the data it just seems to do not very quickly, it is the limiting factor of our through put. We have a timeout on the call but we are never hitting that. I am wondering if anyone knows if we were to use Multi-Threaded translation under the Configure processes to have it call the web service on multiple messages at the same time. Right now we have it setup with 2 sub threads, Message Ordering: Thread Out, Tcl Interpreters: All Restricted.
We have 4 CPUs in our system but the number of Sub-threads can go up to 16. Does anyone know if we bump that number of sub-threads to a higher number if that will allow the engine to process multiple messages to the web service call at the same time?
Thanks in advance for any information.
Rob Lindsey