0 Replies Latest reply on Mar 3, 2008 11:23 AM by jorgemoralespou_2

    Thread contention in FieldInstantiator.parseConfiguration

    jorgemoralespou_2

      We are tunning our application, and profiling it, and we have seen that there is too much time spent in FieldInstantiator.parseConfiguration(String configuration).

      I don`t understund why this should be parsed in every run of the process. I thought that the execution graph is made the first time the process is loaded, and then we could make process executions of that process graph.

      Is this correct? I might be creating the process graph every time I try to run a process Instance. How can a create the process graph, and reuse it for multiple process executions?