JPS61206036A - Predicate logical type language processing system - Google Patents

Predicate logical type language processing system

Info

Publication number
JPS61206036A
JPS61206036A JP4655085A JP4655085A JPS61206036A JP S61206036 A JPS61206036 A JP S61206036A JP 4655085 A JP4655085 A JP 4655085A JP 4655085 A JP4655085 A JP 4655085A JP S61206036 A JPS61206036 A JP S61206036A
Authority
JP
Japan
Prior art keywords
processor
predicate
message
program
identification information
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
JP4655085A
Other languages
Japanese (ja)
Inventor
Yukisuke Sakota
迫田 行介
Masahiro Uminaga
正博 海永
Hidehiko Akita
秋田 英彦
Tadashi Hirose
広瀬 正
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 JP4655085A priority Critical patent/JPS61206036A/en
Publication of JPS61206036A publication Critical patent/JPS61206036A/en
Pending legal-status Critical Current

Links

Landscapes

  • Devices For Executing Special Programs (AREA)

Abstract

PURPOSE:To call a predicate logical language program in another processor as if the program is the same as the predicate logical language program in the self-processor by inserting the message into the identifying information of the process. CONSTITUTION:A connecting device 14 monitors the message which flows at a local area network (LAN) 1. When the message is the one for a self-processor 10, the interruption is loaded to a program OS 13 to control the communication between networks, and the message is read. When an OS 13 gives a message sending request to the connecting device 14, the connecting device 14 monitors the empty condition of the LAN 1, and at the time of the empty condition, the interruption is loaded to the OS 13, and the message is sent together with the opponent processor identifying information. The connecting device 24 and an OS 23 have the same function.

Description

【発明の詳細な説明】 〔発明の利用分野〕 本発明は通信回線またはネットワークで接続された複数
の述語論理型言語を実行するプロセッサ群に係り、特に
、他プロセツサ内にある述語論理で書かれた知識を利用
するのに好適な述語論理型言語処理方式に関する。
[Detailed Description of the Invention] [Field of Application of the Invention] The present invention relates to a group of processors that execute a plurality of predicate logic languages connected by a communication line or a network, and particularly relates to a group of processors that execute a plurality of predicate logic languages that are This paper relates to a predicate logical language processing method suitable for utilizing acquired knowledge.

〔発明の背景〕[Background of the invention]

従来、述語論理言語は、述語名とOコ以上の引数をもつ
述語により、物事の関係を表わし、それを組合わせたホ
ーン節(以下節という)により1つの事実や一般規則を
表現し、同形式の質問に対して、述語の引数の単一化を
はかりながら置換え(リダクション)を繰返し、解を求
めていくものである。
Traditionally, predicate logic languages express relationships between things using predicate names and predicates with O or more arguments, and express one fact or general rule using Horn clauses (hereinafter referred to as clauses) that combine them. In response to formal questions, solutions are sought by repeating substitutions (reductions) while unifying the arguments of the predicate.

たとえば親子関係の事実と兄弟の定義規則から具体的に
兄弟を求める簡単なプログラム例は次のようになる。
For example, the following is a simple example of a program that specifically calculates siblings based on parent-child relationship facts and sibling definition rules.

A1: 親(良夫、太部)。A1: Parents (Yoshio, Abe).

A2: 親(良夫1次部)。A2: Parent (Yoshio 1st division).

A3: 兄弟(X、Y)ニー A4:   親(Z、 X) 。A3: Brothers (X, Y) knee A4: Parent (Z, X).

A5:    II(Z、Y)。A5: II (Z, Y).

A6:   異なる(X、Y)。A6: Different (X, Y).

ここで、X、Y、Zは変数である。Here, X, Y, and Z are variables.

A1は、良夫は太部の親であることを、またA2は良夫
は次部の親であることを表わす事実であり、A3〜A6
は、異なるXとYの親が同一の2であれば、XとYは兄
弟であるという定義を与える規則である。ここで A7: 兄弟(太部、W)。
A1 is the fact that Yoshio is the parent of Abe, A2 is the fact that Yoshio is the parent of Shishi, and A3 to A6 are the facts.
is a rule that provides the definition that if different X and Y have the same parent 2, then X and Y are siblings. Here A7: Brothers (Abe, W).

