书栈网 · BookStack 本次搜索耗时 0.014 秒,为您找到 11778 个相关结果.
  • 2.4.4 粘性负载均衡

    粘性负载均衡 粘性负载均衡 如果计划在不同的进程或机器之间分配连接负载,则必须确保与特定会话ID关联的请求连接到发起它们的进程。 这是由于某些传输(如xhr轮询或jsonp轮询)依赖于在“socket”的生命周期内触发多个请求。如果不启用粘性负载均衡,这将导致很可怕: Error during WebSocket handshake : ...
  • pool – Pool module for use with a MongoDB client.

    pool – Pool module for use with a MongoDB client. pool – Pool module for use with a MongoDB client. class pymongo.pool.SocketInfo (sock, pool, address, id) Store a socket wit...
  • IO

    IO 收消息 发消息 Socket The full picture IO 学习bRPC IO。 一般有三种操作IO的方式: blocking IO: 发起IO操作后阻塞当前线程直到IO结束,标准的同步IO,如默认行为的posix read 和write 。 non-blocking IO: 发起IO操作后不阻塞,用户可阻塞等待多个IO操...
  • IO

    IO 收消息 发消息 Socket The full picture IO 学习bRPC IO。 一般有三种操作IO的方式: blocking IO: 发起IO操作后阻塞当前线程直到IO结束,标准的同步IO,如默认行为的posix read 和write 。 non-blocking IO: 发起IO操作后不阻塞,用户可阻塞等待多个IO操...
  • Network

    Network (macOS) Enable socket-vmnet Network (macOS) Enable socket-vmnet warning This is an experimental setting. Network settings can be enabled or disabled from this vie...
  • 节点组

    节点组 界面 面板 编辑节点组 制作节点组 拆散 插入节点组 添加节点组 节点组 节点组示例。 Grouping nodes can simplify a node tree by allowing instancing and hiding parts of the tree. Conceptually, grouping n...
  • Network

    Network (macOS) Enable socket-vmnet Network (macOS) Enable socket-vmnet warning This is an experimental setting. Network settings can be enabled or disabled from this vie...
  • Network addresses

    Network addresses core.Pipe core.SocketAddress Enum core.SocketAddress.Protocol core.TcpKeepalive core.BindConfig core.Address core.CidrRange Network addresses core.Pi...
  • Buffered writes

    529 2020-12-25 《Tokio v1.0 Tutorial》
    Buffered writes Buffered writes The other half of the framing API is the write_frame(frame) function. This function writes an entire frame to the socket. In order to minimize ...
  • pool – Pool module for use with a MongoDB client.

    pool – Pool module for use with a MongoDB client. Previous topic Next topic This Page Quick search pool – Pool module for use with a MongoDB client. class pymongo.pool.``...