Loading

摘要: 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 齐玉 阅读(60) 评论(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 齐玉 阅读(52) 评论(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 齐玉 阅读(53) 评论(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 齐玉 阅读(66) 评论(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 齐玉 阅读(45) 评论(0) 推荐(0)