Hi,
I wrote a servlet in NWDS and deployed it to a dual stack Netweaver 7.3 instance. I am accessing the servlet via a Load-UI test script with the load set to 50. It would appear that Netweaver is only allowing the servlet to process a single thread at a time. If I deploy the same code to a Tomcat server it processes requests concurrently so I know it's not a synchronization issue within the servlet code.
Is there a configuration in Netweaver that controls how many threads are allocated for processing requests for a servlet or something similar which might explain the behavior that I am seeing? I've checked the properties for ApplicationThreadManager and ThreadManager and all of the thread counts and MaxRQSize, etc are much greater than 1.
Thanks,
Steve