书栈网 · BookStack 本次搜索耗时 0.014 秒,为您找到 1380 个相关结果.
  • Application Dispatching

    Application Dispatching Working with this Document Combining Applications Dispatch by Subdomain Dispatch by Path Application Dispatching Application dispatching is the proce...
  • eventlet

    eventlet Installing Running Binding Externally eventlet Prefer using Gunicorn with eventlet workers rather than using eventlet directly. Gunicorn provides a much more confi...
  • 如何使用 Gunicorn 托管 Django

    如何使用 Gunicorn 托管 Django 安装 Gunicorn 把 Django 当作普通 WSGI 应用在 Gunicorn 中运行 如何使用 Gunicorn 托管 Django Gunicorn (‘Green Unicorn’) 是一个 UNIX 下的纯 Python WSGI 服务器。它没有其它依赖,可以使用 `` pip``安...
  • 如何使用 Gunicorn 托管 Django

    如何使用 Gunicorn 托管 Django 安装 Gunicorn 把 Django 当作普通 WSGI 应用在 Gunicorn 中运行 如何使用 Gunicorn 托管 Django Gunicorn (‘Green Unicorn’) 是一个 UNIX 下的纯 Python WSGI 服务器。它没有其它依赖,可以使用 `` pip``安...
  • ASGI

    ASGI ASGI If you’d like to use an ASGI server you will need to utilise WSGI to ASGI middleware. The asgiref [WsgiToAsgi](https://github.com/django/asgiref#wsgi-to-asgi-adapter ...
  • 如何使用 Gunicorn 托管 Django

    如何使用 Gunicorn 托管 Django 安装 Gunicorn 把 Django 当作普通 WSGI 应用在 Gunicorn 中运行 如何使用 Gunicorn 托管 Django Gunicorn (‘Green Unicorn’) 是一个 UNIX 下的纯 Python WSGI 服务器。它没有其它依赖,可以使用 `` pip``...
  • 部署方式

    部署方式 托管选项 自主部署选项 部署方式 虽然轻便且易于使用,但是 Flask 的内建服务器不适用于生产 ,它也不能很好的扩展。本文主要说明在生产环境下正确使用 Flask 的一些方法。 如果想要把 Flask 应用部署到这里没有列出的 WSGI 服务器,请查询其文档中关于如何使用 WSGI 的部分,只要记住: Flask 应用对象实质上...
  • Deployment Options

    Deployment Options Hosted options Self-hosted options Deployment Options While lightweight and easy to use, Flask’s built-in server is not suitablefor production as it doesn...
  • 应用调度

    应用调度 说明 组合应用 根据子域调度 根据路径调度 应用调度 应用调度是在 WSGI 层面组合多个 Flask 应用的过程。可以组合多个 Flask 应用,也可以组合 Flask 应用和其他 WSGI 应用。通过这种组合,如果有必要的话,甚至可以在同一个解释器中一边运行 Django ,一边运行 Flask 。这种组合的好处取决于应用内部是...
  • Application Dispatching

    Application Dispatching Working with this Document Combining Applications Dispatch by Subdomain Dispatch by Path Application Dispatching Application dispatching is the proce...