Forum Discussion

Lerna_Ekmekciog's avatar
Lerna_Ekmekciog
Icon for Nimbostratus rankNimbostratus
Sep 15, 2006

iControl Server Thread Safe ?

I am load testing my custom SOAP service which is a java app that sends SOAP queries to iControl SOAP server. As part of this test I send concurrent requests to iControl server. An example of this is sending n concurrent requests for getting a pool and all its fields, meaning lb method, monitor, member, from the device. However I only get one response from iControl server with the pool and all its fields correctly populated in the SOAP message. All the rest of responses contain fields with no values. That is n-1 empty responses.

 

 

When I do ssldump on the communication between the server and my app I can see that the server only sees one request to get lb method and one request to get monitor association as opposed to n requests where n is the number of concurrent requests.

 

 

I'm trying to figure out where these n requests are being multiplexed.

 

 

Is the iControl SOAP server thread safe ?

 

 

Lerna

20 Replies