This is related to performance tuning.
My ReportNet servers are integrated with BEA Weblogic instead of the default Tomcat.
What is the relationship between the servlet threads that I configure using BEA Weblogic admin console and the threads (affinity connections) for the report service processes that I configure within ReportNet server administration.
I believe each user request results in creation of a dispatcher thread and a Content Manager thread. Assuming it is an interactive request, the dispatcher thread will in turn create a thread from the report service process.
This seems to indicate a one to one relationship.
The rule of thumb is to configure 2.5 times the number of concurrent users as threads, but I need to understand the relationshio better rather than just follow something I do not understand.
Regards
Naveen