JPS6391785A - Parallel processing type data collation processor - Google Patents

Parallel processing type data collation processor

Info

Publication number
JPS6391785A
JPS6391785A JP61235491A JP23549186A JPS6391785A JP S6391785 A JPS6391785 A JP S6391785A JP 61235491 A JP61235491 A JP 61235491A JP 23549186 A JP23549186 A JP 23549186A JP S6391785 A JPS6391785 A JP S6391785A
Authority
JP
Japan
Prior art keywords
data
processor
processors
matching
verification
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.)
Pending
Application number
JP61235491A
Other languages
Japanese (ja)
Inventor
Katsuaki Owada
大和田 克明
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.)
NEC Corp
Original Assignee
NEC Corp
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 NEC Corp filed Critical NEC Corp
Priority to JP61235491A priority Critical patent/JPS6391785A/en
Publication of JPS6391785A publication Critical patent/JPS6391785A/en
Pending legal-status Critical Current

Links

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Image Analysis (AREA)
  • Collating Specific Patterns (AREA)

Abstract

PURPOSE:To easily discriminate a processor in which an error is generated, by switching a processing to a serial processing which indicates the collation of the same data for all of the processors of same types, and performing the checking of the coincidence of operations among the processors of the same types. CONSTITUTION:When a signal CHG goes to a logic 1, a data distribution control part 12 checks control signal lines 1a-1f between the processor, and reads out a collation data in a memory 13 to a register 15, and distributes it to all of the first processors with the same timing through a common bus 200, and the serial processing is started. Collating operation timing coincidence check signals 2a-2d from the first processors, and the collating operation timing coincidence check signals 3a and 3b from second processors, are checked for their coincidence at comparators C3 and C4, respectively, and when discrepancy is detected, an error detection signal e1 goes to the logic 1 by gates G3, and G4. In this way, it is possible to easily discriminate the processor in which the abnormality of an operation is generated, from the output of an operation timing holding register 16.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は1個の探索データと大量のファイルデータとを
高速に照合する並列処理型データ照合処理装置に関する
ものである。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a parallel processing type data collation processing device that collates one piece of search data and a large amount of file data at high speed.

〔従来の技術〕[Conventional technology]

データ照合は探索データに一致又は類似するデータを大
量のファイルデータの中から抽出するために、探索デー
タとファイルデータとをあるアルゴリズムの下で突き合
わせを行なうものである。
Data matching is a process of matching search data and file data using a certain algorithm in order to extract data that matches or is similar to search data from a large amount of file data.

例えば指紋照合の場合であれば、事件現場から採集して
きた探索指紋データと予め押捺登録している多人数のフ
ァイル指紋データとをそれぞれの特徴点をキーにして比
較し2合致点数が予め設定した閾値以上となったファイ
ル指紋データの保有者をリストアツブする。
For example, in the case of fingerprint matching, the search fingerprint data collected from the crime scene and the file fingerprint data of multiple people who have been stamped and registered in advance are compared using their respective feature points as keys, and the number of matching points is set in advance. Restore the holder of the file fingerprint data that exceeds the threshold.

このようなデータ照合を高速化するために、照合アルゴ
リズムに基づくいくつかのタイプのプロセッサを複数個
接続させて並列処理させる方式が採られている。この方
式では各プロセッサが各々1つのデータ照合を行なって
お沙、照合時間も照合データの内容に依存して各々異な
っている。従って、多量のファイルデータを各プロセッ
サに供給する1つの方式として、外部から送出されてき
たデータとその時のプロセッサの動作状態をすべてチェ
ックし、アイドルなプロセッサのうちである一定の優先
順位に従い決定したプロセッサに送出して照合指示を行
なう方式がある。
In order to speed up such data matching, a method has been adopted in which multiple types of processors based on matching algorithms are connected to perform parallel processing. In this method, each processor performs one piece of data verification, and the verification time also differs depending on the content of the verification data. Therefore, one method for supplying a large amount of file data to each processor is to check all the data sent from the outside and the operating status of the processor at that time, and then decide based on a certain priority among idle processors. There is a method of sending the information to the processor and instructing it to check.

〔発明が解決しようとする問題点〕[Problem that the invention seeks to solve]

このような従来の照合データの分配方式では。 In such a conventional verification data distribution method.

いくつかのプロセッサで処理された後に最終プロセッサ
内に照合結果が格納されることになるが。
Although the matching results will be stored in the final processor after being processed by several processors.

