Tag: performance

  • Good practice – Avoid excessive use of server-side JavaScript

    By Phil Coulthard Avoid large server-side JavaScript blocks within BPDs and services, because JavaScript is interpreted and therefore is slower to process than other compiled mechanisms, such as Java™ code. Furthermore, large JavaScript scripts often indicate that too much integration logic is being placed in the business process layer instead of having that logic encapsulated […]

  • Good practice – Avoid large business objects in a process or service

    By Andy Garratt Business processes in IBM® Business Process Manager should store only the data that is needed for the process or a service in the process as the process runs. Avoid large “cargo” object data being carried through the process because that data needs to be persisted as process instance state. When large amounts […]

  • Do you have the need for speed? Two new performance assets everyone should read

    The BPM Solutions Guide is a new publication that provides valuable information for BPM application development architects and technical leaders. It describes a holistic approach to performance issues that range from establishing initial goals and application design through the implementation phase and finally to long-term application maintenance and planning for future capacity. 8.0 version of […]