hvantran / project-management

GNU General Public License v3.0
0 stars 0 forks source link

[base-platform] Enable virtual threads and compare performance #78

Open hvantran opened 8 months ago

hvantran commented 8 months ago

Before applying virtual threads

Image

After

Image

It looks like it doesn't increase performance and throughput when enabling virtual threads the tomcat uses the ForkJoinPool to control the number of virtual threads (default is the number of processors, 8 in my case)

Let's take a look at other perspectives like memory, application health