Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
340 views
in Technique[技术] by (71.8m points)

python - Gunicorn是否可以在Windows上运行(Does Gunicorn run on Windows)

I have looked around for a while, and I was surprised not finding any information whether Gunicorn runs on Windows or not.

(我环顾了一段时间,我很惊讶地发现Gunicorn是否可以在Windows上运行也没有任何信息。)

Does anyone know if that is the case, and if so, where can I find some documentation about it?

(有谁知道是这种情况,如果是,我在哪里可以找到有关它的文档?)

  ask by Flavien translate from so

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

Gunicorn is for a UNIX environment and is incompatible with Windows.

(Gunicorn用于UNIX环境,并且与Windows不兼容。)

Also for more info please refer to it's docs .

(另外,有关更多信息,请参考它的文档 。)


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...