Loading

随笔分类 -  Web Server

摘要:Tomcat AprEndPoint Architecture What APR means? It's funll name is Apache Portable Runtime Libraries. It's programed by C, it's goal is to provide a O 阅读全文
posted @ 2021-03-13 09:37 齐玉 阅读(69) 评论(0) 推荐(0)
摘要:Tomat Nio2EndPoint Architecture Let's compare the difference between in Nio and Nio2. We can know the key of the asynchronous design philosophy is Cal 阅读全文
posted @ 2021-03-13 01:04 齐玉 阅读(54) 评论(0) 推荐(0)
摘要:Tomcat NioEndPoint Architecture As a web server, how Tomcat implements the I/O models to complete communicate. In Tomcat NioEndPoint, it implement the 阅读全文
posted @ 2021-03-13 00:56 齐玉 阅读(61) 评论(0) 推荐(0)
摘要:Before Tomcat EndPoint: I/O Models When an user thread launchs an I/O operation, it would have to experience two steps to get the network data. The us 阅读全文
posted @ 2021-03-13 00:29 齐玉 阅读(82) 评论(0) 推荐(0)
摘要:Before Tomcat EndPoint: Stream I/O vs Channel I/O Stream I/O is a native model for data transfer. It is describe the metadata(byte/char) flow. It invo 阅读全文
posted @ 2021-03-13 00:27 齐玉 阅读(55) 评论(0) 推荐(0)
摘要:Jetty Handler Architecture 阅读全文
posted @ 2021-03-12 00:57 齐玉 阅读(22) 评论(0) 推荐(0)
摘要:Jetty Connector Architecture 阅读全文
posted @ 2021-03-12 00:38 齐玉 阅读(19) 评论(0) 推荐(0)
摘要:Jetty Simple Architecture 阅读全文
posted @ 2021-03-12 00:30 齐玉 阅读(23) 评论(0) 推荐(0)
摘要:Tomcat High Level Component: Upon Connector & Container 阅读全文
posted @ 2021-03-12 00:13 齐玉 阅读(17) 评论(0) 推荐(0)
摘要:Tomcat Component Lifecycle 阅读全文
posted @ 2021-03-12 00:09 齐玉 阅读(32) 评论(0) 推荐(0)
摘要:Tomcat Container Component Architecture 阅读全文
posted @ 2021-03-11 23:28 齐玉 阅读(29) 评论(0) 推荐(0)
摘要:Tomcat Connector Component Architecture 阅读全文
posted @ 2021-03-11 23:16 齐玉 阅读(31) 评论(0) 推荐(0)
摘要:Tomcat Simple Architecture and Code Code From "How Tomcat Works" this book. 阅读全文
posted @ 2021-03-10 00:34 齐玉 阅读(32) 评论(0) 推荐(0)
摘要:Web Server Architecture A web server is to help users to get resources in another place. So it has to follow the steps: Accept the request. Parse the 阅读全文
posted @ 2021-03-09 21:57 齐玉 阅读(58) 评论(0) 推荐(0)
摘要:Web Server A web server is a place in the network which store some general resources for many other users to get. 阅读全文
posted @ 2021-03-09 21:49 齐玉 阅读(14) 评论(0) 推荐(0)