What are the different ways or methods to identify and tune the
thread pool size of Web container and an ORB?
I analyzed my thread dumpe which says something like:
Summary
Thread utilization summary:
Total threads................................................... 53
threads waiting for web work................................. 5
threads waiting for remote orb work.......................... 3
threads doing web or local orb work.......................... 5
threads doing remote orb work................................ 0
threads doing other (non web or remote orb workload) tasks... 40
No deadlock(s) found
Thanks...