PHP超大文件加速下载Apache扩展 X-sendfile mod_xsendfile 支持64位,32位 2.2,2.4 Apache 用法: LoadModule xsendfile_module modules/mod_xsendfile.so
2021-12-04 13:02:42 168KB X-sendfile PHP 超大文件 加速下载
1
用Netty实现的Spring-boot-protocol 将springboot的WebServer更改为NettyTcpServer,为用户扩展了网络编程的能力。 多协议服务器,Springboot协议扩展包,允许单端口提供多协议服务。其中内置多个网络传输(标准与规范)的实现库,轻松添加或扩展协议。例如:HttpServlet,RPC,MQTT(物联网通讯协议),Websocket,RTSP(流媒体协议),DNS(域名解析协议),MYSQL协议。 1.可以替代tomcat或jetty. 导包后一个@EnableNettyEmbedded注解即用. 2.支持http请求聚合, 然后用 select * from id in (httpRequestList). 示例:com.github.netty.http.example.HttpGroupByApiController.java 3.支持异步零拷贝。sendFile, mmap. 示例:com.github.netty.http.example.HttpZeroCopyController.java 4.HttpServlet
2021-10-25 09:55:24 579KB mqtt spring-boot netty protocol
1