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.
Lucee 7 has support but current disabled
The war on synchronized has been underway for several years
Should I disable it my Tomcat config, or leave it enabled so that when Lucee does enable support it’s used?
From what I’ve read, it would seem I need to disable it Tomcat to be safe, but want to confirm before I finalize my provisioning scripts.
If you use java 24 or java 25, theoretically it should be fine, which version are you using
haven’t heard any bug reports?
1 Like
Right now, testing with Java 21.