Jump to content
The TIBCO Platform is a real-time, composable data platform that will bring together an evolving set of your TIBCO solutions - and it's available now! See more information here ×

Calling REST API concurrently


devendra sanepai

Recommended Posts

  • 1 month later...

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...