最終のプロセッサ内で照合に関連するデータに誤りを検
出した場合、原因元のプロセッサを指摘することは一般
に難しく、原因探索に多くの時間を費やすという欠点が
あった。このような欠点はプロセッサの並列多重度が高
くなればなるほど顕著となる傾向がある。
When an error is detected in the data related to verification in the final processor, it is generally difficult to point out the processor that caused the error, and a large amount of time is spent searching for the cause. These drawbacks tend to become more pronounced as the degree of parallelism of the processor increases.

又このような並列処理方式においては、再度同一データ
を照合させても種々の要因から全く同一のデータの流れ
となる保証がない。
Furthermore, in such a parallel processing system, even if the same data is collated again, there is no guarantee that the flow of data will be exactly the same due to various factors.

さらにデータ誤シを検出した探索データとファイルデー
タの対を大量のデータの中から抽出して照合させること
はソフトウェアの負担を増加させるという問題点があっ
た。
Furthermore, there is a problem in that extracting and comparing pairs of search data and file data in which data errors have been detected from a large amount of data increases the burden on the software.

本発明は従来のもののこのような問題点を解決し、複数
のプロセッサの中から誤り発生元のプロセッサを簡単に
判別できるデータ照合処理装置を得ようとするものであ
る。
The present invention aims to solve the above-mentioned problems of the conventional devices and to provide a data collation processing device that can easily identify a processor that is the source of an error among a plurality of processors.

〔問題点を解決するだめの手段〕[Failure to solve the problem]

本発明の並列処理型データ照合処理装置は、同一機能を
有するプロセッサが複数個縦続接続され。
In the parallel processing type data collation processing device of the present invention, a plurality of processors having the same function are connected in cascade.

各々のプロセッサがデータの照合を行なう並列処理をデ
ータ照合処理装置において、各プロセッサに対する照合
データの分配方式を指定する手段と。
Means for specifying a method of distributing verification data to each processor in a data verification processing device that performs parallel processing in which each processor performs data verification.

照合データ内の識別情報を予め設定した識別情報と比較
し一致信号を発生する識別情報比較手段と。
and an identification information comparing means that compares the identification information in the verification data with preset identification information and generates a matching signal.

前記照合データ分配方式として直列処理を指定している
時前記識別情報一致信号が発生するとその時点で全プロ
セッサの動作終了を待ち合わせた後一致した照合データ
を同一機能を有する全プロセッサへ同一タイミングで供
給して照合を指示する手段と、全ゾロセッサからの予め
選択されて送出される照合動作タイミング一致チェック
信号を監視する手段と、該監視手段により不一致信号発
生時前記照合動作タイミング一致チェック信号を保持す
る手段とを含んで構成される。
When serial processing is specified as the verification data distribution method, when the identification information matching signal is generated, the system waits for all processors to complete their operations at that point, and then supplies matched verification data to all processors with the same function at the same timing. a means for monitoring the matching check signal of matching operation timing selected in advance and transmitted from all processors; and a means for holding the matching check signal of matching timing of the matching operation when a mismatch signal is generated by the monitoring means. means.

〔実施例〕〔Example〕

次に1本発明の一実施例に関して図面を参照して説明す
る。
Next, an embodiment of the present invention will be described with reference to the drawings.

第1図は本発明の一実施例の並列処理型データ照合処理
装置を示す概略ブロック図、第2図は第1図中のデータ
分配部10と照合データ直列処理検出部11の一実施例
の構成図である。第1図において、並列照合プロセッサ
として4台の同一構成の第1の照合プロセッサ20〜2
37!γド2舎の同一構成の第2の照合プロセッサ30
.31が共通バス200及び300を介して接続されて
いる。
FIG. 1 is a schematic block diagram showing a parallel processing type data collation processing device according to an embodiment of the present invention, and FIG. FIG. In FIG. 1, four first matching processors 20 to 2 having the same configuration serve as parallel matching processors.
37! Second collation processor 30 with the same configuration in the two γ-domains
.. 31 are connected via common buses 200 and 300.

