2 Replies Latest reply on Oct 19, 2011 8:37 AM by swiderski.maciej

    JBPM deploy performance

    zackmc

      Hello,

      I´m builing a workflow with 20 states, and four waitsForSignal. The first deploy costs 30 minutes. After reduce the spring dependencies number to one for state it costs about 20 minutes  ¿is there another parameter to optimize the deploy considerably like this?¿Where could I find information about optimizing the deploy cost?  

       

      Thanks,

        • 1. Re: JBPM deploy performance
          salaboy21

          what? 20 minutes for deploying a single process?? You should review exactly what is happening there.. I'm not an expert in jbpm4.4 but those times doesn't make sense at all.

          Cheers

          • 2. Re: JBPM deploy performance
            swiderski.maciej

            How do you deploy the process - with ant scripts?

             

            One thing I can think of is that you big classpath that the deployer is trying to insert into data base so all resources are available on runtime. If that is the case consider to exclude libraries from he deployment process of jBPM and just make them available on server runtime classpath.

             

            HTH