Running multiple activiti instances on the same datasource
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2012 10:54 AM
Is it possible to run several activiti servers and have them work in tandem for purposes of load balancing?
My requirement is that multiple servers running activity will talk to one database and there will be no conflicts among the process instances.
My requirement is that multiple servers running activity will talk to one database and there will be no conflicts among the process instances.
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2012 11:31 AM
Yes, this is possible. Should not pose any problems other then an optimistic lock exception that can occur, but that can also occur when multilple users are working on the same process if it runs on just one machine..