10は外部から共通バス100を介して制御信号101
により送られてきた照合データを各照合プロセッサへ転
送するだめのデータ転送制御を行なう照合データ分配部
、11は照合データ直列処理検出部である。また、デー
タ分配部10は共通バス400を介して、第2の照合プ
ロセッサ30゜31に格納されている最終照合結果を読
出し、共通パス100を介して外部へ送出する機能も持
っている。
10 is a control signal 101 from the outside via a common bus 100.
11 is a verification data serial processing detecting section. The data distribution unit 10 also has a function of reading the final verification results stored in the second verification processors 30 and 31 via the common bus 400 and transmitting them to the outside via the common path 100.

まず最初に通常1個の探索データに対しN個のファイル
データのデータ照合を並列処理する方式を簡単に説明す
る。
First, a method for parallel processing of data collation of N pieces of file data for one piece of search data will be briefly explained.

第1図において、外部制御信号101の制御の下で外部
共通バス100を介して送られてきた探索データは照合
データ分配部10内の照合データ格納部13へ格納さ九
る。次にデータ分配制御部12によシ第1の全照合プロ
セッサ20〜23゜第2の全照合プロセッサ30.31
へ共通に探索データを送出する。次に、外部共通バス1
00を介して1個ずつ送出されてくるファイルデータは
照合データ格納部13へ格納された後、第1の照合プロ
セッサ20〜23のビジー状態をチェックし、アイドル
な第1の照合プロセッサを1個選択し1選択されたプロ
セッサへファイルデータを1個送出し照合を指示する。
In FIG. 1, search data sent via an external common bus 100 under the control of an external control signal 101 is stored in a verification data storage section 13 in a verification data distribution section 10. Next, the data distribution control unit 12 sends the first all-matching processors 20 to 23 and the second all-matching processor 30.31.
Commonly sends search data to. Next, external common bus 1
After the file data sent out one by one via 00 is stored in the collation data storage unit 13, the busy state of the first collation processors 20 to 23 is checked, and one idle first collation processor is stored. 1 Sends one file data to the selected processor and instructs it to be verified.

以下項次送られてくるファイルデータは1個ずつ第1の
プロセッサを選択して照合させることになる。第1のプ
ロセッサがすべてピッ−状態の時は、当然アイドルなプ
ロセッサが発生するまで待ち合わせることになる。
In the following, the file data that is sent one by one is selected and collated by the first processor. When all the first processors are in the ping state, it is natural to wait until an idle processor occurs.

次に第1の照合プロセッサからの第2の照合プロセッサ
へのデータ転送リクエストにより同様にアイドルな第2
の照合プロセッサを選択して、該プロセッサへ共通バス
300を介してデータを転送し照合を指示する。即ち、
共通バスを200を介した第1の照合プロセッサへの照
合指示と共通バス300を介した第1の照合プロセッサ
から第2の照合プロセッサへの照合指示は並列に処理さ
れていることになる。N個のファイルデータの照合処理
が各ゾロセッサで終了すると、第2のプロセッサ内の照
合結果を共通バス400を介してシーケンシャルに読み
出し、共通パス100を介して外部へ送る。以上が通常
の並列処理におけるデータ照合シーケンスでちる。
A data transfer request from the first matching processor to the second matching processor then causes a similarly idle second matching processor to
A matching processor is selected, and data is transferred to the selected processor via the common bus 300 to instruct matching. That is,
The verification instruction to the first verification processor via the common bus 200 and the verification instruction from the first verification processor to the second verification processor via the common bus 300 are processed in parallel. When the collation process of N file data is completed in each processor, the collation results in the second processor are sequentially read out via the common bus 400 and sent to the outside via the common path 100. The above is the data matching sequence in normal parallel processing.

次に第2図を参照すると、12はデータ分配制御部で、
各種制御信号の発生及びデータの分配を制御する部分で
ある。レジスタS1は照合開始に先立ち予め設定した探
索データの識別番号を格納するレジスタ、レジスタF1
は予め設定したファイルデータの識別番号を格納するレ
ソスタ、レジスタS2は照合開始後、探索データを共通
パス100を介してメモリ13へ格納する時、同時にi
 別番号を格納しておくレジスタ、レジスタF2は照合
