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
7 replies
Subscribers
6 subscribers
Views
3444 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Process
We have a process that spawns into thousands of sub processes. Parent process is
prasadhk
over 12 years ago
We have a process that spawns into thousands of sub processes. Parent process is scheduled to run every 5 mins. Number of sub processes that parent process creates depends on some conditions. We have an environment that is load balanced with 4 nodes. We understood from appian that when a parent process goes through a Node, all the sub processes takes the same route. We are seeing high CPU utils in specific node due to the high volume of requests due to the spawning sub processes.
Is there a way to make the sub process goes through different nodes? Is there a process design recommended to achieve this? (Asynchronous process etc)....
OriginalPostID-63107
OriginalPostID-63107
Discussion posts and replies are publicly visible
Parents
0
Jason
Appian Employee
over 12 years ago
Instead of spawning as sub-processes, you can spawn additional processes via a message. This will load-balance all the initiated processes across the execution engines. See:
forum.appian.com/.../Start_Event:_Receive_Message
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Jason
Appian Employee
over 12 years ago
Instead of spawning as sub-processes, you can spawn additional processes via a message. This will load-balance all the initiated processes across the execution engines. See:
forum.appian.com/.../Start_Event:_Receive_Message
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data