WAS6.1中停止、立即停止和终止之间的区别

发布于 2024-08-12 06:48:34 字数 93 浏览 7 评论 0原文

对于 Websphere Application Server 实例,“停止”、“立即停止”和“终止”之间有什么区别? 特别是在当时正在进行的请求和正在进行的交易的背景下。

What is the difference between "Stop", "Immediate Stop" and "Terminate" in case of a Websphere Application Server instance.
Specifically in the context of in-flight requests and in-flight transactions at the time.

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

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

发布评论

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

评论(2

七堇年 2024-08-19 06:48:34

停止,尝试通过让所有进程完成并关闭所有通信来停止服务器。

立即停止:停止服务器,但绕过正常的服务器静默过程,该过程允许在关闭整个服务器进程之前完成正在进行的请求。这种关闭模式比正常的服务器停止处理速度更快,但某些应用程序客户端可能会收到异常。

终止:只需终止应用程序并稍后处理问题:-)

Stop, trys to stop the server by letting all processes finish and shutting down all communication.

Immediate stop: Stops the server, but bypasses the normal server quiesce process that would allow in-flight requests to complete before shutting down the whole server process. This shutdown mode is faster than the normal server stop processing, but some application clients may receive exceptions.

Terminate: Just kill the app and deal with problems later :-)

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