Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Resource Adapters: Configuration: Workload

Column Display     Configuration Options     Related Tasks     Related Topics

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.

J2EE 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

Column Display

You can show fewer or additional data points on this page by expanding Customize this table and modifying the Column Display list. Each data point displays in its own table column.

The following table lists all of the data points that you can display in columns on this page.

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.

Related Tasks

Related Topics


Back to Top