socketify.py
socketify.py copied to clipboard
High CPU Usage on a Single Process When Using Socketify with UDS and Nginx
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.
@binhvq did you find any solution to this? same thing happening with me
I switched my project to using fastapi.