TheOpenCloudEngine/uEngine5-base

Introduction of Process Definition Cache Server

Opened this issue · 0 comments

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.