Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
3 replies
Subscribers
6 subscribers
Views
1521 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Integrations
Call WebService Node ---> We are calling a WebService using the Ca
aneeshv
over 12 years ago
Call WebService Node --->
We are calling a WebService using the Call WebService Node.
We are creating several instances of that Node about 100 using Multi Node Instance Concept and calling the WebService about 100 times parallely.
So a 100 calls are made parallely.
It seems that the WebService takes a long time to respond in this case.
With one call, it takes a few secs but with 100 calls running parallely it takes anywhere between 1 min to 3 mins.
Is this a problem with the WebService or with Multi Node Instance Concept with Multiple Instances of the same Node running parallely and that the Node is waiting for All Instances to Complete and then move forward?
...
OriginalPostID-64660
OriginalPostID-64660
Discussion posts and replies are publicly visible
0
venkateshr
over 12 years ago
To the last part of your question (is the web service node waiting for all calls to complete) - this is an option available under the other tab when you run MNI. The other tab also has an option to run all instances at the same time or to run them one after the other.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
aneeshv
over 12 years ago
I already do RUN ALL INSTANCES at the same time which I believe is parallel execution?
Correct me if I am wrong?
But I still see the delay?
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
jorgea272
over 12 years ago
Assuming you have the web service node configured to complete only after all the instances are completed, you should time how long it takes when you do 25, 50, 75, 100. If the time to complete takes longer, then start looking at the server performance on the app server and web service server.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel