书栈网 · BookStack 本次搜索耗时 0.022 秒,为您找到 11778 个相关结果.
  • Using Lua/WSAPI with uWSGI

    Using Lua/WSAPI with uWSGI Building the plugin Why Lua ? Your first WSAPI application Concurrency Abusing coroutines Threading example A note on memory RPC and signals The ...
  • Runtime Model

    Runtime Model Synchronous Model Non-blocking sockets Polling Model Executors Runtime Model Now we will go over the Tokio / futures runtime model. Tokio is built on top o...
  • Futures

    Futures Synchronous Model Non-blocking sockets A closer look at futures Poll based Futures The Future trait Streams Futures Let’s take a closer look at futures. Tokio ...
  • Kubernetes

    Deploy Alluxio on Kubernetes Prerequisites Basic Setup Extract Kubernetes Specs Provision a Persistent Volume Configure Alluxio properties Deploy Access the Web UI Verify Un...
  • 开始服务器中介的对话

    开始服务器中介的对话 开始服务器中介的对话 现在,我们进入了 图4-11 中报告的呼叫流程阶段,该阶段基本上捕获了应用程序的核心。 实际上,在此阶段中,发起方将第一条消息发送到连接器,该连接器首先被通知此事件,然后提示您引入适当的 answer 。 图4-11 开始会话 像往常一样,客户端会检索用户的输入,并向服务器发出一条消息,以便正确分...
  • 3.1.8 初始化示例-仅限websocket传输

    初始化示例:仅限WebSocket传输 初始化示例:仅限WebSocket传输 默认情况下,首先建立一个长轮询连接,然后升级到“更好”的传输(如WebSocket)。如果你喜欢危险的操作,这部分可以跳过: const socket = io ({ transports :[ "websocket" ] }) // 重新连接时...
  • uWSGI 2.0.1

    uWSGI 2.0.1 Bugfixes and improvements New features Perl native Spooler support –alarm-backlog –close-on-exec2 simple notifications subsystem pid namespace for daemons (Linux o...
  • 2.3.4 配置差异

    配置差异 io.set 不见了 设置资源路径 配置差异 io.set 不见了 相反,在服务器初始化中进行如下配置: const socket = require ( 'socket.io' )({ // 这里是选项 }) 日志级别等选项已不存在,io.set('transports') , io.set('hear...
  • Menu Switch Node

    62 2024-06-26 《Blender 4.1 Manual》
    Menu Switch Node Inputs Properties Outputs Menu Switch Node The Menu Switch node outputs one of its inputs depending on a menu selection. Only the input that is passed thro...
  • Store values

    621 2020-12-25 《Tokio v1.0 Tutorial》
    Store values Store values We will now implement the process function to handle incoming commands. We will use a HashMap to store values. SET commands will insert into the Ha...