Closed Ravicrr closed 1 year ago
Currently it is single threaded. I have not had a chance to look into options for multiple threads. I'm open to suggestions and contributions.
Thanks. Let me know if you get a chance to look at any option to make it multi threaded or any suggestion on how we can implement this.
duplicate of #77
@jpsider We have exposed few endpoints in RestPSRoutes.json using RestPS module. We can call only one endpoint (url) at a time. If we hit second endpoint, it waits till 1st one completes and then kicks off second request. Do we have any solution to hit multiple endpoints concurrently? Appreciate your input on this.