JP3488827B2 - Network system and communication method thereof - Google Patents

Network system and communication method thereof

Info

Publication number
JP3488827B2
JP3488827B2 JP12705898A JP12705898A JP3488827B2 JP 3488827 B2 JP3488827 B2 JP 3488827B2 JP 12705898 A JP12705898 A JP 12705898A JP 12705898 A JP12705898 A JP 12705898A JP 3488827 B2 JP3488827 B2 JP 3488827B2
Authority
JP
Japan
Prior art keywords
terminal
endian
data
format
endian format
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.)
Expired - Fee Related
Application number
JP12705898A
Other languages
Japanese (ja)
Other versions
JPH11328049A (en
Inventor
清一 田村
民生 飯塚
健二 松崎
強 松野
久雄 菊池
洋 綿谷
秀樹 外岡
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Hitachi Ltd
Original Assignee
Hitachi Ltd
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP12705898A priority Critical patent/JP3488827B2/en
Publication of JPH11328049A publication Critical patent/JPH11328049A/en
Application granted granted Critical
Publication of JP3488827B2 publication Critical patent/JP3488827B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Communication Control (AREA)
  • Computer And Data Communications (AREA)

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【発明の属する技術分野】本発明は、複数の端末を接続
したネットワークシステムにおいて、各端末のデータ表
現形式がビッグエンディアン形式とリトルエンディアン
形式とが混在するシステムの通信方法に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a communication method for a network system in which a plurality of terminals are connected and the data representation format of each terminal coexists with a big endian format and a little endian format.

【0002】[0002]

【従来の技術】近年、ネットワークのグローバル化が進
むとともに、様々なアーキテクチャの端末がネットワー
クに接続されている。今や同一のアーキテクチャの端末
がネットワークシステムを構成することは希なケースと
なっている。またデバイスの分野までインテリジェント
化が進むにつれて、今後更に様々なアーキテクチャをも
つ端末でネットワークを構成する形態が主流となる傾向
にある。
2. Description of the Related Art In recent years, with the globalization of networks, terminals of various architectures are connected to the networks. Nowadays, it is a rare case that terminals with the same architecture form a network system. In addition, as the field of devices is becoming more intelligent, the form of networks that consist of terminals with various architectures will become mainstream.

【0003】端末のCPUのアーキテクチャには、1単
位が複数バイトで構成されるデータを表現したりメモリ
に格納する際、データを最大位桁から並べるビッグエン
ディアン形式と最小位桁から並べるリトルエンディアン
形式の2通りの形式がある。端末がビッグエンディアン
かリトルエンディアンであるかは、その特定の端末内に
閉じた処理を行う上ではあまり問題にならないが、ビッ
グエンディアンの端末とリトルエンディアンの端末間で
通信や資源を共有する場合、一方の端末のエンディアン
形式に従って表現されているデータは、異なったエンデ
ィアン形式の端末によって誤解されるため、例えばネッ
トワーク通信時は全てビッグエンディアン形式に統一す
るなど、データ表現方法をシステムで取り決め、全ての
端末がそのデータ形式に一律して変換し処理していた。
In the architecture of the CPU of the terminal, when representing data composed of a plurality of bytes in one unit or storing it in a memory, the big endian format in which data is arranged from the most significant digit and the little endian format in which data is arranged from the least significant digit. There are two formats. Whether the terminal is big-endian or little-endian does not matter much in performing closed processing within that particular terminal, but when sharing communication or resources between a big-endian terminal and a little-endian terminal, Since the data expressed according to the endian format of one terminal is misunderstood by the terminals of different endian formats, for example, all the network communication is unified to the big endian format. The terminal uniformly converted and processed the data format.

【0004】例えば、インターネットプロトコルでは、
ネットワーク上のエンディアン形式をビッグエンディア
ン形式と静的に決められている。このためリトルエンデ
ィアンの端末は無条件にビッグエンディアン形式に変換
しデータ送信を行う。これはリトルエンディアン形式の
端末しか接続されていないネットワークシステムにおい
ても同様である。
For example, in the Internet Protocol,
The endian format on the network is statically defined as the big endian format. Therefore, little-endian terminals unconditionally convert to big-endian format for data transmission. This also applies to a network system to which only a little endian type terminal is connected.

【0005】しかし、上記の方法はいずれもデータ通信
の度に、データ形式の変換処理が行われるため、通信デ
ータ量が膨大なシステムでは、その累積処理時間は無視
できないものとなりデータ通信効率が低下し、システム
のスループットが低下するという欠点があった。
However, in any of the above methods, since the data format conversion process is performed every time data communication is performed, in a system with a large amount of communication data, the cumulative processing time cannot be ignored and the data communication efficiency is reduced. However, there is a drawback that the throughput of the system is reduced.

【0006】そのため、特開平7−219823 号公報に記載
のように、クライアントのエンディアンをサーバに記憶
しておき、サーバ側ではクライアント側のエンディアン
が異なる場合にエンディアンの変換を行う技術があっ
た。
Therefore, as described in Japanese Patent Laid-Open No. 7-219823, there is a technique of storing the endian of the client in the server and converting the endian on the server side when the endian of the client is different.

【0007】[0007]

【発明が解決しようとする課題】上記した従来のエンデ
ィアン形式変換方法は、分散システムを構成する端末の
処理性能等を考慮せず、静的に変換する対象端末を決定
している。しかし、複数の端末間でデータをやり取りし
て処理を進める分散処理システム、特に、複数の端末に
対して同報通信によりデータを送るような分散処理シス
テムにおいては、データを受け取る側のエンディアンが
一致しているとは限らない。
The above-mentioned conventional endian format conversion method determines the target terminal to be statically converted without considering the processing performance of the terminals constituting the distributed system. However, in a distributed processing system in which data is exchanged between multiple terminals to perform processing, particularly in a distributed processing system in which data is sent to multiple terminals by broadcast communication, the endian on the data receiving side is I'm not always doing it.

【0008】そして、分散システム内の端末は、CPU
性能が全て高速であるとは限らず、システムの用途,費
用に応じて様々な端末が使用されているため、処理性能
の遅い端末がエンディアン形式を変換することによる処
理時間の遅延が発生し、データの取り漏れ等を誘発する
可能性が非常に大きく、ひいてはデータ通信効率が低下
し、分散システム全体のスループットが低下することに
なる。
The terminals in the distributed system are CPUs.
Not all performance is high-speed, and various terminals are used depending on the application and cost of the system, so a terminal with slow processing performance causes a delay in processing time due to conversion of endian format, There is a very high possibility of causing omission of data, which in turn lowers data communication efficiency and lowers the throughput of the entire distributed system.

【0009】本発明は、エンディアンの形式が異なる端
末で構成される分散システム環境において同報通信を行
う場合に、同報通信グループ内の端末の重要度,処理性
能等を考慮して通信データのエンディアン形式を動的に
決定することで、各端末で無駄なエンディアン形式の変
換処理を不要とし、端末と通信データのエンディアン形
式の変換処理時間を分散システム全体で低減,最適化
し、通信効率と分散システムのスループットを向上する
ことにある。また、同報通信グループ内の端末構成が変
化しても動的に同報通信グループ内の通信データのエン
ディアン形式を決定し、最適なエンディアン形式変換を
行える。
According to the present invention, when performing broadcast communication in a distributed system environment composed of terminals having different endian formats, the importance of the terminals in the broadcast communication group, the processing performance, etc. are taken into consideration. Dynamically determining the endian format eliminates unnecessary endian format conversion processing at each terminal, reduces and optimizes the endian format conversion processing time between terminals and communication data in the entire distributed system, and improves communication efficiency and distribution. It is to improve the throughput of the system. Further, even if the terminal configuration in the broadcast communication group changes, the endian format of the communication data in the broadcast communication group can be dynamically determined and the optimum endian format conversion can be performed.

【0010】[0010]

【課題を解決するための手段】本発明によれば、前記課
題は、同報通信グループ内で取り決められた重み付け値
を各端末で設定し、その重み付け値及びエンディアン形
から同報通信グループ内で使用する通信データのエン
ディアン形式を決定することにより達成される。
According to the present invention, the above object is to set a weighting value negotiated in a broadcast group at each terminal, and to set the weighting value and the endian type.
This is achieved by determining the endian format of the communication data used in the broadcast group from the formula .

【0011】 そして、同報通信グループ内で取り決め
られた通信データのエンディアン形式を決定するための
重み付け値を保持し、該重み付け値及びエンディアン形
を同報通信グループ内の端末へ送信し、同報通信グル
ープの端末から該重み付け値及びエンディアン形式を受
信時、その重み付け値及びエンディアン形式から同報通
信グループ内で使用する通信データのエンディアン形式
を決定し、端末が同報通信のデータを送受信する際に、
自端末のエンディアン形式を同報通信グループ内で決定
した通信データのエンディアン形式に変換し送受信する
ことを特徴とする。
Then, a weighting value for determining an endian format of communication data negotiated in the broadcast communication group is held, and the weighting value and the endian type are held.
When the formula is transmitted to the terminals in the broadcast group and the weighting value and the endian format are received from the terminals in the broadcast group, the endian format of the communication data used in the broadcast group from the weight value and the endian format , And when the terminal sends and receives broadcast data,
The endian format of the terminal itself is converted into the endian format of communication data determined in the broadcast communication group, and the data is transmitted and received.

【0012】 また、同報通信グループ内の端末から定
期的に重み付け値及びエンディアン形式を送信し、その
重み付け値及びエンディアン形式を受信時常に同報通信
グループ内で使用する通信データのエンディアン形式を
決定することを特徴とする。
Further, the weighting value and the endian format are periodically transmitted from the terminals in the broadcast communication group, and when the weighting value and the endian format are received, the endian format of the communication data used in the broadcast communication group is always determined. It is characterized by doing.

【0013】[0013]

【発明の実施の形態】以下、本発明の実施例を説明す
る。
BEST MODE FOR CARRYING OUT THE INVENTION Embodiments of the present invention will be described below.

【0014】図1は、一実施例による通信システムの構
成図である。図1において、端末110,130,13
1,132が、同報通信グループ120に接続されてい
る。各端末は、自端末の重み付け値を重み付け値保持手
段111に保持する。この重み付け値は、同報通信グル
ープ内で取り決められた通信データのエンディアン形式
を決定するために用いられ、各端末の分散システム内に
おける処理性能,通信量,重要度,メモリ容量などを用
いて決定される。各端末の重み付け値は、重み付け値送
信手段112が送信する重み付け値通知データ123に
よって同報通信グループ120内の他端末に通知され
る。同報通信グループ内の他端末から送信された重み付
け値通知データ123は、重み付け値受信手段113で
受信される。受信した重み付け値通知データ123から
取り出された各端末の重み付け値に基づいて、エンディ
アン形式決定手段114が同報通信グループ120内で
使用する通信データ122のエンディアン形式を決定す
る。決定した通信データ122のエンディアン形式は、
エンディアン形式決定値保持手段115に保持される。
端末の固有の業務を処理するアプリケーション118
は、同報通信グループ120内の他の端末との通信を行
って分散処理を進める。そこで、端末同士でデータを送
受信する際、エンディアン形式変換手段116におい
て、自端末の端末内データ121のエンディアン形式と
同報通信グループ120内で決定した通信データ122
のエンディアン形式との変換を必要に応じて行う。エン
ディアン形式を変換したデータは、データ通信手段11
7によって、通信データ122として同報通信グループ
120の他端末に送信される。同報通信グループ120
に接続されている端末130,端末131,端末132
は、端末110と同じ構成となっている。なお、データ
通信手段117は、同報通信グループの他端末から送信
された通信データの受信手段としての機能も有する。ま
たここで同報通信グループとは、互いに同報通信を論理
的又は物理的に送受する端末の集合のことである。
FIG. 1 is a block diagram of a communication system according to an embodiment. In FIG. 1, terminals 110, 130, 13
1, 132 are connected to the broadcast communication group 120. Each terminal holds the weight value of its own terminal in the weight value holding means 111. This weighting value is used to determine the endian format of the communication data negotiated within the broadcast communication group, and is determined using the processing performance, communication volume, importance, memory capacity, etc. of each terminal in the distributed system. To be done. The weight value of each terminal is notified to the other terminals in the broadcast communication group 120 by the weight value notification data 123 transmitted by the weight value transmitting means 112. The weight value notification data 123 transmitted from another terminal in the broadcast communication group is received by the weight value receiving means 113. The endian format determining means 114 determines the endian format of the communication data 122 used in the broadcast communication group 120 based on the weight value of each terminal extracted from the received weight value notification data 123. The endian format of the determined communication data 122 is
It is held in the endian format decision value holding means 115.
An application 118 that handles the specific business of the terminal
Communicates with other terminals in the broadcast communication group 120 to proceed with distributed processing. Therefore, when data is transmitted and received between the terminals, the endian format conversion means 116 determines the endian format of the in-terminal data 121 of the own terminal and the communication data 122 determined in the broadcast communication group 120.
Convert to the endian format of if necessary. The data converted from the endian format is the data communication means 11
7 is transmitted as communication data 122 to another terminal of the broadcast communication group 120. Broadcast group 120
130, 131, 132 connected to the
Has the same configuration as the terminal 110. The data communication unit 117 also has a function as a reception unit of communication data transmitted from another terminal of the broadcast communication group. The broadcast communication group is a set of terminals that send and receive broadcast communication to each other logically or physically.

【0015】図2は、重み付け値保持手段111が保持
するデータの構成を示している。重み付け値保持手段1
11は、同じ同報通信グループに属する端末を識別する
端末番号205と、自端末の端末内データのエンディア
ン形式206と重み付け値207を保持する。図2に示
す例では、図1の端末110は、端末内データのエンデ
ィアン形式206はリトルエンディアンで、その重み付
け値207は3であるということが示されている。な
お、本実施例では各端末の重み付け値207として、各
端末の通信頻度,重要性,メモリ容量がほぼ同一である
と仮定して、端末のCPU性能(MIPS値)208を
採用している。また、本実施例では、重み付け値保持手
段111に同報通信グループに属する他の端末のエンデ
ィアン形式及び重み付け値も格納しているが、自端末以
外のこれらの情報は、重み付け値受信手段もしくはエン
ディアン形式決定手段で管理しても良い。その場合でも
データの構成は同様である。
FIG. 2 shows the structure of data held by the weight value holding means 111. Weight value holding means 1
The reference numeral 11 holds a terminal number 205 for identifying terminals belonging to the same broadcast communication group, an endian format 206 of the in-terminal data of the terminal itself, and a weighting value 207. In the example shown in FIG. 2, the terminal 110 of FIG. 1 shows that the endian format 206 of the data in the terminal is little endian and the weight value 207 is 3. In the present embodiment, the CPU performance (MIPS value) 208 of the terminal is adopted as the weighted value 207 of each terminal, assuming that the communication frequency, importance, and memory capacity of each terminal are almost the same. Further, in the present embodiment, the weighting value holding means 111 also stores the endian format and weighting value of the other terminals belonging to the broadcast communication group, but these pieces of information other than the own terminal are stored in the weighting value receiving means or the endian. It may be managed by a format determining means. Even in that case, the data structure is the same.

【0016】図3に、重み付け値通知データ123のデ
ータフォーマットを示す。各端末の重み付け値送信手段
112は、自端末の端末番号301に重み付け値保持手
段111が保持する端末内データのエンディアン形式3
02と重み付け値303を付加した重み付け値通知デー
タ123を、端末立ち上げ時及びオンライン稼働中、同
報通信グループ120に接続されている全端末に周期的
に送信する。なお、端末番号301とは、図1に示す端
末110,130,131,132にそれぞれユニーク
に付けられた番号を意味する。
FIG. 3 shows a data format of the weight value notification data 123. The weighting value transmitting means 112 of each terminal uses the endian format 3 of the data in the terminal held by the weighting value holding means 111 in the terminal number 301 of its own terminal.
The weight value notification data 123 added with 02 and the weight value 303 is periodically transmitted to all the terminals connected to the broadcast communication group 120 at the time of starting the terminal and during the online operation. The terminal number 301 means a number uniquely assigned to each of the terminals 110, 130, 131 and 132 shown in FIG.

【0017】各端末が送信した重み付け値通知データ
は、同報通信グループ120に接続されている他の端末
の重み付け値受信手段113にて受信され、エンディア
ン形式決定手段114に渡される。
The weighting value notification data transmitted by each terminal is received by the weighting value receiving means 113 of another terminal connected to the broadcast communication group 120 and passed to the endian format determining means 114.

【0018】エンディアン形式決定手段114は、受信
した重み付け値通知データ123に格納されている端末
番号301とその端末の端末内データのエンディアン形
式302,重み付け値303を保持し、過去に受信した
端末毎のエンディアン形式と重み付け値に変化が発生し
た場合、あるいは過去に一度も受信していない端末から
重み付け値通知データ123を受信した場合、図4に示
す処理を実行し通信データのエンディアン形式を決定す
る。
The endian format determining means 114 holds the terminal number 301 stored in the received weight value notification data 123, the endian format 302 and the weight value 303 of the data in the terminal of that terminal, and for each terminal received in the past. If a change occurs in the endian format and the weight value of, or if the weight value notification data 123 is received from a terminal that has not been received in the past, the processing shown in FIG. 4 is executed to determine the endian format of the communication data. .

【0019】エンディアン形式決定手段114におけ
る、同報通信グループ内での通信データのエンディアン
形式を決定する処理を図4を用いて説明する。この処理
は、端末毎の重み付け値をエンディアン形式毎に合計
し、その合計値が低いエンディアン形式を通信データ形
式と決定する処理であり、本実施例の場合、重み付け値
としてCPU処理性能(ここでは、MIPS値)を用い
ているため、処理性能の低いCPUにおける端末内デー
タの形式と通信データの形式を同じ形式とすることによ
り、エンディアン形式の変換処理によるシステム性能の
低下防止を目的としている。
The process of determining the endian format of the communication data in the broadcast communication group in the endian format determining means 114 will be described with reference to FIG. This process is a process of summing the weighting values for each terminal for each endian format, and determining the endian format having the lower total value as the communication data format. In the case of this embodiment, the CPU processing performance (here, as the weighting value) is determined. , MIPS value) is used, the purpose is to prevent the system performance from being degraded by the endian format conversion processing by making the format of the data in the terminal and the format of the communication data in the CPU having low processing performance the same.

