![]() ![]() ![]() ![]() |
Domains: Configuration: Concurrent Constraints
Configuration Options Related Tasks Related Topics
Use this page to define the concurrent constraints for this domain.
Long-running tasks submitted to the managed executor service, managed scheduled executor service, and the managed thread factory, need to create new threads that will not be managed as a part of WebLogic Server's self-tuning thread pool. Because an excessive number of running threads can have a negative affect on server performance and stability, you can specify the maximum number of running threads that are created by the concurrency utilities API.
Configuration Options
Name Description Max Concurrent New Threads The maximum number of running threads that can be created by all the Managed Thread Factories on the current server.
MBean Attribute:
DomainMBean.MaxConcurrentNewThreads
Minimum value:
0
Maximum value:
65534
Max Concurrent Long Requests The maximum number of running long-running requests that can be submitted to all the Managed Executor Services or Managed Scheduled Executor Services on the current server.
MBean Attribute:
DomainMBean.MaxConcurrentLongRunningRequests
Minimum value:
0
Maximum value:
65534
![]() |