> Hi All,
>
[quoted text clipped - 9 lines]
> anything specific. I want ti go for setting with respecty to concurrent
> user, heavy traffic on database server , different heap sizes etc.
Unfortunate it all depends. From what I understand you have not
performance tested your application before going into production? If
so, my best advice is to setup such a test. Try figuring out which work
flows are most critical, and stress test those. From there you should
be able to detect bottlenecks in both DB2 (different settings, bad sql,
missing index, etc) and JBoss (different settings, inefficient code,
etc). You might find the following article interesting. It is a bit
old, but I think it is still relevant:
http://www.db2mag.com/db_area/archives/2001/q1/hayes.shtml
HTH
/Lennart