IDMS currently hosts the administration portal as part of the same process as the underlying policy processing elements. While threading alleviates congestion caused by the policy engine, processing policies is largely CPU bound and is subject to the python GIL.
Instead, this project will investigate separating the business logic from the administration portal.
IDMS currently hosts the administration portal as part of the same process as the underlying policy processing elements. While threading alleviates congestion caused by the policy engine, processing policies is largely CPU bound and is subject to the python GIL.
Instead, this project will investigate separating the business logic from the administration portal.