Weblogic工作管理器

发布于 2024-10-07 01:15:42 字数 87 浏览 0 评论 0原文

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

I am new to weblogic server. I am using work manager. I want to know what is work manager and why we need it. What is the difference between normal request with out work manager and with work manager !!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

野味少女 2024-10-14 01:15:42

我认为文档在这个主题上相当不错。

WebLogic Server 根据工作优先级并分配线程
执行模型考虑到
帐户管理员定义
参数和实际运行时间
性能和吞吐量。

管理员可以配置一组
日程安排指南和助理
他们与一个或多个应用程序,或
有特定应用
成分。例如,您可以
关联一组调度
一份申请的指南,以及
另一套针对其他人的指导方针
应用。在运行时,WebLogic
服务器使用这些准则来分配
待处理的工作和排队的请求
执行线程。

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

I think the documentation is rather good on this subject.

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.

Essentially, with work managers you can attach a scheduling policy to an application to e.g. make sure that a specific application gets a fair share of the available computing resources under a heavy load situation. Or you might want to restict the maximum number of threads that will be allocated to an application to prevent a buggy/untested application to bring the whole application server to its knees. (But surely all apps have been tested not to do anything like that.... ;) )

无悔心 2024-10-14 01:15:42

除了修改默认分配算法之外,如果您使用外部 JMS 提供程序(例如 IBM MQ)并且需要一次处理超过 16 条消息,那么工作管理器也很有用。

Outside of modifying the default allocation algorithms, the Work Manager is also useful if you are using a Foreign JMS Provider (such as IBM MQ) and need to process more than 16 messages at a time.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文