【0020】エンディアン形式決定手段114では、ま
ずリトルエンディアン形式の端末重み付け値の合計を格
納する変数Lと、ビッグエンディアン形式の端末重み付
け合計を格納する変数Bを初期化する(401)。次に
自端末及び重み付け値通知データ123により通知され
る他の端末のエンディアン形式と重み付け値を参照し
て、各端末のエンディアン形式がリトルエンディアン形
式かビッグエンディアン形式化を判定し(402)、そ
の端末がリトルエンディアン形式であれば、その端末の
重み付け値を変数Lに加算し(403)、ビッグエンデ
ィアン形式であれば、その端末の重み付け値を変数Bに
加算する(404)。以下、自端末及び重み付け値通知
データ123により通知される他の全ての端末について
エンディアン形式毎に重み付け値の合計を求める(40
5)。この様にして求めた各エンディアン形式毎の重み
付け値合計LとBを比較し、合計が小さい方のエンディ
アン形式を通信データ形式とする(406)。エンディ
アン形式決定手段114で求めた通信データの形式は、
エンディアン形式決定値保持手段115に保持される。
The endian format determining means 114 first initializes a variable L for storing the total of terminal weight values in the little endian format and a variable B for storing the total weight of terminal terminals in the big endian format (401). Next, by referring to the endian format and weight value of the own terminal and the other terminal notified by the weight value notification data 123, it is judged whether the endian format of each terminal is little endian format or big endian format (402), If the terminal is the little endian format, the weight value of the terminal is added to the variable L (403), and if it is the big endian format, the weight value of the terminal is added to the variable B (404). Hereinafter, the sum of weighting values is calculated for each endian format for the terminal itself and all other terminals notified by the weighting value notification data 123 (40
5). The weighting value sums L and B for each endian format thus obtained are compared, and the endian format with the smaller sum is used as the communication data format (406). The format of the communication data obtained by the endian format determining means 114 is
It is held in the endian format decision value holding means 115.

