Creating a Sender/Receiver HTTP Server## +24 ## Creating a Sender/Receiver HTTP Server ## DIETMAR KÜHL 20 24 September 15 - 20 ## Objective • Create a basic HTTP server. • Allow a single-threaded server handling multiple clients. • std::execution (sender/receiver): http://wg21.link/p2300 • https://github.com/NVIDIA/stdexec.git • https://github.com/beman-project/execution26 • Sender/receiver networking: http://wg21.link/p2762 • Implementation: Implementation: https://github.com/beman-project/net29 •Async scope: http://wg21.link/p3149 TechAtBloomberg.com0 码力 | 8 页 | 2.19 MB | 1 年前3
Apache HTTP Server Documentation Version 2.0# Apache HTTP Server Documentation Version 2.0  Apache Software Foundation February 3, 2014 ## About The PDF Documentation compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 This version of the Apache HTTP Server Documentation is converted from XML source files to L $ version of the documentation on the Apache HTTP Server website at http://httpd.apache.org/docs/2.0/ The Apache HTTP Server Documentation is maintained by the Apache HTTP Server Documentation Project. More information0 码力 | 682 页 | 2.05 MB | 1 年前3
Apache HTTP Server Documentation Version 2.2# Apache HTTP Server Documentation Version 2.2  Apache Software Foundation January 15, 2017 ## About The PDF Documentation compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 This version of the Apache HTTP Server Documentation is converted from XML source files to L $ version of the documentation on the Apache HTTP Server website at http://httpd.apache.org/docs/2.2/ The Apache HTTP Server Documentation is maintained by the Apache HTTP Server Documentation Project. More information0 码力 | 805 页 | 2.51 MB | 1 年前3
Apache HTTP Server Documentation Version 2.4# Apache HTTP Server Documentation Version 2.4  Apache Software Foundation February 3, 2014 ## About The PDF Documentation compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 This version of the Apache HTTP Server Documentation is converted from XML source files to L $ version of the documentation on the Apache HTTP Server website at http://httpd.apache.org/docs/2.4/ The Apache HTTP Server Documentation is maintained by the Apache HTTP Server Documentation Project. More information0 码力 | 1031 页 | 3.23 MB | 1 年前3
Apache HTTP Server Documentation Version 2.4Apache HTTP Server Documentation Version 2.4 Apache Software Foundation October 3, 2017 ## About The PDF Documentation Licensed to the Apache Software Foundation (ASF) under one or more contributor compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 This version of the Apache HTTP Server Documentation is converted from XML source files to L $ version of the documentation on the Apache HTTP Server website at http://httpd.apache.org/docs/2.4/ The Apache HTTP Server Documentation is maintained by the Apache HTTP Server Documentation Project. More information0 码力 | 1111 页 | 4.11 MB | 1 年前3
Apache HTTP Server Documentation Version 2.4# Apache HTTP Server Documentation Version 2.4  Apache Software Foundation March 13, 2014 ## About The PDF Documentation compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 This version of the Apache HTTP Server Documentation is converted from XML source files to L $ version of the documentation on the Apache HTTP Server website at http://httpd.apache.org/docs/2.4/ The Apache HTTP Server Documentation is maintained by the Apache HTTP Server Documentation Project. More information0 码力 | 1031 页 | 3.23 MB | 1 年前3
Apache HTTP Server Documentation Version 2.4Apache HTTP Server Documentation Version 2.4 Apache Software Foundation March 21, 2018 ## About The PDF Documentation Licensed to the Apache Software Foundation (ASF) under one or more contributor license compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 This version of the Apache HTTP Server Documentation is converted from XML source files to L $ version of the documentation on the Apache HTTP Server website at http://httpd.apache.org/docs/2.4/ The Apache HTTP Server Documentation is maintained by the Apache HTTP Server Documentation Project. More information0 码力 | 1125 页 | 4.15 MB | 1 年前3
ServiceComb设计揭秘:标准与开发## ServiceComb设计揭秘:标准与开发 华为CloudBU PaaS微服务引擎开发团队 ## 代码阅读 • 一、系统架构解读 二、系统模块解读 • 三、框架的启动与停止 四、框架运行时请求发送与处理过程 ## ServiceComb 开发框架 编程模型 (jaxrs、pojo、springmvc) 服务发现 运行模型 熔断 负载均衡 配置 跟踪 通信模型 (restful、highway)0 码力 | 9 页 | 831.77 KB | 2 年前3
Python 标准库参考指南 3.10.15166 7.1.4 类 167 7.2 codecs --- 编解码器注册和相关基类 168 7.2.1 编解码器基类 170 7.2.2 编码格式与 Unicode 177 7.2.3 标准编码 178 7.2.4 Python 专属的编码格式 181 7.2.5 encodings.idna --- 应用程序中的国际化域名 183 7.2.6 encodings.mbcs --- 4 比较终结器与 __del__() 方法 ... 268 8.10 types --- 动态类型创建和内置类型名称 ... 269 8.10.1 动态类型创建 ... 270 8.10.2 标准解释器类型 ... 270 8.10.3 附加工具类和函数 ... 274 8.10.4 协程工具函数 ... 275 8.11 copy --- 浅层 (shallow) 和深层 (deep) 配方 ... 377 10.2 functools --- 高阶函数和可调用对象上的操作 ... 383 10.2.1 partial 对象 ... 391 10.3 operator --- 标准运算符替代函数 ... 392 10.3.1 将运算符映射到函数 396 10.3.2 原地运算符 397 # 11 文件和目录访问 399 11.1 pathlib --- 面向对象的文件系统路径0 码力 | 2207 页 | 10.45 MB | 1 年前3
Python 标准库参考指南 3.8.20itertools --- 为高效循环而创建迭代器的函数 ... 337 10.2 functools --- 高阶函数和可调用对象上的操作 ... 351 10.3 operator --- 标准运算符替代函数 ... 359 # 11 文件和目录访问 ... 367 11.1 pathlib --- 面向对象的文件系统路径 ... 367 11.2 os.path --- 常用路径操作 16.13 curses.panel --- curses 的 panel 栈扩展 712 16.14 platform --- 获取底层平台的标识数据 713 16.15 errno --- 标准 errno 系统符号 716 16.16 ctypes --- Python 的外部函数库 722 17 并发执行 755 17.1 threading --- 基于线程的并行 755 17 21 socketserver --- 用于网络服务器的框架 ... 1267 21.22 http.server --- HTTP 服务器 ... 1275 21.23 http.cookies --- HTTP 状态管理 ... 1281 21.24 http.cookiejar ——HTTP 客户端的 Cookie 处理 ... 1284 21.25 xmlrpc --- XMLRPC0 码力 | 2052 页 | 9.74 MB | 1 年前3
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100
相关搜索词
sender/receiver HTTP serverasynchronous frameworkminimalistic networking interfaceevent loopasync_scopeApache HTTP Server升级新功能构建系统多协议支持非Unix平台性能API变化IPv6过滤器多语言错误响应模块开发模块配置认证缓存Apache HTTP Server 2.4MPMmod_sslmod_proxymod_rewriteMPMsDSOSSL/TLSAuthorizationConfiguration FilesServiceComb微服务SchemaMetaMicroServiceMicroServiceInstancePython 标准库内置函数数据类型许可协议Python标准库异常第三方包













