Weblogic工作管理器

标签 weblogic weblogic-10.x

我是 weblogic 服务器的新手。我正在使用工作管理器。我想知道什么是工作经理以及为什么我们需要它。没有工作经理的正常请求和有工作经理的正常请求有什么区别!!

最佳答案

我认为the documentation在这个主题上相当不错。

WebLogic Server prioritizes work and allocates threads based on an execution model that takes into account administrator-defined parameters and actual run-time performance and throughput.

Administrators can configure a set of scheduling guidelines and associate them with one or more applications, or with particular application components. For example, you can associate one set of scheduling guidelines for one application, and another set of guidelines for other application. At run-time, WebLogic Server uses these guidelines to assign pending work and enqueued requests to execution threads.

本质上,通过工作管理器,您可以将计划策略附加到应用程序,例如确保特定应用程序在重负载情况下获得公平的可用计算资源份额。或者您可能希望限制分配给应用程序的最大线程数,以防止有错误/未经测试的应用程序导致整个应用程序服务器瘫痪。 (但肯定所有应用程序都经过测试不会做类似的事情......;))

关于Weblogic工作管理器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4401846/

相关文章:

java.lang.NoClassDefFoundError : weblogic/management/j2ee/mejb/Mejb_dj5nps_Impl

java - 集群中的用户( session )数

java - 将值从 Servlet 传递到 WebLogic 中的 JSF Action 方法

java - Weblogic 12.1.3 上下文路径已被模块错误使用

java - 我必须将 hibernate 设置为 weblogic 吗?

java - StartWeblogic.sh linux 中环境变量的设置

java - 甲骨文一致性 : How to set the timeout on an invoke call in a replicated cache?

java - 如何更改 weblogic 数据源以从当前模式指向新模式

weblogic - 如何在 Weblogic 10g 的两个上下文根中安装一个 Web 应用程序?

oracle - 将应用程序部署到 Web Logic 生产服务器