【0021】図2の例に示す端末構成の場合、リトルエ
ンディアン形式の端末は、端末110と132であり、そ
の重み付け値の合計は11となる。一方、ビッグエンデ
ィアン形式の端末は、端末130と131であり、その
重み付け値の合計は20であるから、通信データの形式
はリトルエンディアン形式とされ、エンディアン形式決
定値保持手段に格納される。
In the case of the terminal configuration shown in the example of FIG. 2, the terminals of the little endian format are the terminals 110 and 132, and the total weight value thereof is 11. On the other hand, the terminals of the big endian format are the terminals 130 and 131, and the total of their weighting values is 20, so the format of the communication data is the little endian format and is stored in the endian format decision value holding means.

【0022】次に個々の端末におけるデータ送受信時の
エンディアン形式変換手段116における処理を説明す
る。まず、通信データ受信時の処理を説明する。エンデ
ィアン形式変換手段116は、端末のデータ通信手段1
17が受信した同報通信グループ120の他端末から送
信された通信データ122を、データ通信手段117よ
り渡されると、その受信データのエンディアン形式が、
自端末内データのエンディアン形式と合っているかどう
かを判定し、必要に応じて変換処理を行った後、アプリ
ケーション118にデータを渡す。この時、エンディア
ン形式変換手段116は、まず、重み付け値保持手段1
11が保持する自端末内データのエンディアン形式を取
得する。次にエンディアン形式決定値保持手段115が
保持する通信データ122のエンディアン形式を取得す
る。この2つのエンディアン形式を比較し、一致する場
合は、受信したデータをそのままアプリケーション11
8に渡す。2つのエンディアン形式が一致しなかった場
合は、受信データのエンディアン形式を自端末内データ
のエンディアン形式に変換してアプリケーション118
に渡す。
Next, the processing in the endian format conversion means 116 during data transmission / reception in each terminal will be described. First, the processing when receiving communication data will be described. The endian format conversion means 116 is the data communication means 1 of the terminal.
When the communication data 122 transmitted from another terminal of the broadcast communication group 120 received by 17 is passed from the data communication means 117, the endian format of the received data becomes
It is determined whether or not the data is in the endian format of the data in the terminal itself, the conversion process is performed if necessary, and the data is passed to the application 118. At this time, the endian format conversion means 116 firstly determines the weight value holding means 1
The endian format of the data in the own terminal held by 11 is acquired. Next, the endian format of the communication data 122 held by the endian format decision value holding means 115 is acquired. The two endian formats are compared, and if they match, the received data is directly used by the application 11
Pass to 8. If the two endian formats do not match, the endian format of the received data is converted to the endian format of the data in the local terminal and the application 118
Pass to.