時ファイルデータを共通バス100を介してメモリ13
へ格納する時同時に識別番号を格納しておくレジスタで
ある。比較器C1はレジスタS1と82の内容を比較し
、一致した時信号111は論理゛l”となシ、また比較
器C2はレジスタF1とF2の内容を比較し、一致した
時信号112は論理“l”となる。即ち、予め設定した
探索データとファイルデータの組合せが照合開始時点で
出現した場合、ケ“−)Glの出力が論理″1”となる
Next, referring to FIG. 2, 12 is a data distribution control section;
This is the part that controls the generation of various control signals and the distribution of data. Register S1 is a register that stores the identification number of search data set in advance before the start of matching, and register F1
is a register that stores a preset identification number of file data, and register S2 is a register that stores an identification number of file data that has been set in advance.
Register F2, which is a register for storing a different number, transfers file data to the memory 13 via the common bus 100 at the time of verification.
This is a register that stores the identification number at the same time as the storage. Comparator C1 compares the contents of registers S1 and 82, and when they match, signal 111 goes to logic "1"; comparator C2 compares the contents of registers F1 and F2, and when they match, signal 112 goes to logic In other words, if a preset combination of search data and file data appears at the start of matching, the output of KE (-)Gl becomes logic "1".

信号DMはプロセッサに対する照合処理方式を指定する
信号で、論理”0”の時前述した並列処理方式を指示し
、論理“1′の時は直列処理方式を指示する。本発明に
おける直列処理とは、1個のファイルデータをまずすべ
ての第1の照合プロセッサへ同一タイミングで共通に分
配して照合させ2次に第2の照合プロセッサへ同一タイ
ミングで第1の照合プロセッサ内のデータを転送させて
同一照合を実行させることを意味し、全プロセッサの照
合が同時に進行し終る°まで次のファイルデータの照合
を待たせながら処理を進めることを意味している。
The signal DM is a signal that specifies the collation processing method for the processor, and when the logic is "0", it instructs the above-mentioned parallel processing method, and when the logic is "1", it instructs the serial processing method.What is serial processing in the present invention? , one file data is first commonly distributed to all the first matching processors for matching at the same timing, and then the data in the first matching processor is transferred to the second matching processors at the same timing. It means to execute the same verification, and it means to proceed with the process while waiting for the next file data verification until all processors finish verification at the same time.

従って、信号CHGが論理“1″になると、データ分配
置j制御部12はプロセッサとの制御信号線la〜If
(ピノ−信号及びリクエスト信号の集り)をチェックし
、メモリ13内の照合データを照合データ格納アドレス
制御部14を制御して。
Therefore, when the signal CHG becomes logic "1", the data allocation j control unit 12 connects the control signal lines la to If with the processor.
(a collection of pinot signals and request signals), and controls the verification data storage address control unit 14 to check the verification data in the memory 13.

レジスタ15へ読み出し、共通パス200を介してすべ
ての第1のプロセッサ20〜23へ同一タイミングで分
配することになる。直列処理が開始されると信号線11
5が論理°l”となる。
It is read out to the register 15 and distributed to all the first processors 20 to 23 at the same timing via the common path 200. When serial processing starts, signal line 11
5 becomes logic °l''.

2a、2b、2c、2dは第1のプロセッサ20〜23
からの照合動作タイミング一致チェック信号であり、3
a、3bは第2のプロセッサ30.31からの照合動作
タイミング一致チェック信号であり、各々比較器C3,
C4で一致チェックを行ない、不一致が検出されると信
号線113゜114は論理″l”となり、ケ’−トG3
.G4により誤シ検出信号e1が論理”1″となる。即
ち同一照合データを同一タイミングで全プロセッサが正
常に照合していれば、誤り検出信号e1は論理″′0′
のはずである。動作タイミング不一致信号保持用しノス
タ16は誤り検出信号が論理“l”の時、各プロセッサ
からの動作タイミング一致チェック信号を格納して保持
するレジスタでるる。
2a, 2b, 2c, and 2d are first processors 20 to 23;
This is the verification operation timing match check signal from 3.
a and 3b are verification operation timing coincidence check signals from the second processor 30 and 31, and the comparators C3 and 3b respectively
A match check is performed in C4, and if a match is detected, the signal lines 113 and 114 become logic "1", and gate G3
.. G4 causes the error detection signal e1 to become logic "1". In other words, if all the processors successfully collate the same collation data at the same timing, the error detection signal e1 becomes logic ``'0''.
It should be. The nostar 16 for holding the operation timing mismatch signal is a register that stores and holds the operation timing match check signal from each processor when the error detection signal is at logic "1".

従ってこの動作タイミング保持用レジスタ16の出力1
16から動作異常となるプロセッサを容易に判別するこ
とが可能となる。なお照合データの識別番号は、第3図
に1例として示しであるが。
Therefore, the output 1 of this operation timing holding register 16
16, it becomes possible to easily determine which processor is malfunctioning. The identification number of the verification data is shown in FIG. 3 as an example.

