Are Lucee's custom class loaders single-threaded or multithreaded?

@bdw429s , Thanks for confirming that the Hibernate classloader is not parallel.

@bdw429s: That said, locks don’t cause high CPU. So the locks may very well cause requests to back up, but sitting threads don’t consume any CPU.

Yes, of course. This ties in with Zackster’s question.