Fusion Middleware Control Help for WebLogic Server

Previous Next Open TOC in new window
Content starts here

Domain Application Deployment: Administration: Workload

Buttons     Column Display     Configuration Options     

A Work Manager defines a set of request classes and thread constraints that manage work performed by WebLogic Servers. A request class defines a fair share thread entitlement, a response time goals, or a context policy for a particular class of application request. Thread constraints define the maximum number of threads to allocate for requests, the minimum number of threads to use for resolving deadlocks, and the total number of requests that can be queued or running before WebLogic Server begins rejecting requests.

Jave EE applications, Web application modules, EJBs, and RMI applications can specify named Work Managers for use for managing their work requests.

Configuration Options

Name Description
Maximum Number of Concurrent Long Running Requests

The maximum number of allowed concurrent long-running work requests. New work submission will be rejected if current running long-running work requests exceed the limit.

MBean Attribute:
ConnectorWorkManagerRuntimeMBean.MaxConcurrentLongRunningRequests

Buttons

Name Description
New

Creates a new Work Manager.

Delete

Deletes the selected Work Manager.

Column Display

Name Description
Name

The name of the work manager.

Changes take effect after you redeploy the module or restart the server.

Type

The type of the work manager artifact.


Back to Top