书栈网 · BookStack 本次搜索耗时 0.050 秒,为您找到 714 个相关结果.
  • 设定容量

    设定容量 设定容量 Reactive Streams 标准鼓励应用程序开发者在处理中的数据上设定合理的限制。这会防止组件变得太臃肿,拥有超过它们处理能力的数据量, 这样会导致整个应用程序发生不可预测的问题。Reactive Streams 的一个核心理念之一就是 "背压", 或者说是管道同一次只能处理固定数量数据项的上行流组件通信的能力。 一个用来描述...
  • Settings

    Settings Designating the settings Populating the settings 1. Command line options 2. Settings per-spider 3. Project settings module 4. Default settings per-command 5. Default ...
  • swoole_event_del

    swoole_event_del swoole_event_del swoole_event_del 函数用于从reactor 中移除监听的socket 。swoole_event_del 应当与swoole_event_add 成对使用。函数原型: bool swoole_event_del ( mixed $sock ); 参数为s...
  • Reactive Retry

    Reactive Retry Reactive Retry @Retryable advice can also be applied to methods that return reactive types, such as Publisher (Project Reactor ‘s Flux or RxJava ‘s Flowable )....
  • How-To: Manage configuration from a store

    How-To: Manage configuration from a store Note Create a configuration item in store Run Redis with Docker Save an item Configure a Dapr configuration store Note Retrieve Con...
  • 轮子内的轮子: Twisted和Erlang

    简介 回顾回调 进入Erlang 一个Erlang诗歌代理 讨论 进一步阅读 建议练习(为高度热情的人) 参考 简介 在这个系列中,有一个事实我们还没有介绍,即混合同步的”普通Python”代码与异步Twisted代码不是一个简单的工作,因为在Twisted程序中阻滞不定时间将使异步模型的优势丧失殆尽. 如果你是初次接触异步编程,那么...
  • How-To: Manage configuration from a store

    How-To: Manage configuration from a store Note Create a configuration item in store Run Redis with Docker Save an item Configure a Dapr configuration store Note Retrieve Con...
  • How-To: Manage configuration from a store

    How-To: Manage configuration from a store Note Create a configuration item in store Run Redis with Docker Save an item Configure a Dapr configuration store Note Retrieve Con...
  • 环形缓冲区处理者

    环形缓冲区处理者 环形缓冲区处理者 环形缓冲区工作处理者(RingBufferWorkProcessor) 环形缓冲区处理者 基于环形缓冲区的响应式数据流处理者有一些很棒的特性: 高吞吐量 重现最新未消费数据 如果没有订阅者在监听,数据不会丢失(不同于Reactor-数据流的广播者 )。 如果订阅者在处理过程中取消,信号可以安全重现...
  • Java

    Dapr Java SDK Pre-requisites Importing Dapr’s Java SDK Building blocks Invoke a service Save & get application state Publish & subscribe to messages Publish messages Subscribe...