funky-eyes commented on PR #8023: URL: https://github.com/apache/incubator-seata/pull/8023#issuecomment-4438973617
> @funky-eyes 请问线程池使用虚拟线程池后有验证性能么 Currently no, but we expect to test it before the 2.7 release. This PR is only a refactor of the virtual thread pool. The overall codebase still pools virtual threads and enforces a maximum thread count; it just reduces the total number of threads used. Of course, after virtual threads are enabled, we can also increase the minimum and maximum thread counts. That would help avoid unbounded virtual thread creation under heavy traffic and ensure the system still has a backpressure mechanism. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
