Just curious if Lucee 7 has been tested with Tomcat’s virtual threads (i.e. Project Loom) enabled on the connector. While it seems like it could speed things up, I’ve read that your code should avoid synchronized blocks and use ReentrantLock to prevent thread pinning.
I haven’t reviewed the Lucee 7 code, but I know previously synchronized blocks were highly used.
Just wonder if there’s been any real testing with actively enabling virtual threads w/Lucee 7.