【0023】次に通信データ送信における処理を示す。
各端末のアプリケーション118は、同報通信グループ
120内の他端末への送信データをエンディアン形式変
換手段116に渡す。エンディアン形式変換手段116
では、アプリケーション118より渡された送信データの
エンディアン形式が、エンディアン形式決定手段114で
決定された同報通信グループ120での通信データ形式
と合っているかどうかを判定し、必要に応じてエンディ
アン形式の変換処理を行った後、データ通信手段117
に送信データを渡し、同報通信グループ120内の各端
末へデータ送信を行う。この時、エンディアン形式変換
手段116は、重み付け値保持手段111が保持する自端
末内データのエンディアン形式とエンディアン形式決定
値保持手段115が保持する通信データのエンディアン
形式を取得する。この2つのエンディアン形式を比較
し、一致する場合は、送信データをそのままデータ通信
手段117に渡す。2つのエンディアン形式が一致しな
かった場合は、送信データのエンディアン形式をエンデ
ィアン形式決定値保持手段115が保持する通信データ
のエンディアン形式に変換してデータ通信手段117に
渡す。
Next, a process in transmitting communication data will be described.
The application 118 of each terminal passes the transmission data to another terminal in the broadcast communication group 120 to the endian format conversion means 116. Endian format conversion means 116
Then, it is determined whether the endian format of the transmission data passed from the application 118 matches the communication data format of the broadcast communication group 120 determined by the endian format determining means 114, and the endian format of the endian format is determined as necessary. After performing the conversion process, the data communication means 117
To the respective terminals in the broadcast communication group 120. At this time, the endian format conversion means 116 acquires the endian format of the in-terminal data held by the weight value holding means 111 and the endian format of the communication data held by the endian format decision value holding means 115. The two endian formats are compared, and if they match, the transmission data is passed to the data communication means 117 as it is. If the two endian formats do not match, the endian format of the transmission data is converted to the endian format of the communication data held by the endian format decision value holding means 115 and passed to the data communication means 117.

【0024】上記の処理により、図2に示す例の場合、
端末内のデータ表現形式は、リトルエンディアン形式に
決定されるため、端末110と端末132はエンディア
ンを変換することなくデータを送受信すれば良い。端末
130と端末131は、データ送受信毎にデータのエン
ディアンを変換することが必要となるが、処理性能の低
い端末(端末110)でのエンディアン変換によるデー
タ変換処理時間が低減されるので、分散処理システム全
体でのスループットが向上する。
By the above processing, in the case of the example shown in FIG.
Since the data representation format in the terminals is determined to be the little endian format, the terminals 110 and 132 may send and receive data without converting the endian. The terminal 130 and the terminal 131 need to convert the endian of the data for each data transmission / reception, but since the data conversion processing time by the endian conversion in the terminal (terminal 110) having low processing performance is reduced, the distributed processing is performed. The throughput of the entire system is improved.

【0025】この様に、本実施例では、重み付け値とし
て端末のCPU処理性能を用いることにより、エンディ
アン形式の異なる端末が同報通信グループ内に混在した
分散処理システムにおいて、主に処理性能の高い端末で
エンディアン形式の変換を行うようにして、同報通信グ
ループ内におけるシステム全体としての処理性能,スル
ープットを向上させることが出来る。
As described above, in this embodiment, the CPU processing performance of the terminals is used as the weighting value, so that the processing performance is mainly high in the distributed processing system in which terminals having different endian formats are mixed in the broadcast communication group. By performing the endian format conversion at the terminal, it is possible to improve the processing performance and throughput of the entire system in the broadcast communication group.

【0026】図7は、複数の端末が接続された通信媒体
(ここではLAN720)が、複数の同報通信グループ
で構成されている場合のシステム構成である。
FIG. 7 shows a system configuration in the case where a communication medium (here, LAN 720) to which a plurality of terminals are connected is composed of a plurality of broadcast communication groups.

【0027】この実施例の場合、端末710は、LAN
720により端末730,端末731,端末732と接続さ
れている。LAN720は複数の同報通信グループ72
1,722,723の3つのグループから構成されてい
る。端末710は、それぞれの同報通信グループに対し
て、端末番号,端末内データのエンディアン形式,重み
付け値管理リスト740を保持し、LAN720を用い
て送受信される通信データのエンディアン形式を同報通
信グループ単位に設定可能としている。これにより、同
報通信グループをアプリケーションの業務と対応付けた
場合、アプリケーションの業務単位に重み付け値を変え
て設定することにより、アプリケーションの業務単位に
通信データのエンディアン形式を決定できる。
In this embodiment, the terminal 710 is a LAN
A terminal 730, a terminal 731, and a terminal 732 are connected by 720. LAN 720 includes a plurality of broadcast communication groups 72
It is composed of three groups of 1,722,723. The terminal 710 holds a terminal number, an endian format of data in the terminal, and a weighting value management list 740 for each broadcast communication group, and sets the endian format of communication data transmitted and received using the LAN 720 to the broadcast communication group. It can be set in units. Accordingly, when the broadcast communication group is associated with the business of the application, the endian format of the communication data can be determined for each business unit of the application by changing the weight value for each business unit of the application.

【0028】また、この実施例の場合、各同報通信グル
ープ毎に重み付け値を管理するため、先の実施例におけ
る重み付け値保持手段111,重み付け値送信手段11
2,重み付け値受信手段113は、本実施例の場合、各
同報通信グループ用重み付け値保持手段711,グルー
プ用重み付け値送信手段712,グループ用重み付け値
受信手段713を備えている。
Further, in the case of this embodiment, since the weight value is managed for each broadcast communication group, the weight value holding means 111 and the weight value transmitting means 11 in the previous embodiment are used.
In the case of the present embodiment, the weighting value receiving means 113 includes a weighting value holding means 711 for each broadcasting group, a weighting value transmitting means 712 for grouping, and a weighting value receiving means 713 for grouping.

【0029】図8に同報通信グループ毎に動作するアプ
リケーション業務の重み付け値の例を示す。この例で
は、各同報通信グループ毎の端末の重み付け値は、先の
実施例と同様にCPU性能を基準にしているが、この実
施例では更に、アプリケーションの業務内容と通信量を
加味して修正が加えられている。例えば、同報通信グル
ープ1に対応するアプリケーションでは、同じグループ
に属する3つの端末ともほぼ同じ重要性と通信量を持つ
ため、先の実施例と同様にCPU性能をそのまま重み付
け値とするが、同報通信グループ2に対応するアプリケ
ーションでは、端末710と端末732の通信量が端末
731に比べて多いものとする。そのため、例えば端末
731の重み付け値はグループ1のものより大きくなる
よう修正される。また、同報通信グループ3に対応する
アプリケーションでは、端末732での処理の重要性が
端末710に比べて大きいものとする。そのため、例え
ば端末732での処理を優先するため、端末710の重
み付け値はグループ1のものより大きくなるよう修正さ
れている。
FIG. 8 shows an example of weighting values of application work that operates for each broadcast communication group. In this example, the weighting value of the terminal for each broadcast communication group is based on the CPU performance as in the previous embodiment, but in this embodiment, the work content of the application and the communication amount are further taken into consideration. A fix has been added. For example, in the application corresponding to the broadcast communication group 1, since the three terminals belonging to the same group have almost the same importance and communication amount, the CPU performance is directly used as the weighted value as in the previous embodiment. In the application corresponding to the information communication group 2, it is assumed that the communication volume of the terminals 710 and 732 is larger than that of the terminal 731. Therefore, for example, the weighting value of the terminal 731 is modified to be larger than that of the group 1. Further, in the application corresponding to the broadcast communication group 3, the importance of the processing at the terminal 732 is higher than that of the terminal 710. Therefore, for example, in order to give priority to the processing at the terminal 732, the weighting value of the terminal 710 is modified to be larger than that of the group 1.

【0030】各同報通信グループで使用する通信データ
形式は、図4のフローチャートと同様にして求める。図
8に示した実施例の場合、各同報通信グループで使用す
る通信データ形式を求めると以下の通りとなる。
The communication data format used in each broadcast communication group is obtained in the same manner as the flowchart of FIG. In the case of the embodiment shown in FIG. 8, the communication data format used in each broadcast communication group is calculated as follows.

【0031】まず、同報通信グループ1では、リトルエ
ンディアン重み付け値合計のLは3、ビッグエンディア
ン重み付け値合計のBは20となるため、同報通信グル
ープ1の通信データ形式はリトルエンディアン形式とな
る。
First, in the broadcast communication group 1, since the total L of the little endian weighting values is 3, and the total B of the total big endian weighting values is 20, the communication data format of the broadcast communication group 1 is the little endian format. .

【0032】次に、同報通信グループ2では、リトルエ
ンディアン重み付け値合計のLは6、ビッグエンディア
ン重み付け値合計のBは11となるため、同報通信グル
ープ2の通信データ形式はリトルエンディアン形式とな
る。
Next, in the broadcast communication group 2, since the total L of the little endian weight values is 6, and the total B of the total big endian weight values is 11, the communication data format of the broadcast communication group 2 is the little endian format. Become.

【0033】最後に、同報通信グループ3では、リトル
エンディアン重み付け値合計のLは7、ビッグエンディ
アン重み付け値合計のBは0となることから、同報通信
グループ3の通信データ形式はリトルエンディアン形式
となる。
Finally, in the broadcast communication group 3, since the total L of the little endian weight values is 7, and the total B of the total big endian weight values is 0, the communication data format of the broadcast communication group 3 is the little endian format. Becomes

【0034】以上により本実施例では、システム全体と
しての処理性能,スループットを向上させることを業務
単位に最適に設定できる。
As described above, in this embodiment, the improvement of the processing performance and throughput of the entire system can be optimally set for each business unit.

【0035】動的に同報通信グループ内での通信データ
のエンディアン形式を変更するネットワークシステムの
実施例を図9に示す。
FIG. 9 shows an embodiment of a network system for dynamically changing the endian format of communication data within a broadcast communication group.

【0036】この実施例では、先の実施例で説明した端
末番号,端末内データのエンディアン形式,重み付け値
を管理するリストに端末有効フラグ941とタイムアウ
ト時間942を追加した重み付け値管理リスト940
と、このタイムアウト時間942を操作して、各端末の生
死を監視する端末生死監視手段950を追加したシステ
ム例である。なお、この図9では、1つの同報通信グル
ープに着目して説明している。
In this embodiment, the weight value management list 940 in which the terminal valid flag 941 and the timeout time 942 are added to the list for managing the terminal number, the endian format of the data in the terminal, and the weight value described in the previous embodiment.
And a terminal life / death monitoring means 950 for monitoring the life / death of each terminal by operating the timeout time 942. It should be noted that in FIG. 9, the description is focused on one broadcast communication group.

【0037】重み付け値送信手段912は、重み付け値
保持手段911が保持する自端末の重み付け値を重み付
け値通知データ921として、システム立ち上げ時及び
定周期にて送信している。この定周期で送信される他の
端末からの重み付け値通知データ921を、重み付け値
受信手段913が受信する。重み付け値通知データ92
1を受信すると、送信元の端末番号単位に重み付け値管
理リスト940に反映する。また端末から重み付け値が
送られてきたことから、該当端末が生きている状態であ
ることが分かるため、同時に重み付け値管理リスト94
0の端末有効フラグ941に2を設定し、更に該当端末
からの重み付け値のタイムアウト時間942を設定して
いる。なお、重み付け値管理リスト940に登録されて
いない端末から、新たに重み付け値が送信されてきた場
合は、同報通信グループ920に新たに端末が追加され
たことを意味する。そこで、この場合は重み付け値管理
リスト940に、新たに追加された端末のための行を追
加することになる。
The weighting value transmitting means 912 transmits the weighting value of its own terminal held by the weighting value holding means 911 as the weighting value notification data 921 at the time of system startup and at a fixed cycle. The weighting value receiving means 913 receives the weighting value notification data 921 transmitted from this other terminal in this fixed cycle. Weighting value notification data 92
When 1 is received, it is reflected in the weighting value management list 940 for each terminal number of the transmission source. In addition, since the weight value is sent from the terminal, it can be seen that the corresponding terminal is in a live state. Therefore, at the same time, the weight value management list 94
The terminal valid flag 941 of 0 is set to 2, and the timeout time 942 of the weighting value from the corresponding terminal is set. If a new weighting value is transmitted from a terminal that is not registered in the weighting value management list 940, it means that a new terminal has been added to the broadcast communication group 920. Therefore, in this case, a line for the newly added terminal is added to the weight value management list 940.

【0038】尚、タイムアウト時間の設定方法として
は、システム構築時に各端末のタイムアウト時間を設定
し、重み付け値の通知と同時(重み付け通知データ内
に)にタイムアウト時間も送信する。従って、各端末か
ら重み付け値通知データを受信している間は、重み付け
値管理リスト940の端末有効フラグ941は一定周期
で2に設定される。なお、端末有効フラグ941の状態
遷移は、図12に示すように定義されるものとする。
As a method of setting the time-out time, the time-out time of each terminal is set when the system is constructed, and the time-out time is transmitted at the same time as the notification of the weighting value (in the weighting notification data). Therefore, while receiving the weight value notification data from each terminal, the terminal valid flag 941 of the weight value management list 940 is set to 2 at a constant cycle. The state transition of the terminal valid flag 941 is defined as shown in FIG.

【0039】端末生死管理手段950は、図11に示す
通り、一定時間間隔で端末有効フラグ941を管理する
ものであり、各端末毎に、端末有効フラグ941が0か
どうかを調べ(1101)、0でない場合、タイムアウ
ト時間を1減算している(1102)。そして、その結
果のタイムアウト時間が0となったかどうかを調べ(1
103)、0になった場合、つまり一定時間経過しても
重み付け値が新たに到着していない場合は、端末有効フ
ラグ941を0とする(1104)。端末生死管理手段
950は、この一連のチェックを重み付け値管理リスト
940に登録されている全ての端末について行い(11
05)、その後一定時間監視を休止する(1106)。
As shown in FIG. 11, the terminal life-and-death management means 950 manages the terminal valid flag 941 at regular time intervals, and checks whether or not the terminal valid flag 941 is 0 for each terminal (1101). If it is not 0, 1 is subtracted from the timeout time (1102). Then, it is checked whether the resulting timeout time has become 0 (1
103), when it becomes 0, that is, when the weighting value has not arrived yet after a lapse of a fixed time, the terminal valid flag 941 is set to 0 (1104). The terminal life and death management means 950 performs this series of checks for all terminals registered in the weight value management list 940 (11
05) and then suspends monitoring for a certain period of time (1106).

【0040】そして、この実施例のエンディアン形式決
定手段914では、先の実施例と同様にして、通信デー
タのエンディアン形式を決定するが、この処理を端末有
効フラグ941がゼロとなっている端末番号のエンディ
アン形式を評価しないようにすることにより、同報通信
グループに本当に接続され稼働している端末だけを動的
に認識し、適切なエンディアン形式を決定することが可
能となる。その為、同報通信グループ内の端末構成が変
化しても動的に同報通信グループ内の通信データのエン
ディアン形式を決定することができるため、システムラ
イフサイクル全般にわたり最適なデータ通信を行うこと
ができる。
Then, the endian format determining means 914 of this embodiment determines the endian format of the communication data in the same manner as in the previous embodiment. This processing is performed by the terminal number whose terminal valid flag 941 is zero. By not evaluating the endian format of, it becomes possible to dynamically recognize only the terminals that are actually connected to the broadcast communication group and are operating, and to determine an appropriate endian format. Therefore, even if the terminal configuration in the broadcast group changes, the endian format of the communication data in the broadcast group can be dynamically determined, so that optimum data communication can be performed over the entire system life cycle. You can

【0041】[0041]

