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


_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to