という質問を与えると、まず述語名「兄弟」ではじまる
節をA1から順に検索し、節A3が選ばれ、Xと太部、
YとWとが単一化される。すなわちXに太部が代入され
、YとWは同一のものを表わす変数となる。つづいてA
3の右辺(ニーの右側)が新しい質問となり、A4に対
してA1が選ばれて、2と良夫が単一化される。A1に
は右辺がないので次にA5に対して再びA1が選ばれY
と太部が単一化される。これも右辺がないので次に八6
が実行されるが、異なるという述語はシステムがはじめ
から用意している組込述語で、2つの引数が異なるとき
にのみ正しいという意味を持つため、いまXもYも太部
であるからこの述語が成立しないことになる。このとき
、最後に単一化した内容を取消し、別の節を選択しにい
く(これをバックトラッキングという)。つまりA5に
対してA1を選んだのを取消し1次のA2が選ばれ。
When given the question, first, clauses starting with the predicate name "brother" are searched in order from A1, clause A3 is selected, and X, fat part,
Y and W are unified. That is, the bold part is substituted for X, and Y and W become variables representing the same thing. Continued A
The right side of 3 (to the right of knee) becomes a new question, A1 is selected for A4, and 2 and Yoshio are unified. Since A1 does not have the right side, A1 is selected again for A5 and Y
and the thick part is unified. This also has no right-hand side, so next 86
is executed, but the predicate "different" is a built-in predicate prepared by the system from the beginning, and it is valid only when the two arguments are different, so since both X and Y are thick, this predicate will not hold true. At this time, the last unified content is canceled and another clause is selected (this is called backtracking). In other words, the selection of A1 for A5 is canceled and the primary one, A2, is selected.

Yと次部が単一化される。そしてA6が成立するのです
べての実行が終了し、はじめの質問A7内の変数Wに対
して(Yを介して)単一化された次部が太部の兄弟とし
て求められたことになる。ここで他に太部の兄弟はいな
いかという間合わせに対しては、否となるが、もし A8: 親(良夫、三部) という節があれば、強制的にバックトラックすることに
よりWに対して三部が解として求まる。
Y and the next part are unified. Since A6 holds true, all execution ends, and the next part unified (via Y) for the variable W in the first question A7 has been found as a brother of the thick part. At this point, if there are any other siblings of Abe, the answer is no, but if there is a clause called A8: Parents (Yoshio, Sanbe), by forcibly backtracking, it becomes W. In contrast, the three parts can be found as a solution.

以上のような述語論理型言語を実行する複数のプロセッ
サをLAN (ローカルエリアネットワーク)等のネッ
トワークに接続する構想は新世代コンピュータ技術開発
機構(ICOT)にもあるが、1つのプロセッサから、
別のプロセッサ内の述語論理プログラムを、あたかも自
分のプログラムの一部として実行することに関しては考
慮されていない、一般に、述語論理型言語によるプログ
ラムはすなわち知識データであり、ネットワークに接続
されている複数のプロセッサ(たとえばワークステーシ
ョン)のそれぞれに蓄えられていく知識データはワーク
ステーションごとに異なった、専門知識が蓄積されてい
くとも考えられる。すなわち、ワークステーション間で
、互いに化ワークステーション内にある知識データを利
用することができれば、1台のワークステーションのみ
で実行する場合にくらべ、はるかに大きい利用価値が出
ることは明らかである。
The New Generation Computer Technology Development Institute (ICOT) has an idea to connect multiple processors that execute the above-mentioned predicate logic language to a network such as a LAN (Local Area Network), but from a single processor,
There is no consideration given to executing a predicate logic program in another processor as if it were part of your own program.In general, a program written in a predicate logic language is knowledge data, and multiple processors connected to a network The knowledge data stored in each of the processors (for example, workstations) can be considered to accumulate specialized knowledge that differs from workstation to workstation. In other words, it is clear that if the knowledge data stored in mutualized workstations can be used between workstations, the value of use will be much greater than when the knowledge data is used by only one workstation.

〔発明の目的〕[Purpose of the invention]

