
jetty
jameskaron
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
(转)jetty 嵌入式开发
原文:http://blog.youkuaiyun.com/fan_hai_ping/article/details/40835483 官方网址:http://www.eclipse.org/jetty/ 下载地址:http://download.eclipse.org/jetty/stable-9/dist/ 文档网址:http://www.eclipse.org/jetty/document...原创 2016-07-11 18:25:41 · 175 阅读 · 0 评论 -
jetty thread pool两种实现方式
1.自带的pool QueuedThreadPool pool = new QueuedThreadPool(); pool.setMinThreads(Integer.parseInt(PropertiesUtil.getValue("api_threadpool_min_size"))); pool.setMaxThreads(Integer.parseInt(Pro...原创 2017-07-31 19:04:44 · 1041 阅读 · 0 评论