各照合データに割りふられた番号で照合動作自体の一実
施例を説明する。BSYi(i=0〜3)は第1のプロ
セッサがビジー状態/アイドル状態であるかを示す制御
線、BSYJ(j=4,5)は第2のプロセッサがピノ
ー状態/アイドル状態であるかを示す制御線、 RQU
i (t 〜0〜3 )は共通バス2o。
An example of the verification operation itself will be described using the numbers assigned to each verification data. BSYi (i = 0 to 3) is a control line that indicates whether the first processor is in the busy state or idle state, and BSYJ (j = 4, 5) is a control line that indicates whether the second processor is in the pinot state or idle state. The control line shown, RQU
i (t~0~3) is the common bus 2o.

を介して第1の照合プロセッサへのデータ転送を指示す
るリクエスト制御線、 RQLi(i = Q〜3)は
第1のプロセッサからの第2のプロセッサへのデータ転
送要求制御線+ RQP 3 (j ” O) 1 )
は第2のプロセッサへのデータ転送を指示するリクエス
ト制御線である。ブロック12aはメモリ13内の照合
データを第1のプロセッサへ分配する場合の第1のプロ
セッサを決定する第1プロセツサ分配決定部、ブロック
12bは第1のプロセッサから第2のプロセッサへのデ
ータ分配時の第1ノロセツサと第2fロセツサを決定す
る第1.第2ノロセッサ決定部である。
RQLi (i = Q~3) is the request control line for data transfer from the first processor to the second processor + RQP3 (j ” O) 1)
is a request control line that instructs data transfer to the second processor. Block 12a is a first processor distribution determining unit that determines the first processor when collating data in the memory 13 is distributed to the first processor, and block 12b is when distributing data from the first processor to the second processor. The first . This is a second norocessor determining unit.

信号CHGが論理”0”の時、照合データ格納部13内
に照合データが存在すると、信号RQが論理”l”とな
る。この時容筒1のプロセッサからのBSYi信号をチ
ェックし、 BSYi信号が論理”On(アイドル状態
)でかつ番号が若い第1のプロセッサを選択し、該当プ
ロセッサに対応するRQUi信号を論理“1″にしてデ
ータ転送を行なう。
When the signal CHG is at logic "0", if verification data exists in the verification data storage section 13, the signal RQ becomes logic "1". At this time, the BSYi signal from the processor of cylinder 1 is checked, the first processor whose BSYi signal is logic "On" (idle state) and whose number is smaller is selected, and the RQUi signal corresponding to the corresponding processor is set to logic "1". data transfer.

一方信号CHGが論理″l”の時、メモリ13内に照合
データが存在すると、各第1のプロセッサからのBSY
 i信号及び各第2のプロセッサからのBSYj信号を
すべてチェックし、すべてのプロセッサがアイドル状態
になると、第1のプロセッサへのデータ転送指示をRQ
Ui信号をすべて論理”1″にして行なう。以上が第1
プロセッサ分配決定部12aのデータ分配系の動作であ
る。
On the other hand, when the signal CHG is at logic "1" and verification data exists in the memory 13, the BSY from each first processor
The i signal and the BSYj signal from each second processor are checked, and when all processors are in an idle state, an RQ is sent to instruct the data transfer to the first processor.
All Ui signals are set to logic "1". The above is the first
This is the operation of the data distribution system of the processor distribution determining unit 12a.

次に第1.第2fロセンサ決定部12bのデータ分配系
の動作を説明する。信号CHGが論理“0”の時、第1
のプロセッサから第2のプロセッサへのデータ転送要求
がRQL i信号によシ要求されると。
Next, the first. The operation of the data distribution system of the second f-row sensor determining section 12b will be explained. When the signal CHG is logic “0”, the first
When a data transfer request from one processor to a second processor is requested by the RQL i signal.

第2のプロセッサからのBSYj信号をチェックし。Check the BSYj signal from the second processor.

アイドルな第2のプロセッサが存在すると、RQLi信
号が論理”1”で番号が若い第1のプロセッサを選択し
て、 ACKi信号によりリクエスト受付を報告すると
共に、 BSYj信号が論理10”で番号の若い第2の
プロセッサを選択して、該当するRQPj信号を論理″
′1″にして、データ転送を指示する。
If there is an idle second processor, the RQLi signal is logic ``1'' and the first processor with the lower number is selected, and the ACKi signal reports acceptance of the request, and the BSYj signal is the logic ``10'' and the lower number is selected. Select a second processor and set the corresponding RQPj signal to logic
Set it to '1' to instruct data transfer.