本発明の目的は、LANなどのネットワークや通信回線
に接続されているワークステーションを用いて知識情報
処理システムを構築する場合、各ワークステーションに
蓄積されていく知識データを、ネットワークに接続され
ている他のワークステーションから、あたかも自分のワ
ークステーションの中にあるかのごとく利用する手段を
提供することにある。
An object of the present invention is that when constructing a knowledge information processing system using workstations connected to a network such as a LAN or a communication line, the knowledge data accumulated in each workstation can be transferred to The purpose is to provide a means for using other workstations as if they were in one's own workstation.

〔発明の概要〕[Summary of the invention]

本発明のネットワークに接続されたプロセッサには、ネ
ットワーク間の交信を管理するプログラム(以下O8)
があり、応用プログラムからはO8を経由して他のプロ
セッサ内のO8にメッセ−ジを送ることができる。また
O5は、自プロセッサ内で、1つのプログラムを1つ以
上のそれぞれ別のプロセスとして起動したり、また休止
中のプロセスを再起動したり、また停止させることがで
きる。
A processor connected to the network of the present invention has a program (hereinafter referred to as O8) that manages communication between networks.
Messages can be sent from the application program to the O8 in other processors via the O8. Further, O5 can start one program as one or more separate processes within its own processor, and can restart or stop a dormant process.

述語論理プログラムでは、前記のごとく、1つの解を求
めるだけではなく、次々に別解を求める必要があり、そ
のためには1つの解を求めるたびに実行を休止して別解
の要求を待つようにすることが必要になる。そこで1つ
の述語呼出しについて1つのプロセスを割付けることに
し、プロセスの識別情報をメツセージに入れておくこと
により上記のごとき他プロセツサ内の述語論理言語プロ
グラムを、あたかも自プロセッサ内の述語論理言語プロ
グラムと同様に呼出すことができるようになる。
As mentioned above, in a predicate logic program, it is necessary not only to find one solution, but also to find different solutions one after another.To do this, it is necessary to pause execution every time one solution is found and wait for a request for another solution. It becomes necessary to do so. Therefore, we decided to allocate one process for one predicate call, and by putting the process identification information in the message, the predicate logic language program in another processor like the one above can be treated as if it were the predicate logic language program in the own processor. You can also call it in the same way.

〔発明の実施例〕[Embodiments of the invention]

以下、本発明の一実施例を第1図〜第6図を用いて説明
する。
An embodiment of the present invention will be described below with reference to FIGS. 1 to 6.

第1図は1本システム全体を示す図で、LAN1の接続
装置14を介してプロセッサ10が接続されている。プ
ロセッサ10には二次記憶装置11が接続されており、
述語論理型言語プログラム(以下プログラムという)が
格納されている。
FIG. 1 is a diagram showing an entire system, in which a processor 10 is connected via a LAN 1 connection device 14. As shown in FIG. A secondary storage device 11 is connected to the processor 10,
A predicate logical language program (hereinafter referred to as a program) is stored.

同様に接続装!!24を介してプロセッサ20.二次記
憶装置21が接続されている。接続装W14は、LAN
Iを流れるメツセージを監視し、自プロセッサ向けのメ
ツセージであれば、0513に割込みをかけて、そのメ
ツセージ゛を読ませる。また0813は、接続装置14
に対してメツセージ送出要求を出すと、接続装置!14
は、LANIの空き状態を監視し、空き状態になったと
き0813に割込みをかけて相手プロセッサ識別情報と
ともにメツセージを送らせる。接続装置24と0823
も同様の機能を持つ。
Connecting equipment as well! ! 24 via processor 20. A secondary storage device 21 is connected. The connection device W14 is a LAN
It monitors the message flowing through I, and if it is a message intended for its own processor, it interrupts 0513 to read the message. In addition, 0813 is the connection device 14
When you issue a message sending request to the connected device! 14
monitors the free state of the LANI, and when the LANI becomes free, interrupts 0813 and causes it to send a message along with the partner processor identification information. Connection device 24 and 0823
has similar functionality.

