In my system setup with Socketify, binding via Unix Domain Socket (UDS) and using Nginx as the web server, I have encountered an issue where a single process consistently consumes nearly 100% CPU. The workload does not distribute evenly across other processes, leading to performance bottlenecks. I am looking for solutions to address this imbalance and optimize CPU utilization across all processes.

In my system setup with Socketify, binding via Unix Domain Socket (UDS) and using Nginx as the web server, I have encountered an issue where a single process consistently consumes nearly 100% CPU. The workload does not distribute evenly across other processes, leading to performance bottlenecks. I am looking for solutions to address this imbalance and optimize CPU utilization across all processes.