Does Gunicorn run on Windows

后端 未结 6 1631
攒了一身酷
攒了一身酷 2020-12-07 18:30

I have looked around for a while, and I was surprised not finding any information whether Gunicorn runs on Windows or not. Does anyone know if that is the case, and if so, w

6条回答
  •  攒了一身酷
    2020-12-07 19:02

    Edit: there's now a plan to add Windows support. https://github.com/benoitc/gunicorn/issues/524


    No. Gunicorn doesn't run on Windows. It's very design is to take 'advantage of features in Unix/Unix-like kernels'.

提交回复
热议问题