随笔分类 - server
摘要:The Art of Graceful Reloading — uWSGI 2.0 documentation https://uwsgi-docs.readthedocs.io/en/latest/articles/TheArtOfGracefulReloading.html 翻译 搜索 复制
阅读全文
摘要:NGINX Reverse Proxy | NGINX Plus https://docs.nginx.com/nginx/admin-guide/web-server/reverse-proxy/ fastcgi_pass passes a request to a FastCGI server
阅读全文
摘要:小结: 0、结构图 client-request > cgi/fastcgi (interface/server) > cgi/fastcgi program/applications > client 1、CGI程序运行在独立的进程中,并对每个Web请求创建一个进程;由于地址空间无法共享,也限制了
阅读全文
摘要:小结: 1、只要可以对标准输入输出进行操作,那么无论任何语言都可以编写CGI程序。 《代码的未来》 在Ruby诞生的1993年,互联网还没有现在这样普及,因此Ruby也不是一开始就面向Web服务器端 来设计的。然而,从www黎明期开始,未来实现动态页面而出现了通用网关接口(common gatewa
阅读全文
摘要:https://www.cnblogs.com/hzhtracy/p/4365938.html 网关协议学习:CGI、FastCGI、WSGI、uWSGI 一直对这四者的概念和区别很模糊,现在就特意梳理一下它们的关系与区别。 CGI CGI即通用网关接口(Common Gateway Interfa
阅读全文
摘要:Tornado Web Server — Tornado 5.1.1 documentation http://www.tornadoweb.org/en/stable/
阅读全文
摘要:https://github.com/alibaba/p3c/ 阿里巴巴Java开发手册(泰山版).pdf 1. 【推荐】高并发服务器建议调小 TCP 协议的 time_wait 超时时间。 说明:操作系统默认 240 秒后,才会关闭处于 time_wait 状态的连接,在高并发访问下,服 务器端会
阅读全文
摘要:https://github.com/LabAdvComp/UDR/blob/master/server/udrserver.py
阅读全文
摘要:Apache Tomcat 7 Configuration Reference (7.0.92) - The HTTP Connector https://tomcat.apache.org/tomcat-7.0-doc/config/http.html#Standard_Implementatio
阅读全文
摘要:https://webtide.com/why-choose-jetty/ Why Choose Jetty? Why Choose Jetty? Why Choose Jetty? Why Choose Jetty? The leading open source app server avail
阅读全文
摘要:https://webtide.com/why-choose-jetty/ Why Choose Jetty? The leading open source app server available! When you need the strongest possible combination
阅读全文
摘要:https://www.ibm.com/developerworks/cn/java/j-lo-tomcat2/ 许 令波2010 年 5 月 27 日发布 门面设计模式 门面设计模式在 Tomcat 中有多处使用,在 Request 和 Response 对象封装中、Standard Wrappe
阅读全文
摘要:https://www.ibm.com/developerworks/cn/java/j-lo-tomcat1/index.html 2010 年 5 月 20 日发布 本文以 Tomcat 5 为基础,也兼顾最新的 Tomcat 6 和 Tomcat 4。Tomcat 的基本设计思路和架构是具有一
阅读全文
摘要:Java Servlet - 维基百科,自由的百科全书 https://zh.wikipedia.org/wiki/Java_Servlet Servlet(Server Applet),全称Java Servlet。是用Java编写的服务器端程序。其主要功能在于交互式地浏览和修改数据,生成动态We
阅读全文
摘要:Netty 系列一(核心组件和实例). - JMCui - 博客园 https://www.cnblogs.com/jmcui/p/9154842.html 阅读目录 一、概念 二、核心组件 三、实例 四、结语 阅读目录 一、概念 二、核心组件 三、实例 四、结语 回到顶部 一、概念 早期的 Jav
阅读全文
摘要:参考 netty4.x 实现接收http请求及响应 - En taro tassadar - CSDN博客 https://blog.csdn.net/sinat_39783636/article/details/81941476 请改fastjson处理json;弱化为web-表单的处理;目的是依
阅读全文
摘要:https://netty.io/4.1/xref/io/netty/example/proxy/package-summary.html https://netty.io/4.1/xref/io/netty/example/proxy/HexDumpProxy.html
阅读全文
摘要:The Solution 解决 · Netty 4.x User Guide 中文翻译《Netty 4.x 用户指南》 https://waylau.gitbooks.io/netty-4-user-guide/Preface/The%20Solution.html Netty 是一个提供 asyn
阅读全文
摘要:Netty.docs: User guide for 4.x https://netty.io/wiki/user-guide-for-4.x.html The most simplistic protocol in the world is not 'Hello, World!' but DISC
阅读全文
摘要:https://netty.io/wiki/user-guide-for-4.x.html The Problem Nowadays we use general purpose applications or libraries to communicate with each other. Fo
阅读全文