JP6549663B2 - ミドルウェアマシン環境においてマルチノードアプリケーションのためのメッセージキューを提供および管理するためのシステムおよび方法 - Google Patents
ミドルウェアマシン環境においてマルチノードアプリケーションのためのメッセージキューを提供および管理するためのシステムおよび方法 Download PDFInfo
- Publication number
- JP6549663B2 JP6549663B2 JP2017170445A JP2017170445A JP6549663B2 JP 6549663 B2 JP6549663 B2 JP 6549663B2 JP 2017170445 A JP2017170445 A JP 2017170445A JP 2017170445 A JP2017170445 A JP 2017170445A JP 6549663 B2 JP6549663 B2 JP 6549663B2
- Authority
- JP
- Japan
- Prior art keywords
- message
- shared memory
- queue
- client
- server
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Active
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/46—Multiprogramming arrangements
- G06F9/54—Interprogram communication
- G06F9/544—Buffers; Shared memory; Pipes
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/46—Multiprogramming arrangements
- G06F9/54—Interprogram communication
- G06F9/546—Message passing systems or structures, e.g. queues
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F2209/00—Indexing scheme relating to G06F9/00
- G06F2209/54—Indexing scheme relating to G06F9/54
- G06F2209/548—Queue
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Multi Processors (AREA)
- Computer And Data Communications (AREA)
Description
この特許文書の開示の一部は、著作権の保護下にある内容を含む。著作権所有者は、特許商標庁の特許ファイルまたは記録に現れるので、誰でも当該特許文書または特許開示を複製することについて異議を唱えないが、そうでなければ如何なる場合でもすべての著作権を留保する。
この発明は、概して、ミドルウェアなどのコンピュータシステムおよびソフトウェアに関し、特に、トランザクションミドルウェアマシン環境をサポートすることに関する。
トランザクションミドルウェアシステムまたはトランザクション指向のミドルウェアは、構成内におけるさまざまなトランザクションを処理することのできるエンタープライズアプリケーションサーバを含む。高性能ネットワークおよびマルチプロセッサコンピュータなどの新技術の開発に伴い、トランザクションミドルウェアの性能をさらに向上させる必要がある。これらは、概して、本発明の実施形態が対処するよう意図された分野である。
ミドルウェアマシン環境においてメッセージキューを設けるためのシステムおよび方法をこの明細書中に記載する。トランザクションミドルウェアマシン環境は、メッセージ受信側にメッセージ制御データ構造と、共有メモリ内に、メッセージ受信側に関連付けられるヒープデータ構造とを含む。メッセージ送信側は、メッセージをヒープデータ構造にダイレクトに書込み、メッセージ制御データ構造においてメッセージに関連付けられるメタデータを維持するよう動作する。さらに、ミドルウェアマシン環境は、メッセージ受信側に共有メモリを含む。共有メモリは、ミドルウェアマシン環境のための1つ以上のメッセージキューを維持する。加えて、ミドルウェアマシン環境はデーモンプロセスを含む。このデーモンプロセスは、メッセージの送信および受信をサポートするよう少なくとも1つのメッセージキューが設定されることをクライアントが要求する場合、共有メモリにおいて少なくとも1つのメッセージキューを作成することができる。
トランザクションミドルウェアマシン環境において複数のプロセッサを備えた高速マシンおよび高性能ネットワーク接続を活用することのできるトランザクションミドルウェアシステムを、サポートするためのシステムおよび方法をこの明細書中に記載する。当該システムは、リングバッファ(円形のキュー)に基づいたデータ構造を用いてマルチノードアプリケーションのためのメッセージキューを設けることができる。当該システムは、リーダ上に第1のリング構造とライタ上に第2のリング構造とを備えたリモートリング構造を含む。第1のリング構造および第2のリング構造の各々は、ヘッドポインタおよびテールポインタを有する。ライタは、リモートリングにメッセージを書込むよう動作すると、第1のリング構造および第2のリング構造の両方のためにヘッドポインタと、リモートリング構造におけるデータとを更新し得る。リーダは、リモートリングからメッセージを読取るよう動作すると、第1のリング構造および第2のリング構造の両方のためにテールポインタを更新し得る。加えて、メッセージをヒープデータ構造に記憶させることができ、メッセージに関連付けられるメタデータをリモートリング構造に記憶させることができる。
gic」と称される本発明の実施形態に従うと、当該システムは、Oracle Middleware SW suiteまたはWeblogicといったミドルウェアまたはアプリケーションサーバソフトウェアをホストするための、展開が容易なソリューションである。本願明細書に記載されるように、当該システムは、1つ以上のサーバと、ストレージユニットと、ストレージネットワーキングのためのIBファブリックと、ミドルウェアアプリケーションをホストするのに必要な他のすべてのコンポーネントとを含む「グリッド・イン・ア・ボックス(grid in a box)」である。たとえばReal Appli
cation ClustersおよびExalogic open storageを用いて大規模並列グリッドアーキテクチャを活用することにより、すべてのタイプのミドルウェアアプリケーションのために有意な性能が与えられ得る。このシステムは、線形のI/Oスケーラビリティとともに向上した性能を与え、使用および管理が簡潔であり、ミッションクリティカルな可用性および信頼性を与える。
本発明の実施形態に従うと、メッセージ通信キューなどのメッセージ通信ソフトウェアは、リモートダイレクトメモリアクセス(RDMA)プロトコルを用いてIBネットワークなどの高性能ネットワークを活用し得る。RDMAプロトコルは、メッセージ送信側が
、リモートマシン上のプロセスを起動させる必要なしに、OSカーネルをバイパスしてメモリにダイレクトアクセスすることを可能にする。
メッセージ制御構造105に提供することができる。次いで、受信側のプロセスはメッセージの配信を待つことができる。たとえば、メッセージが来ることを予想しているプロセスは、メッセージ送信側によって起動されるまでスリープ状態であってもよい。
本発明の実施形態に従うと、リングバッファ(円形のキュー)に基づいたデータ構造は、このシステムのバックボーンになり得る。簡素化された場合には、このリング構造は先入れ先出し(first-in first-out:FIFO)キューとして機能し得る。
より、ヘッドポインタおよびテールポインタをともに確実に一方向のみに移動させる。
本発明の実施形態に従うと、ミドルウェアマシン環境におけるさまざまなクライアント上の複数のメッセージ送信側はミドルウェアマシン環境におけるサーバマシン上のメッセージキューに同時にアクセスすることができる。
本発明の実施形態に従うと、分散型トランザクションシステムは、クライアントが利用可能なサーバに作業を委託することを可能にするサーバ−クライアントモデルを用いることができる。クライアントは、作業が終わると結果を得ることができる。作業の委託およびその完了はメッセージキューを用いて伝えることができる。System Vメッセージキューは、オラクルTuxedo環境などの分散型トランザクション環境において単独のマシン上で作業の委託および完了を処理する効率的な方法を提供する。さらに、System Vメッセージキューは、複数のマシン間での作業を共有するために拡張させるこ
とができる。
本発明の実施形態に従うと、Tuxedoシステムなどのトランザクションミドルウェアシステムは、Exalogicミドルウェアマシンなどの複数のプロセッサを備えた高速マシンおよび高性能ネットワーク接続を利用することができる。
ノードのメッセージキューは、リモートリング構造を用いてメッセージキューを表わすことができる。リモートリング構造は、リーダ側で維持される1つのリング構造608とライタ側で維持される別のリング構造605とを含む2つの標準的なリング構造上にある。ローカルマシンすなわちマシンA 601上のメッセージ送信側603は、たとえばRDMAプロトコル620を用いて、リモートマシンすなわちマシンB 602上のメッセージ受信側604にメッセージを送信することができる。
更新している間、たとえば、get_next_slot/allocate ring slotを実行しているときに、例外的に終了させることができる。回復メカニズムを用いてプロセスの終了(death)を
検出し、メタデータを一定の状態にして、他のプロセスが依然として同じキュー上で動作できるようにする。
本発明の実施形態に従うと、ミドルウェアマシン環境におけるサーバノード上のデーモンプロセスは、共有メモリにおいてメッセージキューを作成および管理するのに用いることができる。
ライアントが特定のプロセスに関連付けられたクライアントマシンの専用メモリにおいてキューまたは制御構造を作成すると決めた場合、システムは、クライアント上の制御構造にアクセスするためにクライアントマシンおよびリモートマシン上の他のプロセスを妨害することができる。このことは有益となり得る。なぜなら、いくつかのメッセージが顧客の財務情報などの機密に関わる情報を含む可能性があるからである。
本発明の実施形態に従うと、ミドルウェアマシン環境においてメッセージキューを保護するのにセキュリティモデルを用いることができる。
Claims (10)
- ミドルウェアマシン環境においてメッセージキューを管理するためのシステムであって、
前記ミドルウェアマシン環境において提供される複数のマシンを備え、
メッセージ受信側のマシンであるメッセージサーバは、共有メモリを含み、前記共有メモリは前記ミドルウェアマシン環境において1つ以上のメッセージキューを維持し、前記共有メモリは他のマシンからアクセス可能であり、
前記メッセージサーバは、その上で実行されるデーモンプロセスを含み、
前記デーモンプロセスは、
メッセージの送信および受信をサポートするための少なくとも1つのメッセージキューが設定されることを他のいずれかのマシンであるクライアントが要求した場合、前記共有メモリ内に前記クライアントと通信するための少なくとも1つのメッセージキューを作成し、
前記メッセージサーバ上の前記共有メモリ内に前記メッセージキューが作成されると、前記メッセージサーバ上でセキュリティトークンを作成し、前記セキュリティトークンは、前記クライアントがリモートダイレクトメモリアクセス(RDMA)プロトコルを用いてメッセージを前記共有メモリの前記メッセージキューに書込む際に要求される、システム。 - 前記クライアント上のさまざまなプロセスが、少なくとも1つのプロキシを用いて前記メッセージサーバと通信するよう動作する、請求項1に記載のシステム。
- 前記デーモンプロセスはさらに、第1のセキュリティ保護されたネットワークを介して前記メッセージサーバから前記クライアントに前記セキュリティトークンを送信することができる、請求項2に記載のシステム。
- 前記デーモンプロセスはさらに、前記クライアントが前記セキュリティトークンを用いて前記共有メモリ内の前記メッセージキューにメッセージを送信することを管理する、請求項3に記載のシステム。
- 前記デーモンプロセスは、前記メッセージサーバ上におけるローカルなメッセージ通信のためにローカルメッセージキューを作成および保存することができる、請求項1〜4のいずれか1項に記載のシステム。
- 前記ローカルメッセージキューは、前記共有メモリ以外のメモリ上に作成される、請求項5に記載のシステム。
- 前記メッセージサーバ上で実行されるローカルサーバプロセスは、前記ローカルメッセージキューおよび前記共有メモリ内に作成される少なくとも1つのメッセージキューの両方からメッセージを受信するよう動作する、請求項5に記載のシステム。
- 前記クライアントは、前記メッセージキューを前記共有メモリ内または前記クライアントが有している専用メモリ上で作成できるか否かを判断することができる、請求項1〜7のいずれか1項に記載のシステム。
- 前記メッセージサーバの前記デーモンプロセスで中断が起こった場合、前記クライアントは、前記デーモンプロセスの回復を待つことなく、前記メッセージサーバ上の前記共有メモリに対する書込み動作を実行し続けることができる、請求項1〜8のいずれか1項に記載のシステム。
- 複数のマシンが提供されるミドルウェアマシン環境においてメッセージキューを管理するための方法であって、
メッセージ受信側のマシンであるメッセージサーバに共有メモリを提供するステップを含み、前記共有メモリは他のマシンからアクセス可能であり、前記共有メモリは前記ミドルウェアマシン環境において1つ以上のメッセージキューを維持し、前記方法はさらに、
メッセージの送信および受信をサポートするための少なくとも1つのメッセージキューが設定されることを他のいずれかのマシンであるクライアントが要求した場合、前記メッセージサーバ上で実行されるデーモンプロセスが、前記共有メモリ内に前記クライアントと通信するための少なくとも1つのメッセージキューを作成するステップと、
前記メッセージサーバ上の前記共有メモリ内に前記メッセージキューが作成されると、前記メッセージサーバ上で実行されるデーモンプロセスが、前記メッセージサーバ上でセキュリティトークンを作成するステップとを含み、前記セキュリティトークンは、前記クライアントがリモートダイレクトメモリアクセス(RDMA)プロトコルを用いてメッセージを前記共有メモリの前記メッセージキューに書込む際に要求される、方法。
Applications Claiming Priority (6)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US201161542119P | 2011-09-30 | 2011-09-30 | |
US61/542,119 | 2011-09-30 | ||
US13/572,491 US9996403B2 (en) | 2011-09-30 | 2012-08-10 | System and method for providing message queues for multinode applications in a middleware machine environment |
US13/572,501 | 2012-08-10 | ||
US13/572,491 | 2012-08-10 | ||
US13/572,501 US9558048B2 (en) | 2011-09-30 | 2012-08-10 | System and method for managing message queues for multinode applications in a transactional middleware machine environment |
Related Parent Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2014533333A Division JP6238898B2 (ja) | 2011-09-30 | 2012-09-27 | ミドルウェアマシン環境においてマルチノードアプリケーションのためのメッセージキューを提供および管理するためのシステムおよび方法 |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2017208145A JP2017208145A (ja) | 2017-11-24 |
JP6549663B2 true JP6549663B2 (ja) | 2019-07-24 |
Family
ID=47993694
Family Applications (2)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2014533333A Active JP6238898B2 (ja) | 2011-09-30 | 2012-09-27 | ミドルウェアマシン環境においてマルチノードアプリケーションのためのメッセージキューを提供および管理するためのシステムおよび方法 |
JP2017170445A Active JP6549663B2 (ja) | 2011-09-30 | 2017-09-05 | ミドルウェアマシン環境においてマルチノードアプリケーションのためのメッセージキューを提供および管理するためのシステムおよび方法 |
Family Applications Before (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2014533333A Active JP6238898B2 (ja) | 2011-09-30 | 2012-09-27 | ミドルウェアマシン環境においてマルチノードアプリケーションのためのメッセージキューを提供および管理するためのシステムおよび方法 |
Country Status (7)
Country | Link |
---|---|
US (2) | US9558048B2 (ja) |
EP (1) | EP2761454A1 (ja) |
JP (2) | JP6238898B2 (ja) |
KR (1) | KR102011949B1 (ja) |
CN (1) | CN103827829B (ja) |
IN (1) | IN2014CN01390A (ja) |
WO (1) | WO2013049399A1 (ja) |
Families Citing this family (33)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US9558048B2 (en) * | 2011-09-30 | 2017-01-31 | Oracle International Corporation | System and method for managing message queues for multinode applications in a transactional middleware machine environment |
CN104133728B (zh) * | 2013-12-16 | 2015-07-22 | 腾讯科技(深圳)有限公司 | 一种进程间通讯的方法、及装置 |
US9495325B2 (en) * | 2013-12-30 | 2016-11-15 | International Business Machines Corporation | Remote direct memory access (RDMA) high performance producer-consumer message processing |
US10250519B2 (en) * | 2014-05-21 | 2019-04-02 | Oracle International Corporation | System and method for supporting a distributed data structure in a distributed data grid |
JPWO2016016953A1 (ja) * | 2014-07-29 | 2017-04-27 | 三菱電機株式会社 | 表示操作システム |
GB2532227B (en) * | 2014-11-12 | 2021-10-27 | Arm Ip Ltd | Methods of communication between a remote resource and a data processing device |
US9342384B1 (en) * | 2014-12-18 | 2016-05-17 | Intel Corporation | Function callback mechanism between a central processing unit (CPU) and an auxiliary processor |
US9792248B2 (en) | 2015-06-02 | 2017-10-17 | Microsoft Technology Licensing, Llc | Fast read/write between networked computers via RDMA-based RPC requests |
US10509764B1 (en) * | 2015-06-19 | 2019-12-17 | Amazon Technologies, Inc. | Flexible remote direct memory access |
US10725963B2 (en) | 2015-09-12 | 2020-07-28 | Microsoft Technology Licensing, Llc | Distributed lock-free RDMA-based memory allocation and de-allocation |
US10713210B2 (en) | 2015-10-13 | 2020-07-14 | Microsoft Technology Licensing, Llc | Distributed self-directed lock-free RDMA-based B-tree key-value manager |
US10169116B2 (en) | 2015-10-21 | 2019-01-01 | International Business Machines Corporation | Implementing temporary message queues using a shared medium |
CN105446936B (zh) * | 2015-11-16 | 2018-07-03 | 上海交通大学 | 基于htm和单向rdma操作的分布式哈希表方法 |
US10375167B2 (en) * | 2015-11-20 | 2019-08-06 | Microsoft Technology Licensing, Llc | Low latency RDMA-based distributed storage |
CN105933408B (zh) * | 2016-04-20 | 2019-08-13 | 中国银联股份有限公司 | 一种Redis通用中间件的实现方法及装置 |
US10044595B1 (en) * | 2016-06-30 | 2018-08-07 | Dell Products L.P. | Systems and methods of tuning a message queue environment |
CN107612950B (zh) * | 2016-07-11 | 2021-02-05 | 阿里巴巴集团控股有限公司 | 一种提供服务的方法、装置、系统、电子设备 |
EP3491792B1 (en) * | 2016-07-29 | 2021-02-17 | Hewlett-Packard Enterprise Development LP | Deliver an ingress packet to a queue at a gateway device |
US10313282B1 (en) * | 2016-10-20 | 2019-06-04 | Sprint Communications Company L.P. | Flexible middleware messaging system |
US10198397B2 (en) | 2016-11-18 | 2019-02-05 | Microsoft Technology Licensing, Llc | Flow control in remote direct memory access data communications with mirroring of ring buffers |
CN106789431B (zh) * | 2016-12-26 | 2019-12-06 | 中国银联股份有限公司 | 一种超时监控方法及装置 |
WO2018129706A1 (en) * | 2017-01-13 | 2018-07-19 | Oracle International Corporation | System and method for conditional call path monitoring in a distributed transactional middleware environment |
CN109032821B (zh) * | 2018-08-27 | 2021-12-28 | 百度在线网络技术(北京)有限公司 | 自动驾驶主题消息处理方法、装置、设备及存储介质 |
CN111327511B (zh) * | 2018-12-14 | 2022-04-12 | 北京京东尚科信息技术有限公司 | 即时通讯方法、系统、终端设备与存储介质 |
CN109815029B (zh) * | 2019-01-10 | 2023-03-28 | 西北工业大学 | 一种嵌入式分区操作系统分区间通信的实现方法 |
JP2020154805A (ja) | 2019-03-20 | 2020-09-24 | キオクシア株式会社 | マルチプロセッサシステム及び共有メモリの制御方法 |
CN110109873B (zh) * | 2019-05-08 | 2023-04-07 | 重庆大学 | 一种用于消息队列的文件管理方法 |
US11520572B2 (en) * | 2019-09-13 | 2022-12-06 | Oracle International Corporation | Application of scheduled patches |
CN110955535B (zh) * | 2019-11-07 | 2022-03-22 | 浪潮(北京)电子信息产业有限公司 | 一种多业务请求进程调用fpga设备的方法及相关装置 |
CN111629054B (zh) * | 2020-05-27 | 2022-06-03 | 北京金山云网络技术有限公司 | 消息处理方法、装置、系统、电子设备及可读存储介质 |
CN113626221B (zh) * | 2021-08-10 | 2024-03-15 | 迈普通信技术股份有限公司 | 一种消息入队方法及装置 |
CN113742112B (zh) * | 2021-09-15 | 2024-04-16 | 武汉联影智融医疗科技有限公司 | 心电图像的生成方法、系统和电子装置 |
CN114584566A (zh) * | 2022-02-16 | 2022-06-03 | 深圳金融电子结算中心有限公司 | 基于消息队列的数据处理方法、装置、设备及存储介质 |
Family Cites Families (72)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO1990014629A2 (en) | 1989-05-26 | 1990-11-29 | Massachusetts Institute Of Technology | Parallel multithreaded data processing system |
JPH0520100A (ja) * | 1991-07-11 | 1993-01-29 | Mitsubishi Electric Corp | オペレーテイングシステム |
JPH0721038A (ja) | 1993-06-30 | 1995-01-24 | Hitachi Ltd | プログラム間通信方法 |
JPH07152709A (ja) | 1993-11-30 | 1995-06-16 | Hitachi Ltd | プロセッサ間通信方法 |
US5784615A (en) * | 1994-12-13 | 1998-07-21 | Microsoft Corporation | Computer system messaging architecture |
JPH08212180A (ja) * | 1995-02-08 | 1996-08-20 | Oki Electric Ind Co Ltd | プロセス間通信処理装置 |
US5961651A (en) * | 1996-04-15 | 1999-10-05 | Sun Microsystems, Inc. | Event notification in a computing system having a plurality of storage devices |
US5916307A (en) * | 1996-06-05 | 1999-06-29 | New Era Of Networks, Inc. | Method and structure for balanced queue communication between nodes in a distributed computing application |
US5951657A (en) * | 1996-06-19 | 1999-09-14 | Wisconsin Alumni Research Foundation | Cacheable interface control registers for high speed data transfer |
US6047391A (en) * | 1997-09-29 | 2000-04-04 | Honeywell International Inc. | Method for strong partitioning of a multi-processor VME backplane bus |
US6215792B1 (en) * | 1998-06-30 | 2001-04-10 | Motorola, Inc. | System, device, and method for initial ranging in a communication network |
US6557056B1 (en) | 1998-12-30 | 2003-04-29 | Nortel Networks Limited | Method and apparatus for exchanging data between transactional and non-transactional input/output systems in a multi-processing, shared memory environment |
US6667972B1 (en) * | 1999-01-08 | 2003-12-23 | Cisco Technology, Inc. | Method and apparatus providing multi-service connections within a data communications device |
JP3437933B2 (ja) * | 1999-01-21 | 2003-08-18 | インターナショナル・ビジネス・マシーンズ・コーポレーション | ブラウザ共有方法及びシステム |
US6766358B1 (en) | 1999-10-25 | 2004-07-20 | Silicon Graphics, Inc. | Exchanging messages between computer systems communicatively coupled in a computer system network |
US7970898B2 (en) * | 2001-01-24 | 2011-06-28 | Telecommunication Systems, Inc. | System and method to publish information from servers to remote monitor devices |
US6847991B1 (en) * | 2000-09-06 | 2005-01-25 | Cisco Technology, Inc. | Data communication among processes of a network component |
GB0028237D0 (en) * | 2000-11-18 | 2001-01-03 | Ibm | Method and apparatus for communication of message data |
US20020129172A1 (en) * | 2001-03-08 | 2002-09-12 | International Business Machines Corporation | Inter-partition message passing method, system and program product for a shared I/O driver |
US6985951B2 (en) | 2001-03-08 | 2006-01-10 | International Business Machines Corporation | Inter-partition message passing method, system and program product for managing workload in a partitioned processing environment |
US7248585B2 (en) | 2001-10-22 | 2007-07-24 | Sun Microsystems, Inc. | Method and apparatus for a packet classifier |
US6871265B1 (en) * | 2002-02-20 | 2005-03-22 | Cisco Technology, Inc. | Method and apparatus for maintaining netflow statistics using an associative memory to identify and maintain netflows |
US7822980B2 (en) * | 2002-03-15 | 2010-10-26 | International Business Machines Corporation | Authenticated identity propagation and translation within a multiple computing unit environment |
US7330927B1 (en) * | 2003-05-07 | 2008-02-12 | Avago Technologies General Ip (Singapore) Pte. Ltd. | Apparatus and methodology for a pointer manager |
WO2004107673A1 (en) | 2003-05-27 | 2004-12-09 | International Business Machines Corporation | System for defining an alternate channel routing mechanism in a messaging middleware environment |
GB0328576D0 (en) | 2003-12-10 | 2004-01-14 | Ibm | Method and apparatus for browsing a list of data items |
US7953903B1 (en) | 2004-02-13 | 2011-05-31 | Habanero Holdings, Inc. | Real time detection of changed resources for provisioning and management of fabric-backplane enterprise servers |
US20050251856A1 (en) * | 2004-03-11 | 2005-11-10 | Aep Networks | Network access using multiple authentication realms |
JP2005284840A (ja) | 2004-03-30 | 2005-10-13 | Matsushita Electric Ind Co Ltd | メッセージ通信回路、メッセージ送信方法、メッセージ管理方法、およびメッセージ通信システム |
US7613813B2 (en) * | 2004-09-10 | 2009-11-03 | Cavium Networks, Inc. | Method and apparatus for reducing host overhead in a socket server implementation |
US7546613B2 (en) * | 2004-09-14 | 2009-06-09 | Oracle International Corporation | Methods and systems for efficient queue propagation using a single protocol-based remote procedure call to stream a batch of messages |
US7882317B2 (en) * | 2004-12-06 | 2011-02-01 | Microsoft Corporation | Process isolation using protection domains |
CA2594036A1 (en) | 2005-01-06 | 2006-07-13 | Tervela, Inc. | Intelligent messaging application programming interface |
US7987306B2 (en) * | 2005-04-04 | 2011-07-26 | Oracle America, Inc. | Hiding system latencies in a throughput networking system |
KR100725066B1 (ko) | 2005-08-02 | 2007-06-08 | 한미아이티 주식회사 | 다수의 클라이언트와의 데이터 통신을 위한 시스템 서버 및데이터 처리 방법 |
US8196150B2 (en) | 2005-10-07 | 2012-06-05 | Oracle International Corporation | Event locality using queue services |
US8255455B2 (en) * | 2005-12-30 | 2012-08-28 | Sap Ag | Method and system for message oriented middleware virtual provider distribution |
US7464121B2 (en) | 2006-01-06 | 2008-12-09 | International Business Machines Corporation | Apparatus for sending a sequence of asynchronous messages to the same member of a clustered consumer |
JP2007304786A (ja) | 2006-05-10 | 2007-11-22 | Nec Corp | コンピュータ装置間のホストメモリコピー方法、コンピュータ装置、およびコンピュータプログラム |
US8122144B2 (en) | 2006-06-27 | 2012-02-21 | International Business Machines Corporation | Reliable messaging using redundant message streams in a high speed, low latency data communications environment |
US7996583B2 (en) * | 2006-08-31 | 2011-08-09 | Cisco Technology, Inc. | Multiple context single logic virtual host channel adapter supporting multiple transport protocols |
US7609703B2 (en) | 2006-09-15 | 2009-10-27 | Hewlett-Packard Development Company, L.P. | Group communication system and method |
US7949815B2 (en) | 2006-09-27 | 2011-05-24 | Intel Corporation | Virtual heterogeneous channel for message passing |
US7921427B2 (en) | 2007-03-27 | 2011-04-05 | Oracle America, Inc. | Method and system for processing messages in an application cluster |
JP2009199365A (ja) * | 2008-02-21 | 2009-09-03 | Funai Electric Co Ltd | マルチタスク処理システム |
US8849988B2 (en) * | 2008-11-25 | 2014-09-30 | Citrix Systems, Inc. | Systems and methods to monitor an access gateway |
JP2010165022A (ja) | 2009-01-13 | 2010-07-29 | Ricoh Co Ltd | プロセッサ間通信装置、プロセッサ間通信方法、プログラムおよび記録媒体 |
US20100250684A1 (en) * | 2009-03-30 | 2010-09-30 | International Business Machines Corporation | High availability method and apparatus for shared resources |
JP2011008678A (ja) | 2009-06-29 | 2011-01-13 | Hitachi Ltd | データ転送装置及びコンピュータシステム |
US20110030039A1 (en) | 2009-07-31 | 2011-02-03 | Eric Bilange | Device, method and apparatus for authentication on untrusted networks via trusted networks |
WO2011045919A1 (ja) * | 2009-10-15 | 2011-04-21 | 日本電気株式会社 | 分散システム、通信手段選択方法および通信手段選択プログラム |
US9094210B2 (en) * | 2009-10-26 | 2015-07-28 | Citrix Systems, Inc. | Systems and methods to secure a virtual appliance |
CN101719960B (zh) | 2009-12-01 | 2012-07-11 | 中国电信股份有限公司 | 通信装置和cdma终端 |
US8819701B2 (en) | 2009-12-12 | 2014-08-26 | Microsoft Corporation | Cloud computing monitoring and management system |
US8667575B2 (en) * | 2009-12-23 | 2014-03-04 | Citrix Systems, Inc. | Systems and methods for AAA-traffic management information sharing across cores in a multi-core system |
US9081501B2 (en) * | 2010-01-08 | 2015-07-14 | International Business Machines Corporation | Multi-petascale highly efficient parallel supercomputer |
US8516220B2 (en) | 2010-05-11 | 2013-08-20 | Intel Corporation | Recording dirty information in software distributed shared memory systems |
US8966450B2 (en) | 2010-06-01 | 2015-02-24 | Red Hat, Inc. | Facilitating the execution of web applications in the cloud |
US8667505B2 (en) * | 2010-09-14 | 2014-03-04 | Microsoft Corporation | Message queue management |
US8738860B1 (en) * | 2010-10-25 | 2014-05-27 | Tilera Corporation | Computing in parallel processing environments |
US8924964B2 (en) * | 2010-11-01 | 2014-12-30 | Microsoft Corporation | Dynamic allocation and assignment of virtual environment |
US8595715B2 (en) * | 2010-12-31 | 2013-11-26 | International Business Machines Corporation | Dynamic software version selection |
US9100443B2 (en) * | 2011-01-11 | 2015-08-04 | International Business Machines Corporation | Communication protocol for virtual input/output server (VIOS) cluster communication |
US8839267B2 (en) | 2011-02-21 | 2014-09-16 | Universidade Da Coruna-Otri | Method and middleware for efficient messaging on clusters of multi-core processors |
US9141527B2 (en) | 2011-02-25 | 2015-09-22 | Intelligent Intellectual Property Holdings 2 Llc | Managing cache pools |
US8677031B2 (en) * | 2011-03-31 | 2014-03-18 | Intel Corporation | Facilitating, at least in part, by circuitry, accessing of at least one controller command interface |
US8533734B2 (en) | 2011-04-04 | 2013-09-10 | International Business Machines Corporation | Application programming interface for managing time sharing option address space |
US20120331153A1 (en) | 2011-06-22 | 2012-12-27 | International Business Machines Corporation | Establishing A Data Communications Connection Between A Lightweight Kernel In A Compute Node Of A Parallel Computer And An Input-Output ('I/O') Node Of The Parallel Computer |
US8806269B2 (en) | 2011-06-28 | 2014-08-12 | International Business Machines Corporation | Unified, workload-optimized, adaptive RAS for hybrid systems |
US10216553B2 (en) * | 2011-06-30 | 2019-02-26 | International Business Machines Corporation | Message oriented middleware with integrated rules engine |
KR101515359B1 (ko) * | 2011-09-30 | 2015-04-29 | 인텔 코포레이션 | 시스템 코-프로세서에 대한 직접 i/o 액세스 |
US9558048B2 (en) * | 2011-09-30 | 2017-01-31 | Oracle International Corporation | System and method for managing message queues for multinode applications in a transactional middleware machine environment |
-
2012
- 2012-08-10 US US13/572,501 patent/US9558048B2/en active Active
- 2012-08-10 US US13/572,491 patent/US9996403B2/en active Active
- 2012-09-27 CN CN201280047474.0A patent/CN103827829B/zh active Active
- 2012-09-27 JP JP2014533333A patent/JP6238898B2/ja active Active
- 2012-09-27 WO PCT/US2012/057634 patent/WO2013049399A1/en active Application Filing
- 2012-09-27 IN IN1390CHN2014 patent/IN2014CN01390A/en unknown
- 2012-09-27 EP EP12773178.4A patent/EP2761454A1/en not_active Ceased
- 2012-09-27 KR KR1020147009464A patent/KR102011949B1/ko active IP Right Grant
-
2017
- 2017-09-05 JP JP2017170445A patent/JP6549663B2/ja active Active
Also Published As
Publication number | Publication date |
---|---|
JP6238898B2 (ja) | 2017-11-29 |
EP2761454A1 (en) | 2014-08-06 |
IN2014CN01390A (ja) | 2015-05-08 |
CN103827829A (zh) | 2014-05-28 |
WO2013049399A1 (en) | 2013-04-04 |
US20130086199A1 (en) | 2013-04-04 |
JP2014531687A (ja) | 2014-11-27 |
KR20140069126A (ko) | 2014-06-09 |
US9996403B2 (en) | 2018-06-12 |
US9558048B2 (en) | 2017-01-31 |
US20130086183A1 (en) | 2013-04-04 |
CN103827829B (zh) | 2017-03-22 |
JP2017208145A (ja) | 2017-11-24 |
KR102011949B1 (ko) | 2019-08-19 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP6549663B2 (ja) | ミドルウェアマシン環境においてマルチノードアプリケーションのためのメッセージキューを提供および管理するためのシステムおよび方法 | |
US7949815B2 (en) | Virtual heterogeneous channel for message passing | |
US8655962B2 (en) | Shared address collectives using counter mechanisms | |
US20080065835A1 (en) | Offloading operations for maintaining data coherence across a plurality of nodes | |
AU2014200239B2 (en) | System and method for multiple sender support in low latency fifo messaging using rdma | |
US11792272B2 (en) | Establishment of socket connection in user space | |
US6944863B1 (en) | Queue bank repository and method for sharing limited queue banks in memory | |
US20210397492A1 (en) | Establishment of queue between threads in user space | |
KR102059121B1 (ko) | 트랜잭셔널 미들웨어 머신 환경에서 컴플렉스 메시지 헤더를 지원하기 위한 시스템 및 방법 | |
EP2845110B1 (en) | Reflective memory bridge for external computing nodes | |
CN118069387A (zh) | 一种基于硬件多线程的rdma数据发送队列管理方法及装置 | |
JP6151699B2 (ja) | トランザクショナルミドルウェアマシン環境において異なるメッセージキューをサポートするためのシステムおよび方法 | |
US20070079077A1 (en) | System, method, and computer program product for shared memory queue | |
US7130936B1 (en) | System, methods, and computer program product for shared memory queue | |
JP2014528612A5 (ja) | ||
US7929526B2 (en) | Direct messaging in distributed memory systems | |
AU2010201275A1 (en) | A high performance and low latency messaging system | |
Ong | Network virtual memory | |
JPH0581210A (ja) | クラスタ・マルチプロセツサ協調処理方法 | |
Alves et al. | Scalable multithreading in a low latency Myrinet cluster | |
Geweke et al. | An Evaluation of the DEC Memory Channel |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20171005 |
|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20171005 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20171010 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20180822 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20180905 |
|
A601 | Written request for extension of time |
Free format text: JAPANESE INTERMEDIATE CODE: A601 Effective date: 20181205 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20181219 |
|
TRDD | Decision of grant or rejection written | ||
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20190604 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20190627 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 6549663 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |