书栈网 · BookStack 本次搜索耗时 0.016 秒,为您找到 562 个相关结果.
  • The Chunked input API

    The Chunked input API Reading chunks Tuning the chunks buffer Integration with proxies Options Notes The Chunked input API An API for managing HTTP chunked input requests ...
  • Web Server support

    Apache support Cherokee support Native HTTP support HTTPS support (from 1.3) The SPDY router (uWSGI 1.9) Lighttpd support Attaching uWSGI to Mongrel2 Nginx support Using Op...
  • Python Tracebacker

    Python Tracebacker An example Combining the tracebacker with Harakiri Python Tracebacker New in version 1.3-dev. Usually if you want to get a real-time traceback from your a...
  • 块输入API

    块输入API 读取块 调整块缓冲 与代理集成 选项 小抄 块输入API 已在uWSGI 1.9.13中添加了一个用于管理HTTP块输入请求的API。 这个API是非常低层次的,允许与标准的应用进行集成。 只公开了两个函数: chunked_read([timeout]) chunked_read_nb() (从uWSGI 1....
  • Gevent

    Gevent Avoid blocking in Hub.join Gevent PyMongo supports Gevent . Simply call Gevent’s monkey.patch_all() before loading any other modules: >>> # You must call patch_all(...
  • Gevent

    Gevent Avoid blocking in Hub.join Gevent PyMongo supports Gevent . Simply call Gevent’s monkey.patch_all() before loading any other modules: >>> # You must call patch_all()...
  • 动态添加应用

    动态添加应用 定义带动态应用的VirtualEnv 动态添加应用 注意:这并不是托管多个应用的最好的方法。你最好为每个应用运行一个uWSGI实例。 你可以在没有配置应用的情况下启动uWSGI服务器。 要加载一个新的应用,可以使用uwsgi包中的这些变量: UWSGI_SCRIPT – 传递定义了一个 application 可调用对象的...
  • 需要知道的事情 (最佳实践和“问题”) 必读!!!

    需要知道的事情 (最佳实践和“问题”) 必读!!! 需要知道的事情 (最佳实践和“问题”) 必读!!! http 和 http-socket 选项是完全不同的。第一个生成一个额外的进程,转发请求到一系列的worker (将它想象为一种形式的盾牌,与apache或者nginx同级),而第二个设置worker为原生使用http协议。 TL/DR:...
  • Setting POSIX Capabilities

    Setting POSIX Capabilities Available capabilities Setting POSIX Capabilities POSIX capabilities allow fine-grained permissions for processes. In additionto the standard UNIX ...
  • The Metrics subsystem

    The Metrics subsystem Metric names and oids Metric types COUNTER (type 0) GAUGE (type 1) ABSOLUTE (type 2) ALIAS (type 3) Metric collectors Custom metrics The metrics direc...