いま、ユーザの要求により、0S13が新たにプロセス
12を生成し、二次記憶装置!11から。
Now, according to the user's request, OS13 creates a new process 12 and uses the secondary storage! From 11.

プログラムをプロセス12にロードし、実行を開始させ
たとする。プロセス12のプログラムは第4図のような
ものとする。また、二次記憶装置21には第5図のよう
なプログラムが格納されているものとする。このときユ
ーザがプロセッサ10に対して第6図(6,1)のよう
な質問をしたとすると、プロセス12のプログラム(第
4図)内の(4,1)が選ばれ、Xとし、YとAが単一
化され、ついでその右辺が新たな質問となる。すなわち
、まずr (X、Z)に対して同様にプロセス12のプ
ログラム内が検索され、まず(4,2)が選ばれるが第
1引数の単一化が失敗し、次いで(4,3)、(4,4
)と試みられ、(4,4)で単一化が成功し、ZとCC
が単一化される8次にC2:  (Z、Y)が質問とな
るが、このrC2:JはプロセッサC2内にあるプログ
ラム内を検索することを指示する接頭語である。このと
きは、プログラム12内でP (Z、Y)を検索せず、
第2図に示すメツセージ30の送信を0513に依頼し
、休止する。メツセージ30は、相手プロセッサ20の
識別情報31.自プロセッサ10の識別情報33、自プ
ロセス12の識別情報34、最初の解を求めることは指
示する制御情報35.質問となる述語36(ここではP
 CCC,Y)’)とからなる、ここで最初の解を求め
るときには相手プロセスの識別情報は使用されない、メ
ツセージ30はoS13から、接続装置14.LANI
Assume that a program is loaded into process 12 and starts execution. The program for process 12 is as shown in FIG. It is also assumed that the secondary storage device 21 stores a program as shown in FIG. At this time, if the user asks the processor 10 a question like (6,1) in FIG. 6, (4,1) in the program of process 12 (FIG. 4) is selected, and A are unified, and then the right-hand side becomes a new question. That is, first, the program of process 12 is similarly searched for r (X, Z), and (4, 2) is selected first, but unification of the first argument fails, and then (4, 3) is selected. , (4,4
), the unification was successful with (4,4), and Z and CC
The question is C2: (Z, Y), where rC2:J is a prefix that instructs to search within the program in processor C2. In this case, do not search for P (Z, Y) in program 12,
It requests 0513 to send the message 30 shown in FIG. 2 and pauses. The message 30 includes identification information 31 . Identification information 33 of the own processor 10, identification information 34 of the own process 12, control information 35 instructing to obtain the first solution. Predicate 36 (here P
CCC, Y)'), where the identification information of the partner process is not used when finding the first solution.The message 30 is sent from the oS 13 to the connecting device 14. LANI
.

接続装置24を経由して0823に送られる。It is sent to 0823 via the connection device 24.

0823は、メツセージ30内の制御情報35が最初の
解を求めるものであるので、プロセッサ20内に新たに
プロセス22を生成し、二次記憶装!!21内のプログ
ラム(第5図)をロードし、プロセス22を実行させ、
質問述語36を渡す。
Since the control information 35 in the message 30 is for finding the first solution, 0823 generates a new process 22 in the processor 20 and stores the secondary storage! ! Load the program in 21 (Fig. 5) and execute the process 22,
Pass the question predicate 36.

プロセス22は、述語36が入力されたときと同様に実
行を行なう。すなわち、プロセス22のプログラム(第
5図)内が検索され、(5,3)が選ばれ、YとCCC
が単一化される。プロセス22は第3図に示すメツセー
ジ4oの送信をoS23に依頼する。メツセージ4oは
、相手プロセ・ツサ10の識別情報41、相手プロセス
12の識別情報42、自プロセッサ20の識別情報43
、自プロセス22の識別情報44.実行結果を示す完了
情報45、結果46とからなる。完了情報45は、解が
見つかった(YES)、解は見つからなかった(No)
のいずれかで、第4図〜第6図の例の場合にはYESと
なる。また、完了情報45が、YESのときはプロセス
22は休止する。
Process 22 executes in the same manner as when predicate 36 is input. That is, the program of process 22 (Fig. 5) is searched, (5, 3) is selected, and Y and CCC are searched.
is unified. Process 22 requests oS 23 to send message 4o shown in FIG. The message 4o includes identification information 41 of the other processor 10, identification information 42 of the other process 12, and identification information 43 of the own processor 20.
, identification information 44. of the own process 22. It consists of completion information 45 indicating the execution result and result 46. Completion information 45 indicates that a solution was found (YES) or that a solution was not found (No).
In any of the cases shown in FIGS. 4 to 6, the answer is YES. Further, when the completion information 45 is YES, the process 22 is suspended.