信号CHGが論理“1”の時は# RQLi信号は同時
にすべて論理“1”になるので、 ACKi信号及びP
、QPj信号をすべて同時に論理″″1#にして第1の
プロセッサから第2のプロセッサへのデータ転送を指示
する。
When the signal CHG is logic "1", the #RQLi signals all become logic "1" at the same time, so the ACKi signal and P
, QPj signals are all simultaneously set to logic ``1#'' to indicate data transfer from the first processor to the second processor.

〔発明の効果〕〔Effect of the invention〕

以上説明したように1本発明は1通常の並列処理での大
量のデータ照合において、予め設定した探索データとフ
ァイルデータとの対を実際に照合しようとする時点で検
出し、その時点で同一タイプのプロセッサのすべてに対
し同一データの照合を指示する直列処理に切換えて、同
一プロセッサ間の動作一致チェックを行なうことによシ
、容易てかつ性能をあまシ落さずに複数のプロセッサの
中から誤り発生元のプロセッサを判別できるという効果
がある。
As explained above, (1) the present invention has the following advantages: (1) In collating a large amount of data in normal parallel processing, a pair of preset search data and file data is detected at the time when the pair is actually to be collated, and at that point the same type of data is detected. By switching to serial processing that instructs all of the processors to match the same data, and checking the consistency of the operations between the same processors, it is possible to easily and without compromising performance from among multiple processors. This has the effect of being able to identify the processor where the error occurred.

また逆に並列処理のあるプロセッサで誤りを検出した場
合、該自照台データを本発明にょシ処理した結果動作一
致誤りが発生しなかった場合、プロセッサは同一処理を
行なっているても拘らずデータ誤シを共通に発生してい
ることから、プロセッサ個有の故障ではなく論理バグと
判断できるという効果もある。
Conversely, if an error is detected by a processor with parallel processing, and no action matching error occurs as a result of processing the illuminant data according to the present invention, the processor will be able to process the data regardless of whether it is performing the same processing. Since errors are commonly occurring, it also has the effect of being able to be determined to be a logic bug rather than a processor-specific failure.

【図面の簡単な説明】[Brief explanation of the drawing]

第1図は本発明の並列処理型データ照合処理装置の一実
施例の概略ブロック図、第2図は第1図中黒合データ分
配部と直列処理検出部の一実施例の構成図、第3図は照
合データを説明するための図、第4図は第2図のデータ
分配制御部の機能を示すブロック図である。 記号の説明=10は照合データ分配部、11は直列処理
検出部、12はデータ分配制御部、13は照合データ格
納部、14は照合データ格納アドレス制御部、15は照
合データ転送レノスタ、16は動作タイミング不一致信
号保持用しゾスタ。 乙 20〜23は第1の照合プロセッサ、 30431は第
2の照合プロセッサ、Sl、S2.Fl。 F2は、     2L″′+ルソスタ、C1〜C4は
比較器、Gl〜G4は論理ケ”−)、10.0゜200
.300.’400は共通データバス線。 101、la 〜ifは制御信号線、2a 〜2d。 3a 、3bは動作タイミング一致信号線をそれぞれあ
られしている。 第2図  //)/
FIG. 1 is a schematic block diagram of an embodiment of the parallel processing type data collation processing device of the present invention, FIG. FIG. 3 is a diagram for explaining collation data, and FIG. 4 is a block diagram showing the functions of the data distribution control section of FIG. 2. Explanation of symbols = 10 is a verification data distribution unit, 11 is a serial processing detection unit, 12 is a data distribution control unit, 13 is a verification data storage unit, 14 is a verification data storage address control unit, 15 is a verification data transfer renostar, 16 is a verification data transfer renostar Zosta for holding operation timing mismatch signal. Otsu 20 to 23 are first matching processors, 30431 is a second matching processor, Sl, S2. Fl. F2 is 2L"'+Russo star, C1 to C4 are comparators, Gl to G4 are logic keys "-), 10.0°200
.. 300. '400 is a common data bus line. 101, la to if are control signal lines, 2a to 2d; 3a and 3b represent operation timing coincidence signal lines, respectively. Figure 2 //)/

