1.

What Is The Difference Between Long Running Process And Short Running Process?

Answer»

Long running Process: A long running, where the process is specifically designed to complete swiftly. The process lifespan is deliberately, such that process versioning ISSUES associated with longer running processes are avoided. human tasks or in-process events may be present. COMMON USES are to handle “straight through processing” or to manage parallel aggregation.

Short Running Process: A short running BPEL process is to STRING together service invocations within one transaction, or where invocations are not transactional. Short running is also used as a preference for high performance since it does not need to perform persistence in-between STEPS of the process.

Long running Process: A long running, where the process is specifically designed to complete swiftly. The process lifespan is deliberately, such that process versioning issues associated with longer running processes are avoided. human tasks or in-process events may be present. Common uses are to handle “straight through processing” or to manage parallel aggregation.

Short Running Process: A short running BPEL process is to string together service invocations within one transaction, or where invocations are not transactional. Short running is also used as a preference for high performance since it does not need to perform persistence in-between steps of the process.



Discussion

No Comment Found