socketify.py icon indicating copy to clipboard operation
socketify.py copied to clipboard

High CPU Usage on a Single Process When Using Socketify with UDS and Nginx

Open binhvq opened this issue 1 year ago • 2 comments

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.

image

binhvq avatar Dec 04 '24 06:12 binhvq

@binhvq did you find any solution to this? same thing happening with me

ajaylq avatar Oct 23 '25 07:10 ajaylq

I switched my project to using fastapi.

binhvq avatar Oct 23 '25 08:10 binhvq