Sha256: 84fa49b26039454ebfd62fc19866d3485fe23335f313fe84ea67852d764418ba
Contents?: true
Size: 1.19 KB
Versions: 1
Compression:
Stored size: 1.19 KB
Contents
CPEE Features * The engine itself is a RESTful web service for simple integration into websites and existing information systems. * Instances can be created, started, stopped, and modified through simple HTTP calls. * Instances can be serialized and migrated between multiples nodes to ensure scalability. * Every aspect of execution is exposed through an event / subscription based model. * It allows external RESTful plugins to control the execution, by voting for activity execution (start, finish activity) and state changes (stop, start engine). * It provides better coverage of workflow patterns compared to Oracle BPELPM, jBOSS jBPM, and Apache Ode. CPEE Technical Details * Reuses an existing virtual machine for executing control flow * Supports BPEL and other languages through transformation to a directly executable DSL. * Has a core size of ~ 700 LOC. * Uses ~ 2 MiB of RAM per instance. * Can utilize multiple threads per instance. * Cold starts an instance in less than 50ms. CPEE Applied Benefits * Interprocess Synchronization as a Service * Service Replacement (Repair) Service * Plain HTML & JavaScript instance editor that allows to modify all aspects of (running) process instances.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cpee-1.3.102 | FEATURES |