书栈网 · BookStack 本次搜索耗时 0.020 秒,为您找到 559 个相关结果.
  • JWSGI接口

    JWSGI接口 例子 如何使用它? 读取请求体 JWSGI和Groovy JWSGI和Scala JWSGI接口 注解 JWSGI并不是一个标准,然而,如果你喜欢JWSGI,那么何不发送一个RFC给uWSGI邮件列表。我们对标准没有特别的兴趣,但是谁知道呢…… JWSGI是考虑Java的WSGI/PSGI/Rack方式的一个口子。 如...
  • Introduction

    The uWSGI project Included components (updated to latest stable release) Quickstarts Table of Contents Tutorials Articles uWSGI Subsystems Scaling with uWSGI Securing uWSGI...
  • The Tornado loop engine

    The Tornado loop engine Why ? Installation Running it Integrating WSGI with the tornado api Welcome to Callback-Hell WSGI generators (aka yield all over the place) Binding an...
  • SSI (Server Side Includes) plugin

    SSI (Server Side Includes) plugin Using it as a request handler Using SSI as a routing action Supported SSI commands echo printenv include cache Status SSI (Server Side...
  • 锁 锁 uWSGI支持可配置数量的锁,你可以用来同步worker进程。0号锁(Lock 0) (zero) 始终是可用的,但是你可以通过 locks 选项添加更多的锁。如果你的应用有大量的关键块,那么一次又一次地持有释放相同的锁会大量耗费性能。 def use_lock_zero_for_important_things (): uw...
  • 钩子(hook)

    钩子(hook) “可用钩子”的uWSGI阶段 “硬编码”钩子 mount —— 文件系统挂载 umount —— 文件系统解除挂载 exec 运行shell命令 call 在当前进程地址空间内调用函数 附加“硬编码”钩子 “高级”钩子 钩子(hook) (更新至uWSGI 1.9.16) uWSGI主要的指导思想是变得“模块化”。...
  • Systemd

    Systemd 添加Emperor到systemd 日志记录 将socket放到/run/ Socket激活 在systemd中,每个应用一个服务 Systemd uWSGI是用于 systemd 的一个新型守护进程。 它可以通知状态改变和准备好使用。 当uWSGI检测到它正运行于systemd下时,启用通知系统。 添加Empe...
  • Supported languages and platforms

    Supported languages and platforms Supported languages and platforms Technology Available since Notes Status Python 0.9.1 The first available plugin, supports WSGI (PEP 333 , P...
  • Quickstart for ruby/Rack applications

    Quickstart for ruby/Rack applications Installing uWSGI with Ruby support Note for distro packages Your first Rack app What is that ‘–http-modifier1 7’ thing? Using a full webse...
  • 支持的语言和平台

    支持的语言和平台 支持的语言和平台 技术 初始可用版本 注意事项 状态 Python 0.9.1 第一个可用插件,支持WSGI (PEP 333 , PEP 3333 ),Web3 (from version 0.9.7-dev) 和Pump (自0.9.8.4起)。 与Virtualenv ,多个Python解析器 Python3 配合良好...