Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
独角兽设计说:
Gunicorn relies on the operating system to provide all of the load balancing when handling requests.
对于 WebSocket 请求,这会导致对工作人员的请求的负载平衡不均匀。也就是说,一些工作人员处理的 WebSocket 连接比其他工作人员多得多。您如何处理并获得均匀分布?
我将 geventwebsocket 用于 WebSocket 服务器应用程序。