devendra sanepai Posted April 8, 2019 Share Posted April 8, 2019 is there any we can call REST API concurrently in Cisco Data virtualizer 7.0.0.4 Link to comment Share on other sites More sharing options...
Motsu Aboshi Posted May 31, 2019 Share Posted May 31, 2019 This depends entirely on what your actual use case is:- If you're doing something atomic like a cache refresh, and just want to scale out to concurrent executions: use an external application to call the API, and scale out like any other tool (increase the session limit accordingly)- If you're trying to avoid race conditions with intrusive API calls in an SQL script - e.g, if you want to update multiple resources using API calls while running an SQL script: no, you can't. What are you trying to achieve Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now