TheOpenCloudEngine / uEngine5-base

uEngine5 BPMS that totally re-written in Microservices architecture. uEngine5 can act as not only a conventional Workflow or BPMS but also as a REST api orchestrator or a BPaaS (Business process as a service) of members of OCE's MSA components.
MIT License
10 stars 13 forks source link

Introduction of Process Definition Cache Server #32

Open jinyoung opened 7 years ago

jinyoung commented 7 years ago

For very high performance process execution, worth to consider introducing a process definition cache server that caches process definition objects in memory which will be requested from many instances frequently.

The Process Definition Service As A microservice,

The microservce maybe implemented with Redis or Memcached and for the base repository, a gitlab (a REST wrapper of git) could be used.