またNOのときはプロセス22は終了し、結果46は無
効となる。メツセージ40は、0823から接続装置2
4、LAN1、接続装置14を経由して0823に送ら
れる。0823は、送られてきたメツセージ40のプロ
セス識別情報42に示されるプロセス12を再起動し、
メツセージ40を渡す、再起動されたプロセス12は、
受取ったメツセージ40内の完了情報46がYESであ
れば、質問述語36が成立したことがわかり。
If the answer is NO, the process 22 ends and the result 46 becomes invalid. Message 40 is sent from 0823 to connecting device 2.
4, sent to 0823 via LAN1 and connection device 14. 0823 restarts the process 12 indicated by the process identification information 42 of the sent message 40,
The restarted process 12 passing the message 40 is
If the completion information 46 in the received message 40 is YES, it is understood that the question predicate 36 has been established.

同じく結果46から、質問述語36に対する単一化情報
を得る。すなわち上記の例では、YとCCCが単一化し
たことをプロセス12が知り得る。
Similarly, from the result 46, unification information for the question predicate 36 is obtained. That is, in the above example, process 12 can know that Y and CCC have been unified.

もし、バックトラックが生じて、P (Z、Y)の別解
が必要になったときは、メツセージ30の相手プロセス
の識別情報32に、メツセージ40のプロセス識別情@
44をセットし、制御情報35に2番目以後の解を求め
ることを指示し、その時点での質問となる述語を36に
セットし、他のフィールド31,33.34は前記と同
じものをセットしてプロセッサ20に送る。このメツセ
ージを受取った0823は、メツセージ30内の制御情
報35が2番目以後の解を求めるものであるので、プロ
セス識別情報32を示されるプロセス22を再起動し、
メツセージ30を渡す、再起動されたプロセス22は、
強制的にバックトラックし、次の解を求め、前述のごと
き手段を用いてプロセス12に結果を返す。0823が
プロセス22を再起動しようとしたとき、そのプロセス
がなかったら、0S23がメツセージ40を生成してプ
ロセッサ10に返す、このときメツセージ40の完了情
報45はNoとする。
If backtracking occurs and a different solution for P (Z, Y) is required, the process identification information of the message 40 @
44, instruct the control information 35 to obtain the second and subsequent solutions, set the predicate that is the question at that time to 36, and set the other fields 31, 33, and 34 the same as above. and sends it to the processor 20. 0823, which received this message, restarts the process 22 indicated by the process identification information 32, since the control information 35 in the message 30 is for finding the second and subsequent solutions.
The restarted process 22 passing the message 30 is
Force backtracking, find the next solution, and return the result to process 12 using the means described above. When 0823 attempts to restart process 22, if the process does not exist, 0S23 generates message 40 and returns it to processor 10. At this time, the completion information 45 of message 40 is set to No.

プロセス12が受取ったメツセージ40の完了情報45
がNoのときは、質問述ll36が成立しなかったこと
がわかる。
Completion information 45 of message 40 received by process 12
When is No, it can be seen that the question statement 1136 is not satisfied.

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

本発明によれば、述語論理型言語で書かれたプログラム
が、LANなどのネットワークに接続されている複数の
プロセッサに分散されていても、1つのプロセッサから
他のプロセッサ内のプログラムをあたかも自プロセッサ
内にあるごとくに呼出すことができ、また、バックトラ
ック時にも正しく別解を求めることができる。
According to the present invention, even if a program written in a predicate logical language is distributed among multiple processors connected to a network such as a LAN, one processor can read the program in another processor as if it were connected to its own processor. It can be called as if it were in the system, and it is also possible to correctly obtain another solution when backtracking.

