随笔分类 - 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
阅读全文
摘要: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
阅读全文
摘要:Tomcat NioEndPoint Architecture As a web server, how Tomcat implements the I/O models to complete communicate. In Tomcat NioEndPoint, it implement the
阅读全文
摘要: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
阅读全文
摘要: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
阅读全文
摘要:Jetty Handler Architecture
阅读全文
摘要:Jetty Connector Architecture
阅读全文
摘要:Jetty Simple Architecture
阅读全文
摘要:Tomcat High Level Component: Upon Connector & Container
阅读全文
摘要:Tomcat Component Lifecycle
阅读全文
摘要:Tomcat Container Component Architecture
阅读全文
摘要:Tomcat Connector Component Architecture
阅读全文
摘要:Tomcat Simple Architecture and Code Code From "How Tomcat Works" this book.
阅读全文
摘要: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
阅读全文
摘要:Web Server A web server is a place in the network which store some general resources for many other users to get.
阅读全文

浙公网安备 33010602011771号