Claims (1)

【特許請求の範囲】[Claims] 1、同一機能を有するプロセッサが複数個縦続接続され
、各々のプロセッサがデータの照合を行なう並列処理型
データ照合処理装置において、各プロセッサに対する照
合データの分配方式を指定する手段と、照合データ内の
識別情報を予め設定した識別情報と比較し一致信号を発
生する識別情報比較手段と、前記照合データ分配方式と
して直列処理を指定している時前記識別情報一致信号が
発生するとその時点で全プロセッサの動作終了を待ち合
せた後一致した照合データを同一機能を有する全プロセ
ッサへ同一タイミングで供給して照合を指示する手段と
、全プロセッサから予め選択されて送出される照合動作
タイミング一致チェック、信号を監視する手段と、該監
視手段による不一致信号検出時前記照合動作タイミング
一致チェック信号を保持する手段とを含むことを特徴と
する並列処理型データ照合処理装置。
1. In a parallel processing type data collation processing device in which a plurality of processors having the same function are connected in cascade and each processor collates data, there is a means for specifying the distribution method of collation data to each processor, and a means for specifying the distribution method of collation data to each processor, an identification information comparing means that compares the identification information with preset identification information and generates a matching signal; Means for supplying matched verification data to all processors having the same function at the same timing after waiting for the end of the operation to instruct verification, and checking for matching of verification operation timings and monitoring signals selected and sent from all processors in advance and means for holding the matching operation timing coincidence check signal when the monitoring means detects the matching signal.
JP61235491A 1986-10-04 1986-10-04 Parallel processing type data collation processor Pending JPS6391785A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP61235491A JPS6391785A (en) 1986-10-04 1986-10-04 Parallel processing type data collation processor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP61235491A JPS6391785A (en) 1986-10-04 1986-10-04 Parallel processing type data collation processor

Publications (1)

Publication Number Publication Date
JPS6391785A true JPS6391785A (en) 1988-04-22

Family

ID=16986836

Family Applications (1)

Application Number Title Priority Date Filing Date
JP61235491A Pending JPS6391785A (en) 1986-10-04 1986-10-04 Parallel processing type data collation processor

Country Status (1)

Country Link
JP (1) JPS6391785A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006268104A (en) * 2005-03-22 2006-10-05 Nec Corp Fingerprint verification system, and fingerprint verification processing device and method
JP2007172034A (en) * 2005-12-19 2007-07-05 Glory Ltd Printing inspection device

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006268104A (en) * 2005-03-22 2006-10-05 Nec Corp Fingerprint verification system, and fingerprint verification processing device and method
JP4725150B2 (en) * 2005-03-22 2011-07-13 日本電気株式会社 Fingerprint verification system, fingerprint verification processing device, and fingerprint verification processing method
JP2007172034A (en) * 2005-12-19 2007-07-05 Glory Ltd Printing inspection device

Similar Documents

Publication Publication Date Title
US5140685A (en) Record lock processing for multiprocessing data system with majority voting
JP2500038B2 (en) Multiprocessor computer system, fault tolerant processing method and data processing system
US6820213B1 (en) Fault-tolerant computer system with voter delay buffer
US6789258B1 (en) System and method for performing a synchronization operation for multiple devices in a computer system
JPS6391785A (en) Parallel processing type data collation processor
JP5537140B2 (en) SAFETY CONTROL DEVICE AND SAFETY CONTROL PROGRAM
KR970000562B1 (en) Fault tolerant radio communication system controller
JPS6353588B2 (en)
JPS60198645A (en) Data processing system
JPH04153764A (en) System for increasing processing speed of decentralized cpu
JPH07281915A (en) Information processor for integrated circuit module synchrinizing duplex system
JP2890426B2 (en) Information processing device
JP2531207B2 (en) Channel device
JP2876606B2 (en) Information processing device
JPS5932810B2 (en) computer system
JP4087652B2 (en) Data processing system
JPH05233366A (en) Method and device for software verification
JPS62291236A (en) Ambient equipment controller for computer system
JPH033054A (en) Method for preventing communication data from being missed
JPH061442B2 (en) Uni-function parallel processing device
JPS6143349A (en) Input and output control system
JPH077344B2 (en) Faulty processor identification method
JPS58154047A (en) Terminal device
JPS63155346A (en) Ram check system
JPH08221369A (en) Multiple information processing system