この機能は、知識情報の分散化を可能にし、高度な知識
情報処理システムの構第に必須な機能となる。
This function enables the decentralization of knowledge information and is an essential function for the construction of advanced knowledge information processing systems.

実施例では2つのプロセッサ内のそれぞれ1つのプロセ
スについて述べたが、3台以上のプロセッサ内の複数の
プロセス間でも同様に実現できることは、各プロセッサ
内のプロセスに統一的な識別情報が与えることから明ら
かである。また結果の渡し方として、述語を表わす文字
列を渡すとか。
In the example, one process in each of two processors was described, but the same can be achieved among multiple processes in three or more processors because uniform identification information is given to the processes in each processor. it is obvious. Also, as a method of passing the result, a string representing the predicate is passed.

変数に対する単一化情報のみを渡すとか、いろいろな方
法が考えられ得ることも明らかであろう。
It is clear that various methods can be considered, such as passing only unification information for variables.

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

第1図は本発明の実施例の構成図、第2図は本発明にお
いて他プロセツサ内のプログラムを呼出すときのメツセ
ージの形式を示す構成図、第3図は逆に結果を返すとき
のメツセージの形式を示す構成図、第4図は本発明にお
ける呼出し側のプログラム例を示す説明図、第5図は本
発明における呼ばれる側のプログラムの例を示す図、第
6図は呼出し側に外部から与えた質問の例を示す図であ
る。 1・・・ネットワーク、10.20・・・プロセッサ、
11.21・・・二次記憶装91,12.22・・・プ
ロセス、13.23・・・O8,14,24・・・ネッ
トワー第 1 図 第 2 目 f13 口 第4図 (4,1)    l  (X、’()  二 −? 
 (X、  り  、  C2:fO!、’r’)(4
・22  と(久、aq)。 ひ、3)  ? (b、 bb) (4,→ ) (Cp cc) 第 5 図 第Δ 口 (t、t     ?−メ (c、4〕(Δ・tりll
:tcc
Fig. 1 is a block diagram of an embodiment of the present invention, Fig. 2 is a block diagram showing the format of a message when calling a program in another processor according to the present invention, and Fig. 3 is a block diagram showing the format of a message when a result is returned. FIG. 4 is an explanatory diagram showing an example of a program on the calling side in the present invention. FIG. 5 is a diagram showing an example of a program on the called side in the present invention. FIG. FIG. 3 is a diagram showing an example of a question. 1...Network, 10.20...Processor,
11.21...Secondary storage device 91, 12.22...Process, 13.23...O8, 14, 24...Network Figure 1 Figure 2 f13 Mouth Figure 4 (4, 1) l (X,'() 2 -?
(X, ri, C2: fO!, 'r') (4
・22 and (ku, aq). H-3)? (b, bb) (4, → ) (Cp cc) Fig. 5
:tcc

Claims (1)

【特許請求の範囲】 1、述語論理型言語を実行するプログラムを内蔵した複
数のプロセッサが、メッセージの授受によつて互に他の
プロセッサ内のプログラムをプロセスとして起動したり
、休止中のプロセスの実行を再開したり、あるいはプロ
セスを停止させることのできる機能を有するネットワー
クに接続されている述語論理型言語処理システムにおい
て、第1のプロセッサ内の第1のプロセスから、第2の
プロセッサに対して、第1のプロセッサ識別情報と、第
1のプロセス識別情報と、述語名と0個以上の引数とか
らなる述語と、該述語を質問ゴール節としたときに最初
の解を求めるのかそれとも2番目以後の解を求めるのか
を示す制御情報と、該制御情報が2番目以後の解を求め
るのであればそれを求めるために実行を再開すべき第2
のプロセッサ内の第2のプロセスの識別情報とを含むメ
ッセージを送ることを特徴とする述語論理型言語処理方
式。 2、第2のプロセッサ内において、上記質問ゴール節に
対する解を求め、次に第2のプロセスから第1のプロセ
スに対して、第2のプロセッサ識別情報と、第2のプロ
セス識別情報と、解が求まつたかどうかを示す戻り情報
と、該戻り情報が解が求まつた場合の結果と、第1のプ
ロセス識別情報とを含むメッセージを送り返すことによ
り、第1のプロセスが戻り情報と結果のゴーム節を知る
ことができるようにした第1項記載の述語論理型言語処
理方式。
[Claims] 1. A plurality of processors each having a built-in program that executes a predicate logic language can mutually start a program in another processor as a process or start a dormant process by exchanging messages. In a predicate logic type language processing system connected to a network that has a function of resuming execution or stopping a process, a first process in a first processor to a second processor , first processor identification information, first process identification information, a predicate consisting of a predicate name and zero or more arguments, and when the predicate is used as a question goal clause, do you want to find the first solution or the second? Control information indicating whether to obtain subsequent solutions, and if the control information indicates that the second or subsequent solutions are to be obtained, a second
A predicate logic type language processing method, characterized in that a message including identification information of a second process in a processor is sent. 2. In the second processor, find the solution to the question goal clause, and then send the second processor identification information, the second process identification information, and the solution from the second process to the first process. By sending back a message that includes return information indicating whether the solution has been found, the result when the solution has been found, and the first process identification information, the first process can exchange the return information and the result. The predicate logical language processing method according to item 1, which makes it possible to know Gorm clauses.
JP4655085A 1985-03-11 1985-03-11 Predicate logical type language processing system Pending JPS61206036A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP4655085A JPS61206036A (en) 1985-03-11 1985-03-11 Predicate logical type language processing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP4655085A JPS61206036A (en) 1985-03-11 1985-03-11 Predicate logical type language processing system

Publications (1)

Publication Number Publication Date
JPS61206036A true JPS61206036A (en) 1986-09-12

Family

ID=12750423

Family Applications (1)

Application Number Title Priority Date Filing Date
JP4655085A Pending JPS61206036A (en) 1985-03-11 1985-03-11 Predicate logical type language processing system

Country Status (1)

Country Link
JP (1) JPS61206036A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102763046A (en) * 2010-02-12 2012-10-31 三菱电机株式会社 Programmable controller and programming device

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102763046A (en) * 2010-02-12 2012-10-31 三菱电机株式会社 Programmable controller and programming device

Similar Documents

Publication Publication Date Title
US7376663B1 (en) XML-based representation of mobile process calculi
Arbab Reo: a channel-based coordination model for component composition
US5377350A (en) System for cooperative communication between local object managers to provide verification for the performance of remote calls by object messages
JP4729172B2 (en) Method and apparatus for performing transactions in a stateless web environment that supports a declarative paradigm
US6487607B1 (en) Methods and apparatus for remote method invocation
US6665814B2 (en) Method and apparatus for providing serialization support for a computer system
US7082551B2 (en) Method and data processing system providing checkpoint/restart across multiple heterogeneous computer systems
US5748959A (en) Method of conducting asynchronous distributed collective operations
JP2000515278A (en) Method and apparatus for invoking and processing objects asynchronously
JPH08504975A (en) Method and system for performing remote procedure calls in a distributed computer system
KR100250464B1 (en) Method for node booting on scalable parallel architecture based crossbar switch
US6226694B1 (en) Achieving consistency and synchronization among multiple data stores that cooperate within a single system in the absence of transaction monitoring
US5692122A (en) Generation of random conversation testcases
JPS61206036A (en) Predicate logical type language processing system
JP2002505463A (en) Downloadable smart proxy for processing related to remote processing calls in distributed systems
US20030140220A1 (en) Method and data processing system providing remote program initiation and control across multiple heterogeneous computer systems
Arts et al. Verifying Generic Erlang Client—Server Implementations
Pennefather et al. Design of a message passing model for use in a heterogeneous CPU-NFP framework for network analytics
US7752254B2 (en) Propagating contexts between a first and second system
EP0509946A2 (en) Apparatus and method for implementing a distributed program stack
WO2004057469A1 (en) A distributed object processing system and method
Williamson et al. Concurrent communication and synchronization mechanisms
Carroll et al. THEATR
JPH11249919A (en) Procedure call processing method and stub generation method
Khalaf et al. Coordination protocols for split BPEL loops and scopes