Menu

Performance

Help
2005-07-21
2013-03-11
  • Nobody/Anonymous

    Having developed a complete web-based workflow system using jBPM, what is your opinion on performance of jBPM? Did you make any performance checks? Please inform.

     
    • Maxim Gordienko

      Maxim Gordienko - 2005-07-21

      JBPM performance is acceptable for us.
      We did not perform any stress tests, but if someone shares own performance data, that would be nice.

       
    • Vitaliy Semochkin

      >what is your opinion on performance of jBPM
      Testing performance of workflow engine like JBPM is very unclear domain to me.
      Performance depends on database, application server, distributed model, OS, hardware and types of business processes you use.
      Instead of testing all this combinations we published online demo to see how it works under high load.
      Actually, WFE makes more load than JBPM does.
      WFE has to check permissions, display UI, maintain user sessions and more. JBPM usually does 6 operations that happen rarely relatively to WFE operations
      These are
      - deploy process
      - undeploy process
      - redeploy process
      - start process
      - cancel process
      - end Task

       

Log in to post a comment.