jens
16 years agoNew Contributor
Set ThreadPool for MockServiceRunner
Hi,
is there any way to modify the thread pool available to a mock service when starting it via MockServiceRunner.bat?
We are testing a SOAP intermediary so we are using SoapUI for both the client and the server. Right now the bottleneck is not our intermediary but the mock service.
Webservices that have but a few operations perform very well (< 5ms Response time). But webservices with some more operations take considerably longer (200ms). I presume this is caused by the QueuedThreadPool. We would like to increase the threadpool in order to overcome this limitation.
Best regards,
Jens
is there any way to modify the thread pool available to a mock service when starting it via MockServiceRunner.bat?
We are testing a SOAP intermediary so we are using SoapUI for both the client and the server. Right now the bottleneck is not our intermediary but the mock service.
Webservices that have but a few operations perform very well (< 5ms Response time). But webservices with some more operations take considerably longer (200ms). I presume this is caused by the QueuedThreadPool. We would like to increase the threadpool in order to overcome this limitation.
Best regards,
Jens