2019年12月12日

tomcat8优化积累/http协议对比

摘要: https://zhuanlan.zhihu.com/p/73620440 https://events.static.linuxfound.org/sites/events/files/slides/TomcatConnectorsEU_0.pdf https://mp.weixin.qq.com 阅读全文

posted @ 2019-12-12 08:31 CreatorKou 阅读(166) 评论(0) 推荐(0) 编辑

java多线程的意义

摘要: https://www.zhihu.com/question/332042250 阅读全文

posted @ 2019-12-12 08:24 CreatorKou 阅读(232) 评论(0) 推荐(0) 编辑

2019年12月6日

如何看待 TechEmpower Web Frame Benchmark Round 18 的结果?

摘要: https://www.zhihu.com/search?type=content&q=web%20framework%20benchmark 阅读全文

posted @ 2019-12-06 10:33 CreatorKou 阅读(206) 评论(0) 推荐(0) 编辑

2019年11月29日

tomcat外观模式的意义(安全)

摘要: 《How Tomcat works》,中文版结合看。 第一章是简单的web服务器实现,简单HTTP请求后进行返回,这个需要了解HTTP的请求和响应的组成。然后会使用Socket和ServerSocket就可以模拟简单的实现。大概的思路就是HTTP请求后,解析后返回响应,浏览器根据响应的格式返回特定的 阅读全文

posted @ 2019-11-29 14:41 CreatorKou 阅读(220) 评论(0) 推荐(0) 编辑

2019年11月28日

netty DefaultAttributeMap(比hashmap节省空间)源码学习AtomicReferenceArray/AtomicReference/ConcurrentHashMap乐观锁cas/悲观锁synchronized

摘要: DefaultAttributeMap : private volatile AtomicReferenceArray<DefaultAttribute<?>> attributes; 寻址方式: Attributekey父类: public abstract class AbstractConst 阅读全文

posted @ 2019-11-28 15:19 CreatorKou 阅读(339) 评论(0) 推荐(0) 编辑

2019年11月27日

disruptor和ArrayBlockingQueue和LinkedBlockingQueue队列性能对比

摘要: https://www.cnblogs.com/dafanjoy/p/10345897.html disruptor的workhandler特点也可以用来作为线程池,替代jdk自带的基于阻塞队列线程池,实测性能也有很大提升。 阅读全文

posted @ 2019-11-27 15:03 CreatorKou 阅读(447) 评论(0) 推荐(0) 编辑

2019年11月18日

守护线程的作用和前台线程的区别

摘要: https://www.cnblogs.com/albertrui/p/8384189.html https://www.cnblogs.com/ziq711/p/8228255.html 阅读全文

posted @ 2019-11-18 21:23 CreatorKou 阅读(200) 评论(0) 推荐(0) 编辑

tomcat导入idea作为maven项目

摘要: https://gongxufan.github.io/2017/10/20/tomcat-source-debug/ 阅读全文

posted @ 2019-11-18 12:01 CreatorKou 阅读(164) 评论(0) 推荐(0) 编辑

2019年11月15日

百度网盘不限速

摘要: https://www.runningcheese.com/baiduyun 阅读全文

posted @ 2019-11-15 08:46 CreatorKou 阅读(168) 评论(0) 推荐(0) 编辑

2019年11月13日

netty ChannelOption参数 backlog 和 somaxconn同时设置才会生效

摘要: https://www.cnblogs.com/qiumingcheng/p/9492962.html 阅读全文

posted @ 2019-11-13 20:33 CreatorKou 阅读(306) 评论(0) 推荐(0) 编辑

导航