首页> 外文期刊>Java Developer's Journal >Designing Custom Multithreading Frameworks in J2EE Containers
【24h】

Designing Custom Multithreading Frameworks in J2EE Containers

机译:在J2EE容器中设计自定义多线程框架

获取原文
获取原文并翻译 | 示例

摘要

A custom multithreading framework is an efficient way to improve the performance of Java applications. It uses an asynchronous parallel pattern to implement the business process. However, its traditional Java thread-based implementation shouldn't be used in applications hosted in a J2EE Application Server because the threads in that framework are beyond the control of the J2EE Container. This article will discuss an intelligent solution for implementing custom multithreading by using message-driven beans. This message-driven bean based multithreading framework enables the J2EE container to manage threads and multiple MDBs to execute the business logic in parallel.
机译:定制多线程框架是提高Java应用程序性能的有效方法。它使用异步并行模式来实现业务流程。但是,不应在J2EE应用服务器中托管的应用程序中使用其传统的基于Java线程的实现,因为该框架中的线程不受J2EE容器的控制。本文将讨论一种智能解决方案,该解决方案通过使用消息驱动的bean来实现自定义多线程。这种基于消息驱动的Bean的多线程框架使J2EE容器可以管理线程,并可以使用多个MDB并行执行业务逻辑。

著录项

相似文献

  • 外文文献
  • 中文文献
  • 专利
获取原文

客服邮箱:kefu@zhangqiaokeyan.com

京公网安备:11010802029741号 ICP备案号:京ICP备15016152号-6 六维联合信息科技 (北京) 有限公司©版权所有
  • 客服微信

  • 服务号