Tomcat and Java
Java Introduction
Startup Parameters
The default number of threads is 150. If you want more than 200 threads, consider using multiple Tomcat servers.
Startup Parameters 2
Java Memory Heap
The Sun JVM heap is divided into two parts:
• The Old Generation, sometimes called the “Tenured Space.”
• The Young Generation, sometimes called the “New Space.”
The Young Generation is further subdivided into three partitions: Eden and two survivor spaces, called the “From Space” and the “To Space.” Objects are created in Eden. When Eden is full, live objects are copied to the From Space. When Eden is full again, objects in the From Space are copied to the To Space. Finally, if the object survives when Eden is full, the object is moved to the Old Generation.
Psi-Probe
Install PSI-Probe from the Google Code repository:
http://code.google.com/p/psi-probe/
QAD .NET UI
.NET UI the Problem?