Skip to main content

All Questions

Filter by
Sorted by
Tagged with
0 votes
0 answers
68 views

Undertow stopped response when using virtual thread in Springboot3.4.1

Environment: 2vCpu, 8G RAM centos8, Jdk 21.0.5 a springboot3.4.1 project using undertow with virtual thread, only a simple restcontroller in the project. modify the log level of undertow and xnio to ...
tao ye's user avatar
  • 1
7 votes
1 answer
2k views

Can 'undertow' be enhanced by virtual threads in 'spring-boot 3.2'?

Very happy, spring-boot 3.2 is released. In Spring Boot 3.2.0 Release Notes As mentioned here, spring-boot can enable virtual threads. And tomcat and jetty can handle web requests using virtual ...
MrXionGe's user avatar
  • 193