0 Replies Latest reply on Apr 15, 2010 5:31 PM by claudioh77

    Slow Performance in MultiThread

    claudioh77

      Hello


      I use jBPM 3 in standalone mode


      Each client creates a JbpmContext executes several BPM and closes JbpmContext.
      The first implementation of BPM is slower than subsequent executions, since this creates the SessionFactory for Hibernate, the others are fast.
      If 2 or more clients simultaneously run every first execution of a bpm by a thread becomes very slow. Why ?
      It seems that the piece of code is slow when I call JbpmContext.newProcessInstace (bpm).

       

      How can I fix? The Hibernate SessionFactory can be singleton?

       

      Thanks