I am executing a performance test with DataServices 3.2 and establishing SOAP (webservice) connections for real time address correction. I seem to reach some sort of bottle neck after I establish more than 128 SOAP connections and the number of address corrected per second no longer increases with the number of connections. There is still plenty of CPU and network utilization is minimal, but Increasing the number of SOAP connections does not make a difference.
With the use of netstat and taskmgr, I was able to determine that the tomcat (HTTP Server) executable had established 9 TCP connections to the Al_AccessServer executable and the number of connections does not change. Is it possible to change the number of connections established by the tomcat executable to the Al_AccessServer executable in order to help increase the overall webservice performance?