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.
我对 django 有疑问。我使用 django (runfcgi) + nginx,但每天 1-2 次 fastcgi 进程停止响应。
在 nginx 错误日志中,我最初看到类型为 110(超时)的错误,然后是 111(错误网关),因此我被迫重新启动 django 服务器。
我怎么能理解为什么 django 停止响应?
我使用 prefork 方法和最新的 django/nginx 版本。
谢谢
我有同样的问题切换到 Django+ Nginx+ Gunicorn 为我解决了这个问题Link