Scalability of Activiti Engine
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-05-2011 10:39 PM
Hi there,
My client evaluating Activiti for production use at the moment. They have concern on scalability of Activiti Engine. I believe Activiti team has run some scalability tests for Activiti Engine. May I know did you published any scalability test reports?
Best regards,
Chee Kin
My client evaluating Activiti for production use at the moment. They have concern on scalability of Activiti Engine. I believe Activiti team has run some scalability tests for Activiti Engine. May I know did you published any scalability test reports?
Best regards,
Chee Kin
Labels:
- Labels:
-
Archive
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-06-2011 04:07 AM
We've done basically nothing more then running a few hundreds of thousand of processes using a threadpool. It's very easy to quickly build something yourself.
I dont find the numbers here (and they're pretty old, also), but the load was definitely no problem.
I dont find the numbers here (and they're pretty old, also), but the load was definitely no problem.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-06-2011 05:45 AM
We've done basically nothing more then running a few hundreds of thousand of processes using a threadpool. It's very easy to quickly build something yourself.
I dont find the numbers here (and they're pretty old, also), but the load was definitely no problem.
Thanks for quick response. Few hundreds of thousand of processes using a threadpool? Does it equivalent to few hundreds of thousand concurrent users?
Best regards,
Chee Kin
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-08-2011 04:46 AM
Depends on what those users are doing 😉
No, really, if your app is heavy on human tasks, the Activiti engine is most of the time doing actually nothing (ie state is in the database). If those users were to click exactly on the same moment on the complete button, then it will probably be noticeable 😉
No, really, if your app is heavy on human tasks, the Activiti engine is most of the time doing actually nothing (ie state is in the database). If those users were to click exactly on the same moment on the complete button, then it will probably be noticeable 😉