Re: Virtual Thread with Http11Nio2Protocol

2023-12-08 Thread Nicolas BONAMY
Thanks! Nicolas > Le 8 déc. 2023 à 11:35, Mark Thomas a écrit : > > On 08/12/2023 09:51, Mark Thomas wrote: >>> On 08/12/2023 02:49, Han Li wrote: >>> Hi Nicolas, >>> >>> I took a quick look that Tomcat's VirtualThreadExecutor does not implement >>> the ExecutorService interface, which leads

Re: Virtual Thread with Http11Nio2Protocol

2023-12-07 Thread Nicolas BONAMY
William, I’m using Adoptium Temurin 21.0.1+12 Regards, Nicolas > Le 7 déc. 2023 à 21:00, William Crowell a > écrit : > > Nicolas, > > Which JDK version? > > Regards, > > William Crowell > > From: Nicolas BONAMY > Date: Thursday,

Virtual Thread with Http11Nio2Protocol

2023-12-07 Thread Nicolas BONAMY
Hi, I try to use virtual thread on Apache Tomcat 10.1.16 with this configuration on macOS or on Linux: But when I make a request, I'm not on a virtual thread : Thread[#76,Thread-14,5,main] . I profiled my application too but no virtual threads are used. If I use a Http11NioProtocol