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
2 replies
Subscribers
6 subscribers
Views
1346 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Process
Hi Everyone, Just looking to gauge some opinion on message events vs. database p
David Williams
over 10 years ago
Hi Everyone, Just looking to gauge some opinion on message events vs. database polling.
I am developing a high volume process that could involve either significant send and receive message events to initiate processes or could be initiated by periodic polling of a database table.
We have examples of both but looking to decide on the best way forward and then also for re-design in the future of older processes.
I am keen to understand system performance perspectives mainly so any suggestions welcome!
Thanks, David.
...
OriginalPostID-115163
OriginalPostID-115163
Discussion posts and replies are publicly visible
0
Mike Lonsdale
over 10 years ago
Hi, we use a database poller that runs every 5 minutes which picks up to 50 new jobs to initiate through mni. We haven't seen any performance issues.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Stefan Helzle
A Score Level 3
over 10 years ago
One thing to watch out is: AFAIK Processes started by the sub-process node are running on the SAME exec engine as the parent process. Processes started by sending a message to the start node are distributed to ALL exec engines.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel