Easter79 Easter79
2年前
SpringBoot使用Undertow
Undertow是一个Java开发的灵活的高性能Web服务器,提供包括阻塞和基于NIO的非阻塞机制。Undertow是红帽公司的开源产品,是Wildfly默认的Web服务器。SpringBoot2中可以将Web服务器切换到Undertow来提高应用性能。Undertow官网地址(https://www.oschina.net/action/GoToL
Stella981 Stella981
2年前
SpringBoot使用Undertow
Undertow是一个Java开发的灵活的高性能Web服务器,提供包括阻塞和基于NIO的非阻塞机制。Undertow是红帽公司的开源产品,是Wildfly默认的Web服务器。SpringBoot2中可以将Web服务器切换到Undertow来提高应用性能。Undertow官网地址(https://www.oschina.net/action/GoToL
Easter79 Easter79
2年前
SpringBoot服务器压测对比(jetty、tomcat、undertow)
(麻烦看这篇的大大们,穿越到这https://my.oschina.net/shyloveliyi/blog/2980868)1、本次对比基础环境信息如下:    springboot版本1.5.10  centos虚机4c6G,版本7.4  centos实机2u16c40G,版本7.4,虚机运行在实机上  ab版本2.3
Wesley13 Wesley13
2年前
Undertow容器在Springboot中如何自定义修改文件名
背景Springboot集成了众多容器(Tomcat、Jetty、Undertow)Undertow是一款并发性能极高的容器,由于默认的容器是Tomcat,我们通常会把tomcat的jar包干掉并引入Undertow的jar包,由此开启Undertow容器项目需要记录AccessLog日志,来保存和查询接口调用情况
Stella981 Stella981
2年前
SpringBoot服务器压测对比(jetty、tomcat、undertow)
(麻烦看这篇的大大们,穿越到这https://my.oschina.net/shyloveliyi/blog/2980868)1、本次对比基础环境信息如下:    springboot版本1.5.10  centos虚机4c6G,版本7.4  centos实机2u16c40G,版本7.4,虚机运行在实机上  ab版本2.3