书栈网 · BookStack 本次搜索耗时 0.025 秒,为您找到 1517 个相关结果.
  • 2.3-beta.1 版本

    2.3-beta.1 版本 节点发现与自动集群 集群脑裂与自动愈合 节点宕机与自动清除 LWM2M协议支持 JSON Web Token认证支持 Retainer插件 Debian 9 安装包 Erlang/OTP R20 2.3-beta.1 版本 发布日期: 2017-07-24 EMQ R2.3-beta.1版本发布!该版本正...
  • 1.1. 3.2.x Branch

    1.1. 3.2.x Branch 1.1.1. Version 3.2.2 1.1.1.1. Bugfixes 1.1.2. Version 3.2.1 1.1.2.1. Features and Enhancements 1.1.2.2. Bugfixes 1.1.3. Version 3.2.0 1.1.3.1. Features and E...
  • 5.2. Performance

    5.2. Performance 5.2.1. Disk I/O 5.2.1.1. File Size 5.2.1.2. Disk and File System Performance 5.2.2. System Resource Limits 5.2.2.1. CouchDB Configuration Options 5.2.2.1.1. max...
  • 1.3.9. /db/_shards

    1.3.9. /db/_shards 1.3.10. /db/_shards/doc 1.3.11. /db/_sync_shards 1.3.9. /db/_shards New in version 2.0. GET /{db}/_shards The response will contain a list of databa...
  • 1.5.7. /db/_design/design-doc/_show/show-name

    1.5.7. /db/_design/design-doc/_show/show-name 1.5.8. /db/_design/design-doc/_show/show-name/doc-id 1.5.9. /db/_design/design-doc/_list/list-name/view-name 1.5.10. /db/_design...
  • Installation

    Installation Installation Environment Download Supported Operating Systems Hardware Specification Files and Directories Installation This chapter walks you through the basi...
  • 架构设计

    架构设计 前言 100 万连接 全异步架构 消息持久化 系统架构 概念模型 设计原则 系统分层 连接层设计 会话层设计 报文 ID 与消息 ID 路由层设计 分布层设计 Mnesia/ETS 表设计 Erlang 设计相关 架构设计 前言 EMQ X 在设计上,首先分离了前端协议 (FrontEnd) 与后端集...
  • 5.2. Performance

    5.2. Performance 5.2.1. Disk I/O 5.2.1.1. File Size 5.2.1.2. Disk and File System Performance 5.2.2. System Resource Limits 5.2.2.1. CouchDB Configuration Options 5.2.2.1.1. max...
  • 并发

    并发 一个echo进程 并发 Erlang是一门并发 编程语言——这意味着在Erlang中可直接对并行活动(进程)进行编程,并且其并行机制是由Erlang而不是宿主操作系统提供的。 为了对一组并行活动进行控制,Erlang提供了多进程原语:spawn用于启动一个并行计算(称为进程);send向一个进程发送一条消息;而receive从一个进程中接收...
  • 14.1  Compilation

    14.1 Compilation 14.1 Compilation Erlang programs must be compiled to object code. The compiler can generate a new file that contains the object code. The current abstract m...