Forum Discussion
PM_r
Staff
13 years agoHi Sara!
SoapUI MockServices are not optimized to handle high load, but they should be thread safe.
After a quick glance, yYour code looks correct -- I can't see why it should fail in a concurrent environment. Performance-wiser, I have a feeling that one of the bottlenecks in your code might be disk I/O (i.e. many threads writing/reading to the disk at once).
Hälsningar
Henrik O
SmartBear Software
SoapUI MockServices are not optimized to handle high load, but they should be thread safe.
After a quick glance, yYour code looks correct -- I can't see why it should fail in a concurrent environment. Performance-wiser, I have a feeling that one of the bottlenecks in your code might be disk I/O (i.e. many threads writing/reading to the disk at once).
Hälsningar
Henrik O
SmartBear Software