Feature #19902
Read attached process count from kernel
Status:
Closed
Priority:
Normal
Assignee:
Category:
Additional Functionality
Target version:
Start date:
05/08/2018
Due date:
% Done:
0%
Estimated time:
Experiment:
-
Co-Assignees:
Description
The GetAttachedCount was implemented using the manager_id_ shared memory variable, but this variable does not track disconnections. Instead, use shmctl to read the shared memory segment info structure from the kernel.