随笔分类 -  server technology

摘要:Servlet Threading ModelThe scalability issues of Java servlets are caused mainly by the server threading model:Thread per connectionThe traditional IO... 阅读全文
posted @ 2014-09-26 00:34 等风来。。 阅读(289) 评论(0) 推荐(0) 编辑
摘要:一。thread-per-connectionThe thread-per-connection approach uses an exclusive worker thread foreach connection. Within the handling loop, a worker threa... 阅读全文
posted @ 2014-09-25 20:58 等风来。。 阅读(272) 评论(0) 推荐(0) 编辑
摘要:一。传统数据传输1.user mode &kernel mode2.context switchThe steps involved are:1.The read() call causes a context switch (see Figure 2) from user mode to kern... 阅读全文
posted @ 2014-09-23 23:12 等风来。。 阅读(338) 评论(0) 推荐(0) 编辑
摘要:一。server.xml在每个容器对象里面都有一个pipeline,Pipeline就像是每个容器的逻辑总线。 --> --> 二。源码追踪1.Engine /** * Cre... 阅读全文
posted @ 2014-09-21 13:52 等风来。。 阅读(890) 评论(0) 推荐(0) 编辑
摘要:Tomcat 经过长时间的发展,它已经广泛的被市场接受和认可,尤其在企业级应用方面,Tomcat 仍然是第一选择。但是随着 Jetty 的发展,Jetty 的市场份额也在不断提高。1.架构 Jetty 比 Tomcat 更加简单。Jetty 的所有组件都是基于 Handler 来实现。可以说 ... 阅读全文
posted @ 2014-09-20 00:42 等风来。。 阅读(932) 评论(0) 推荐(0) 编辑
摘要:The Apache JServ Protocol (AJP) is a binary protocol that can proxy inbound requests from a web server through to an application serverthat sits behin... 阅读全文
posted @ 2014-09-20 00:10 等风来。。 阅读(3576) 评论(0) 推荐(0) 编辑

------------------------------------------------------------------------------------------------------------ --------------- 欢迎联系 x.guan.ling@gmail.com--------------- ------------------------------------------------------------------------------------------------------------
点击右上角即可分享
微信分享提示