-
Spring Boot Netty Starter:用于Spring Boot的Netty容器
资源介绍
用于Spring Boot的原型Netty嵌入式servlet桥。
包括基本的过滤器和servlet支持。 我对Spring Boot还是很陌生,但是这种方法似乎适合servlet容器的自以为是的观点。 异步Servlet支持尚未完成。
表现
使用runTestApp Gradle任务以此处使用的相同配置启动服务器。 使用wrk使用以下参数运行测试:
wrk -H 'Host: localhost' -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' -H 'Connection: keep-alive' -d 120 -c 32 -t 2 http://localhost:8080/plaintext
的Tomcat 7.0.55
Running 2m test @ http://