[jboss-user] [Performance Tuning] New message: "Re: 5.1.0.GA considerably slower than 4.0.3RC2! Up to 200%"
Emil Nilimaa
do-not-reply at jboss.com
Tue Feb 16 13:47:04 EST 2010
User development,
A new message was posted in the thread "5.1.0.GA considerably slower than 4.0.3RC2! Up to 200%":
http://community.jboss.org/message/526616#526616
Author : Emil Nilimaa
Profile : http://community.jboss.org/people/Eminil
Message:
--------------------------------------------------------------
We used JProfiler with both instances of JBoss and it seems our 5.1.0 was spending a lot of time in the mssql driver classes. So we went into our mssql-ds.xml and changed the datasource from <no-tx-datasource> to <local-tx-datasource>. This fixed all the slowness we had with 5.1.0.
My guess is that somehow this configuration lagged down JBoss with background processes or whatever so that simple method calls like the one i posted above also delayed because the CPU was busy.
Hopefully we can use the local-tx-datasource without problems (I'm not entirely sure why we used a no-tx in 4.0.3, but think it had to do with database connections never being released with the local setting).
--------------------------------------------------------------
To reply to this message visit the message page: http://community.jboss.org/message/526616#526616
More information about the jboss-user
mailing list