3 使用Python加速文件传输和文件复制 Giampaolo Rodolaefficiently o copy files efficiently ## • Part 2: • psutil 第1部分 ○基础的 Unix 概念 ○基础的 Socket 操作 ○高效的传输文件 ☐高效的复制文件 第2部分 ○ psutil ## UNIX concepts (oversimplified) [简单聊聊 Unix 的相关概念] ## System call / 系统调用 limitations - can be used with regular files only (no io.BytesIO) - no SSL (but can use KTLS on Linux 4.13) - 只能用于常规的文件操作 - 不支持 SSL (比如 Linux 4.13 之后的 KTLS)  username means that core clients will now expect the CN or Subject Alternative Name values of the broker's SSL certificate to match the hostname in the client's URL. This impacts all core-based clients including behavior with industry standards. To deal with this you can do one of the following: Update your SSL certificates to use a hostname which matches the hostname in the client's URL. This is the recommended0 码力 | 499 页 | 6.37 MB | 2 年前3
基于 Rust Arrow Flight 的物联网和时序数据传输及转换工具 霍琳贺2023 第三届中国 Rust 开发者大会 6.17-6.18 @Shanghai Rust China Conf 2023 ## 基于 Rust Arrow Flight 的物联网和时序数据传输及转换工具 霍琳贺 涛思数据 ## CONTENTS 自我介绍 TDengine taosX Rust 使用 ## TDengine TDengine 应用开发组0 码力 | 29 页 | 2.26 MB | 2 年前3
《Slides Dev Web》 11. HTTPS
prétend être • Pour un site web, ces services sont fournis par https - HTTPS : HTTP sécurisé par SSL/TLS, par défaut sur le port 443 ## Secure Socket Layer $ \rightarrow $ Transport Layer Security Conçu par Netscape (v2.0 en 1994, v3.0 en 1996) • Brevet racheté par l'IETF : TLS v1.0 en 1999 (SSL 3.1), v1.3 en 2018 • Couche Application : – Entre les couches transport et application – Pas besoin certificat et la clé privée du serveur • Configurer httpd. Pour Apache : – virtual host (port 443), ssl.conf, (ports.conf) • Création de l'arborescence sécurisée • Démarrage serveur • OU BIEN utiliser0 码力 | 6 页 | 109.17 KB | 2 年前3
Apache ActiveMQ Artemis 2.19.0 User Manualmeans that core clients will now expect the CN or Subject Alternative Name values of the broker's SSL certificate to match the hostname in the client's URL. This impacts all core-based clients including behavior with industry standards. To deal with this you can do one of the following: Update your SSL certificates to use a hostname which matches the hostname in the client's URL. This is the recommended "HTTP over TLS". 2. Due to ARTEMIS-3117 SSL keystore and truststores are no longer reloaded automatically. Previously an instance of javax.net.ssl.SSLContext was created for every connection. This0 码力 | 491 页 | 6.19 MB | 2 年前3
websockets Documentation
Release 2.7port as well as extra keyword arguments are passed to create_server(). For example, you can set the ssl keyword argument to a SSLContext to enable TLS. ws_handler is the WebSocket handler. It must be a create_connection() method. Extra keyword arguments are passed to create_connection(). For example, you can set the ssl keyword argument to a SSLContext to enforce some TLS settings. When connecting to a wss:// URI, if0 码力 | 28 页 | 157.50 KB | 2 年前3
PostgreSQL 9.6.24 Documentation
Encryption Options ..... 509 18.9. Secure TCP/IP Connections with SSL ..... 510 18.9.1. Using Client Certificates ..... 511 18.9.2. SSL Server File Usage ..... 512 18.9.3. Creating Certificates ... Connection Service File ..... 787 32.17. LDAP Lookup of Connection Parameters ..... 788 32.18. SSL Support ..... 789 32.18.1. Client Verification of Server Certificates ..... 789 32.18.2. Client . 790 32.18.3. Protection Provided in Different Modes ..... 790 32.18.4. SSL Client File Usage ..... 792 32.18.5. SSL Library Initialization ..... 792 32.19. Behavior in Threaded Programs ....0 码力 | 2661 页 | 6.53 MB | 2 年前3
Celery v4.4.7 Documentationlogin_method Login method used to connect to the broker. ° port Port of the remote broker. °ss1 SSL enabled/disabled. o transport Name of transport used (e.g., amqp or redis) o transport options com/access-control.html. If supported by your broker backend, you can enable end-to-end SSL encryption and authentication using broker use ssl. ## Client In Celery, “client” refers to anything that sends messages to /etc/ssl. app = Celery() app.conf.update( security_key='/etc/ssl/private/worker.key' security_certificate='/etc/ssl/certs/worker.pem' security_cert_store='/etc/ssl/certs/*0 码力 | 1219 页 | 1.44 MB | 2 年前3
Apache ActiveMQ Artemis 1.5.2 User Manualif a client wanted to connect to a remote server using TCP and SSL it would create a connection factory like so, tcp://remote-host:5445?ssl-enabled=true. All the properties available for the tcp scheme embedded JMS using Apache ActiveMQ Artemis's Spring integration. ## SSL Transport The ssl-enabled shows you how to configure SSL with Apache ActiveMQ Artemis to send and receive message. ## Static Message Our Netty transport can be configured in several different ways; to use straightforward TCP sockets, SSL, or to tunnel over HTTP or HTTPS.. We believe this caters for the vast majority of transport requirements0 码力 | 399 页 | 1.61 MB | 2 年前3
Proxing to tomcat with httpdthe application server and the internet. • Load-balancer • Failover • Protocol termination - TLS/SSL - HTTP/2 and (soon) HTTP/3 • Understands a protocol and possible upgrades. ## Why a proxy? • Control Dynamic configuration (mod_balancer/mod_cluster...) • Protocol translations AJP - When - Easy TLS/SSL forwarding - Limitations - No upgrade - Header size - No encryption - Limited “authentication” “authentication” (secret) - mod_proxy_ajp and mod_jk ### HTTP and HTTPS 1.1 • When: - No SSL forwarding - Using SSLValve • HTTP/HTTPS: - HTTPS might be needed (Encryption/Authentication) - HTTPS0 码力 | 26 页 | 242.80 KB | 1 年前3
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100
相关搜索词
零拷贝psutilsendfile上下文切换性能优化Apache ActiveMQ Artemis版本升级安全管理SSL传输JMX管理时序数据库物联网数据接入RustArrow FlightTDengineHTTPSSSL/TLScertificatclé publiquePKIBrokerSSLJAASMetricswebsocketsasyncioWebSocket协议HTTP协议TLS/SSLPostgreSQL版本发布并行查询SSL加密迁移Celery任务队列分布式系统消息传输结果后端JMSBroker InstanceMessage BrokerApache HTTP ServerTomcatProxyHTTP/2













