Thread monitors

EAServer 4.1.3 introduces a new Repository entity type, ThreadMonitor. Thread monitors provide a means to limit the execution time devoted to specified components and component methods. You can assign components and methods to a thread monitor to ensure that no more than a specified maximum number of threads will be active at any point executing the methods and components assigned to the monitor. You can also use thread monitors without a limit on the number of threads. Doing so allows you to use the monitor trace properties to record performance data. For more information, see “Thread monitors” in in Chapter 3, “Component Tuning,” in the EAServer Performance and Tuning Guide.