【発明の効果】本発明によれば、データのエンディアン
形式の異なる端末が複数混在するネットワークシステム
において、同報通信データのエンディアン形式を重み付
け値により、同報通信グループに属する端末が協調し決
定することができ、各端末のエンディアン形式の変換処
理時間を、分散システム全体で最適化でき、ネットワー
クシステムの通信効率が向上する。
According to the present invention, in a network system in which a plurality of terminals having different endian formats of data coexist, the endian formats of broadcast data are cooperatively determined by the terminals belonging to the broadcast group by weighting values. The endian format conversion processing time of each terminal can be optimized in the entire distributed system, and the communication efficiency of the network system is improved.

【図面の簡単な説明】[Brief description of drawings]

【図1】本発明の一実施例による通信システムの構成
図。
FIG. 1 is a configuration diagram of a communication system according to an embodiment of the present invention.

【図2】一実施例による重み付け値のデータ構成を表す
図。
FIG. 2 is a diagram showing a data structure of weighting values according to an embodiment.

【図3】一実施例による重み付け値通知データフォーマ
ット。
FIG. 3 is a weight value notification data format according to an embodiment.

【図4】一実施例による通信データ形式を決定する処理
を示すフローチャート。
FIG. 4 is a flowchart showing a process of determining a communication data format according to an embodiment.

【図5】他の実施例による複数の同報通信グループを使
用した時の通信システムの構成図。
FIG. 5 is a configuration diagram of a communication system when a plurality of broadcast communication groups is used according to another embodiment.

【図6】他の実施例における同報通信グループ毎の重み
付け値を示す図。
FIG. 6 is a diagram showing weighting values for each broadcast communication group in another embodiment.

【図7】別の実施例による端末の状態から重み付け値を
決定するシステムの構成図。
FIG. 7 is a configuration diagram of a system for determining a weighting value from a state of a terminal according to another embodiment.

【図8】別の実施例による端末の生死管理処理を示すフ
ローチャート。
FIG. 8 is a flowchart showing a life / death management process of a terminal according to another embodiment.

【図9】別の実施例による端末有効フラグ値を示す図。FIG. 9 is a diagram showing a terminal valid flag value according to another embodiment.

【符号の説明】[Explanation of symbols]

110,130,131,132,710,730,7
31,732…端末、111,711,911…重み付
け値保持手段、112,712,912…重み付け値送
信手段、113,713,913…重み付け値受信手
段、114,914…エンディアン形式決定手段、115
…エンディアン形式決定値保持手段、116…エンディア
ン形式変換手段、117…データ通信手段、118…ア
プリケーション、120,721,722,723,9
20…同報通信グループ、121…端末内データ、12
2…通信データ、123,921…重み付け値通知デー
タ、720…LAN、740,940…重み付け値管理
リスト、941…端末有効フラグ、942…タイムアウ
ト時間。
110, 130, 131, 132, 710, 730, 7
31, 732 ... Terminal, 111, 711, 911 ... Weighting value holding means, 112, 712, 912 ... Weighting value transmitting means, 113, 713, 913 ... Weighting value receiving means, 114, 914 ... Endian format determining means, 115
... endian format decision value holding means, 116 ... endian format conversion means, 117 ... data communication means, 118 ... application, 120,721,722,723,9
20 ... Broadcast communication group, 121 ... Terminal data, 12
2 ... Communication data, 123, 921 ... Weighting value notification data, 720 ... LAN, 740, 940 ... Weighting value management list, 941 ... Terminal valid flag, 942 ... Timeout time.

───────────────────────────────────────────────────── フロントページの続き (72)発明者 飯塚 民生 茨城県日立市大みか町五丁目2番1号 日立プロセスコンピュータエンジニアリ ング株式会社内 (72)発明者 松崎 健二 茨城県日立市大みか町五丁目2番1号 日立プロセスコンピュータエンジニアリ ング株式会社内 (72)発明者 松野 強 茨城県日立市大みか町五丁目2番1号 日立プロセスコンピュータエンジニアリ ング株式会社内 (72)発明者 菊池 久雄 茨城県日立市大みか町五丁目2番1号 日立プロセスコンピュータエンジニアリ ング株式会社内 (72)発明者 綿谷 洋 茨城県日立市大みか町五丁目2番1号 株式会社 日立製作所 大みか工場内 (72)発明者 外岡 秀樹 茨城県日立市大みか町五丁目2番1号 株式会社 日立製作所 大みか工場内 (56)参考文献 特開 平6−69978(JP,A) 特開 平7−219823(JP,A) 特開 平10−327210(JP,A) (58)調査した分野(Int.Cl.7,DB名) G06F 13/00 G06F 5/00 H04L 29/00 ─────────────────────────────────────────────────── ─── Continuation of the front page (72) Inventor Tamio Iizuka 5-2-1 Omika-cho, Hitachi-shi, Ibaraki Hitachi Process Computer Engineering Co., Ltd. (72) Kenji Matsuzaki 5-chome, Omika-cho, Hitachi-shi, Ibaraki 2-1 In Hitachi Process Computer Engineering Co., Ltd. (72) Inventor Tsuyoshi Matsuno 5-2-1 Omika-cho, Hitachi City, Ibaraki Prefecture Hitachi Process Computer Engineering Co., Ltd. (72) Inventor Hisao Kikuchi Ibaraki Prefecture Hitachi City Omikacho 5-2-1 Hitachi Process Computer Engineering Co., Ltd. (72) Inventor Hiroshi Wataya 5-2-1 Omika-cho, Hitachi City, Ibaraki Prefecture Hitachi Ltd. Omika Factory (72) Inventor Hideki Sotooka 5 Omika Town, Hitachi City, Ibaraki Prefecture No. 2-1 Hitachi Ltd. Omika factory (56) Reference JP-A-6-69978 (JP, A) JP-A-7-219823 (JP, A) JP-A-10-327210 (JP, A) (58) Fields surveyed (Int.Cl. 7 , DB name) G06F 13/00 G06F 5/00 H04L 29/00

