书栈网 · BookStack 本次搜索耗时 0.020 秒,为您找到 11778 个相关结果.
  • Hprose 客户端

    概述 概述 Hprose 2.0 for Golang 支持多种底层网络协议绑定的客户端,比如:HTTP 客户端,Socket 客户端和 WebSocket 客户端。 其中 HTTP 客户端支持跟 HTTP、HTTPS 绑定的 hprose 服务器通讯。 Socket 客户端支持跟 TCP、UNIX Socket 绑定的 hprose 服务器通讯...
  • 负载均衡

    负载均衡 命名服务 负载均衡 健康检查 负载均衡 学习bRPC负载均衡。 上游一般通过命名服务发现所有的下游节点,并通过多种负载均衡方法把流量分配给下游节点。当下游节点出现问题时,它可能会被隔离以提高负载均衡的效率。被隔离的节点定期被健康检查,成功后重新加入正常节点。 命名服务 在brpc中,NamingService 用于获得服务名对应的...
  • Process Auditing

    Process and socket auditing with osquery Linux process auditing Linux socket auditing Troubleshooting Auditing on Linux User events macOS process auditing osquery events optim...
  • 使用aiop实现事件等待模式

    事件等待模式,也就所谓的reactor模式,简单的讲就是通过监听等待io的事件,然后将等待就绪可以处理的事件,分发给对应的io处理程序进行处理,这种模式本身并不算是异步io,但是TBOX的asio库,在类unix系统上,也是基于此模型实现的,所以在讲解真正的异步io之前,首先稍微介绍介绍,对asio的底层机制有个大体了解。 在类unix系统,例如linu...
  • Async with Gevent

    Async with Gevent Async with Gevent gevent is recommended for doing asynchronous I/O with Postgresql or MySQL. Reasons I prefer gevent: No need for special-purpose “loop-awa...
  • Async with Gevent

    Async with Gevent Async with Gevent gevent is recommended for doing asynchronous I/O with Postgresql or MySQL. Reasons I prefer gevent: No need for special-purpose “loop-awa...
  • Async with Gevent

    Async with Gevent Async with Gevent gevent is recommended for doing asynchronous I/Owith Postgresql or MySQL. Reasons I prefer gevent: No need for special-purpose “loop-awar...
  • The uWSGI FastRouter

    The uWSGI FastRouter Getting started Way 1: –fastrouter-use-base Way 2: –fastrouter-use-pattern Way 3: –fastrouter-use-cache Way 4: –fastrouter-subscription-server Mapping file...
  • API

    588 2019-12-09 《HTTP/3 explained》
    API API One of the success factors for regular TCP and programs using that, is thestandardized socket API. It has well defined functionality and using this APIyou can move prog...
  • Class Phalcon\Queue\Beanstalk

    353 2021-02-20 《Phalcon v2.0 文档》
    Class Phalcon\Queue\Beanstalk Methods Class Phalcon\Queue\Beanstalk Phalcon\Queue\Beanstalk * * Class to access the beanstalk queue service. * Partially implements the prot...