multiple thread requests?

Can Refinitiv's DataScope Select (DSS) handle multiple thread requests? We are calling DSS web API to retrieve data from web service and want to know if it can handle multiple thread requests. If yes, can you provide us sample codes for developers?

Best Answer

  • Gurpreet
    Answer ✓

    Hi @bin.peng, DSS has a limit of 50 concurrent requests. Since the REST API is asynchronous, it does not matter if the requests originate from single of multiple threads. Please see this post for clarification on this limit.

    We do not have an example of multiple concurrent requests.