Claims (5)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】データの表現形式がビッグエンディアンの
端末とリトルエンディアンの端末を混在しているネット
ワークシステムの通信方法において、各端末に設定され
たエンディアン形式を決定するための重み付け値を保持
する手段と、該重み付け値及びエンディアン形式同報
通信グループ内の全ての他の端末へ定期的に送信する手
段と、他の端末から送られた重み付け値及びエンディア
ン形式を用いて、同報通信グループ内の通信に使用する
エンディアン形式を決定する手段と、当該端末が同報通
信のデータを送受信する際に、自端末のエンディアン形
式と前記エンディアン形式を決定する手段により決定し
た通信データのエンディアン形式が不一致の場合、デー
タのエンディアンを変換する手段を有することを特徴と
するネットワークシステムの通信方法。
1. In a communication method of a network system in which a terminal having a big-endian data format and a terminal having a little-endian format coexist, a means for holding a weight value for determining an endian format set for each terminal. And the weighting value and endian format are broadcast.
Means to periodically send to all other terminals in the communication group, weighting value and endia sent from other terminals
Using down format, determining means for determining the endian format used for communication in the broadcast group, when the terminal sends and receives data broadcast, the endian format with the endian format of the terminal A communication method for a network system, comprising means for converting the endian of the data when the endian formats of the communication data determined by the means do not match.
【請求項2】請求項1の通信方法において、前記エンデ
ィアン形式を決定する手段は、所定期間重み付け値を送
信している端末の重み付け値を用いて、通信データのエ
ンディアン形式を決定することを特徴とするネットワー
クシステムの通信方法。
2. The communication method according to claim 1, wherein the means for determining the endian format determines the endian format of communication data by using a weight value of a terminal transmitting a weight value for a predetermined period. Communication method of network system.
【請求項3】請求項2の通信方法において、前記重み付
け値は、各端末のシステム内における重要度,処理性能
を使用することを特徴とするネットワークシステムの通
信方法。
3. The communication method according to claim 2, wherein the weighting value uses the importance and processing performance of each terminal in the system.
【請求項4】データの表現形式がビッグエンディアンの
端末とリトルエンディアンの端末を混在しているネット
ワークシステムにおいて、各端末は、エンディアン形式
を決定するために端末毎に定められた重み付け値を保持
する手段と、該重み付け値及びエンディアン形式同報
通信グループ内の全ての他の端末へ定期的に送信する手
段と、他の端末から送られた重み付け値及びエンディア
ン形式を用いて、同報通信グループ内の通信に使用する
エンディアン形式を決定する手段と、当該端末が同報通
信のデータを送受信する際に、自端末のエンディアン形
式と前記エンディアン形式を決定する手段により決定し
た通信データのエンディアン形式が不一致の場合、デー
タのエンディアンを変換する手段を備えることを特徴と
するネットワークシステム。
4. In a network system in which terminals having a big-endian format and terminals having a little-endian format are mixed, each terminal holds a weighting value determined for each terminal to determine the endian format. Means, and the weighting value and endian format are broadcast.
Means to periodically send to all other terminals in the communication group, weighting value and endia sent from other terminals
Using down format, determining means for determining the endian format used for communication in the broadcast group, when the terminal sends and receives data broadcast, the endian format with the endian format of the terminal A network system comprising means for converting the endian of the data when the endian formats of the communication data determined by the means do not match.
【請求項5】請求項4のネットワークシステムにおい
て、前記エンディアン形式を決定する手段は、所定期間
重み付け値を送信している端末の重み付け値を用いて、
各端末毎に通信データのエンディアン形式を決定するこ
とを特徴とするネットワークシステム
5. The network system according to claim 4, wherein the means for determining the endian format uses a weighting value of a terminal transmitting a weighting value for a predetermined period,
A network system characterized by determining the endian format of communication data for each terminal.
JP12705898A 1998-05-11 1998-05-11 Network system and communication method thereof Expired - Fee Related JP3488827B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP12705898A JP3488827B2 (en) 1998-05-11 1998-05-11 Network system and communication method thereof

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP12705898A JP3488827B2 (en) 1998-05-11 1998-05-11 Network system and communication method thereof

Publications (2)

Publication Number Publication Date
JPH11328049A JPH11328049A (en) 1999-11-30
JP3488827B2 true JP3488827B2 (en) 2004-01-19

Family

ID=14950559

Family Applications (1)

Application Number Title Priority Date Filing Date
JP12705898A Expired - Fee Related JP3488827B2 (en) 1998-05-11 1998-05-11 Network system and communication method thereof

Country Status (1)

Country Link
JP (1) JP3488827B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007140987A (en) * 2005-11-18 2007-06-07 Canon Inc Network system, its communication method and program

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7404019B2 (en) * 2003-03-07 2008-07-22 Freescale Semiconductor, Inc. Method and apparatus for endianness control in a data processing system

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007140987A (en) * 2005-11-18 2007-06-07 Canon Inc Network system, its communication method and program

Also Published As

Publication number Publication date
JPH11328049A (en) 1999-11-30

Similar Documents

Publication Publication Date Title
US6546420B1 (en) Aggregating information about network message flows
CN113064742B (en) Message processing method, device, equipment and storage medium
CN109831524A (en) A kind of load balance process method and device
CN112291041B (en) Data decoding device and method based on FPGA
US20050135260A1 (en) Publish/subscribe system
US20080133796A1 (en) Method, system, and computer program product for dynamically selecting software buffers for aggregation according to current system characteristics
CN1281563A (en) Network controller for processing status queries
CN114884908A (en) Data synchronization method, device, equipment and storage medium
CN100477582C (en) Method and system for processing real-time multi-media information in instant telecommunication
CN115550438A (en) Internet of things message processing method, device, system, equipment and storage medium
CN112770358B (en) Multi-rate mode data transmission control method and device based on service data
EP2348686B1 (en) Information processing device, method and computer program for decide an address
JP3488827B2 (en) Network system and communication method thereof
CN100578484C (en) Self-adaptive multicast file transfer method and device
CN112202914B (en) Message pushing method and device
CN113572695B (en) Link aggregation method, device, computing equipment and computer storage medium
CN114598662A (en) Message queue cluster federal management system and method
CN100568871C (en) A kind of method that in the SIP multicomputer system, realizes conversation dispatching
CN113873001A (en) Load balancing optimization method based on HTTP request classification
CN101909283B (en) M2M (Machine-to-Machine) platform and method for sharing load downloaded with in high capacity
CN112131263A (en) Software package obtaining method, system, device, electronic equipment and storage medium
CN1277391C (en) Program placement method, packet transmission apparatus, and terminal
KR100425000B1 (en) System and method for managing specification of a remote place computer
CN114070896B (en) Communication interface, electronic device and device management method
CN112214259B (en) Map loading system, method and device

Legal Events

Date Code Title Description
FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20071031

Year of fee payment: 4

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20081031

Year of fee payment: 5

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20091031

Year of fee payment: 6

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20091031

Year of fee payment: 6

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20101031

Year of fee payment: 7

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20111031

Year of fee payment: 8

LAPS Cancellation because of no payment of annual fees