Hello,
We need to improve the behavior of sending POST requests to a certain API by extending the number of concurrent requests being sent to 5. After each request, some additional processing is required.
Not the prettiest solution, but is there another way besides adding 4 more identical Sessions with different parameters for request/response body and status code, and putting them into separate threads?
Hi Benjamin
Starting from DataMiner 10.4.9 (RN 38887), it is possible to create multiple threads for the same connection. Currently, creating multiple threads is supported only for HTTP and SNMP connections. You can find more information here.
Regards,