mattrpav commented on PR #1121: URL: https://github.com/apache/activemq/pull/1121#issuecomment-1967660134
> Great to see work done on this! 👍 > > What about other threads like `ActiveMQ Data File Writer`, `ActiveMQ Journal *`, can/should these be virtual too or is that a bad idea? Those are single threaded processing right now. They would most benefit from being converted (or create a configurable alternative) to use Linux's IO_uring (aka kqueue in macOS) vs Virtual Thread (which would block on I/O anyway). -- 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]
