RE: Making changes to themes, modules, widgets on a constant basis hangs ColdFusion 9.01

That’s a good start. The key line is here:
- waiting on <0x4bbb5531> (a coldfusion.server.j2ee.sql.pool.JDBCPool held by thread 584, jrpp-225)

You need to get a full thread dump of all threads on the server and find thread 584 (or whatever one is blocking at the time) and see what it’s doing.

Thanks!

~Brad

Well I now see the problem I think, mysql is cracking it or the drivers.

I found jrun logs are reporting a heap of connection reset by peer, and this is as low as 2-10 simultaneous connections.