书栈网 · BookStack 本次搜索耗时 0.041 秒,为您找到 1473 个相关结果.
  • Kubernetes

    Kubernetes Setup Getting Started Introduction Preparation Starting a Kubernetes Cluster (Session Mode) Deployment Modes Application Mode Session Mode Flink on Standalone Kub...
  • Kubernetes 设置

    Kubernetes Setup Getting Started Introduction Preparation Starting a Kubernetes Cluster (Session Mode) Deployment Modes Deploy Application Cluster Per-Job Cluster Mode Sessio...
  • Kubernetes

    Kubernetes Setup Getting Started Introduction Preparation Starting a Kubernetes Cluster (Session Mode) Deployment Modes Application Mode Per-Job Mode Session Mode Flink on ...
  • Examples

    Examples note Interchanging JSON: Ktor server / Ktor client note Examples note This help topic is in development and will be updated in the future. Interchanging ...
  • Architectural Overview 架构总览

    Architectural Overview 架构总览 链接 Architectural Overview 架构总览 在本章中,我们将研究 Netty 提供的核心功能以及他们是如何构成一个完整的网络应用开发堆栈顶部的核心。你阅读本章时,请把这个图记住。 链接 Rich Buffer Data Structure 丰富的缓冲实现 Unive...
  • 第五章 未来规划

    应用范围 社区发展 应用范围 smart-socket没能赶上互联网发展的最好时机,但有机会搭上物联网发展的高速列车。目前已有不少从事物联网的企业采用smart-socket搭建属于自己的物联网络,相信接下来smart-socket还会有更广阔的应用空间。当然作为一款TCP通信框架,它的适用场景也不限于此,如果您对重复造轮子感兴趣,或许可以颠覆很多...
  • Network settings

    Network settings Advanced network settings Advanced HTTP settings Advanced transport settings Selecting the transport Network settings OpenSearch uses HTTP settings to conf...
  • 架构设计

    系统架构设计 1.系统架构 1.1 系统架构图 1.2 启动流程活动图 1.3 架构说明 该服务内主要包含: 该服务包含: 1.4 架构设计思想 一、去中心化vs中心化 中心化思想 去中心化 二、Master执行流程 三、容错设计 1. 宕机容错 2.任务失败重试 四、任务优先级设计 五、Logback和netty实现日志访问 ...
  • 线程模型

    646 2020-01-04 《getty 使用手册》
    getty的线程模式有点类似于netty主从Reactor多线程模型。getty基于异步IO的proactor模型。(热心网友(小北)发现的文档纰漏,补充一下 :smile: ) 在主线程mainReactor启动以后,会创建acceptor线程用于监听客户端的接入,Acceptor接收到客户端TCP连接请求处理完成后(可能包含接入认证等),将新创建...
  • ChannelHandler 和 ChannelPipeline

    ChannelHandler 和 ChannelPipeline ChannelHandler 和 ChannelPipeline 本章主要内容 Channel ChannelHandler ChannePipeline ChannelHandlerContext 我们在上一章研究的 ByteBuf 是一个用来“包装”数据的容器。在本章我们...