JP7318401B2 - Cooperative processor, method and program - Google Patents

Cooperative processor, method and program Download PDF

Info

Publication number
JP7318401B2
JP7318401B2 JP2019141782A JP2019141782A JP7318401B2 JP 7318401 B2 JP7318401 B2 JP 7318401B2 JP 2019141782 A JP2019141782 A JP 2019141782A JP 2019141782 A JP2019141782 A JP 2019141782A JP 7318401 B2 JP7318401 B2 JP 7318401B2
Authority
JP
Japan
Prior art keywords
processing
cooperative
unit
instruction
processing unit
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
JP2019141782A
Other languages
Japanese (ja)
Other versions
JP2021026352A (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.)
Ricoh Co Ltd
Original Assignee
Ricoh Co 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 Ricoh Co Ltd filed Critical Ricoh Co Ltd
Priority to JP2019141782A priority Critical patent/JP7318401B2/en
Publication of JP2021026352A publication Critical patent/JP2021026352A/en
Application granted granted Critical
Publication of JP7318401B2 publication Critical patent/JP7318401B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

  • Stored Programmes (AREA)

Description

本発明は、連携処理装置、方法、およびプログラムに関する。 The present invention relates to a cooperative processing device, method, and program.

従来、複数の処理装置が複数の処理を連携して実行することが知られている。例えば、特許文献1には、電子機器の複数の機能を組み合わせた統合機能を実行することが開示されている。 2. Description of the Related Art Conventionally, it is known that a plurality of processing apparatuses cooperate to execute a plurality of processes. For example, Patent Literature 1 discloses executing an integrated function combining a plurality of functions of an electronic device.

しかしながら、特許文献1では、統合機能に含まれる全ての機能の処理が完了するまで、次の統合機能を受け付けることができない。すなわち、各処理の連携を管理する必要性から、連携して実行する複数の処理(以下、連携処理ともいう)に含まれる全ての処理が完了するまで、次の連携処理を受け付けることができなかった。そのため、連携処理の実行中は他の連携処理を実行することができず、処理装置のリソースを効率よく活用することができなかった。 However, in Patent Document 1, the next integrated function cannot be accepted until the processing of all the functions included in the integrated function is completed. That is, due to the need to manage the cooperation of each process, the next cooperative process cannot be accepted until all the processes included in the multiple processes executed in cooperation (hereinafter also referred to as cooperative processes) are completed. rice field. Therefore, during execution of cooperative processing, other cooperative processing cannot be executed, and resources of the processing device cannot be efficiently utilized.

そこで、本発明の一実施形態では、連携処理を効率化することを目的とする。 Accordingly, an object of an embodiment of the present invention is to improve the efficiency of cooperative processing.

上述した課題を解決するために、本発明の一実施形態は、複数の処理部が複数の処理を連携して実行する連携処理装置であって、前記複数の処理の各処理の内容および前記処理を行なう順序を記憶した指示書を実行した結果を記憶する指示結果管理部と、前記指示書を実行した結果に基づいて、前記指示書に含まれる連携処理の実行頻度を評価する処理頻度評価部と、前記実行頻度に基づいて、前記連携処理を実行するための新規処理部を生成する処理部生成部と、を備える。 In order to solve the above-described problems, one embodiment of the present invention is a cooperative processing device in which a plurality of processing units cooperate to execute a plurality of processes, wherein the content of each process of the plurality of processes and the process and a processing frequency evaluation unit for evaluating the execution frequency of the cooperative processing included in the instruction based on the result of executing the instruction. and a processing unit generation unit that generates a new processing unit for executing the cooperative processing based on the execution frequency.

本発明の一実施形態によれば、連携処理を効率化することができる。 According to one embodiment of the present invention, cooperative processing can be made more efficient.

本発明の一実施形態に係る連携処理システムの全体の構成図である。1 is an overall configuration diagram of a cooperative processing system according to an embodiment of the present invention; FIG. 本発明の一実施形態に係る連携処理装置のハードウェア構成図である。1 is a hardware configuration diagram of a cooperative processing device according to an embodiment of the present invention; FIG. 本発明の一実施形態に係るユーザ端末のハードウェア構成図である。3 is a hardware configuration diagram of a user terminal according to one embodiment of the present invention; FIG. 本発明の一実施形態に係る連携処理装置の機能ブロック図である。1 is a functional block diagram of a cooperative processing device according to one embodiment of the present invention; FIG. 本発明の一実施形態に係る新規処理部の機能ブロック図である。4 is a functional block diagram of a new processing unit according to one embodiment of the present invention; FIG. 本発明の一実施形態に係る指示結果管理部で管理するデータの一例である。It is an example of data managed by an instruction result management unit according to an embodiment of the present invention. 本発明の一実施形態に係る連携処理管理部が保持する指示書名と処理部名の対応表の一例である。4 is an example of a correspondence table of instruction book names and processing unit names held by a cooperative processing management unit according to an embodiment of the present invention; 本発明の一実施形態に係る処理結果の応答の一例である。It is an example of a processing result response according to an embodiment of the present invention. 本発明の一実施形態に係る一部の処理の流れが共通な処理の一例である。A part of the flow of processing according to an embodiment of the present invention is an example of common processing. 本発明の一実施形態に係る指示書の一例である。It is an example of an instruction sheet according to an embodiment of the present invention. 本発明の一実施形態に係る新規処理部生成処理のフローチャートである。6 is a flowchart of new processing unit generation processing according to an embodiment of the present invention; 本発明の一実施形態に係る指示書による処理のフローチャートである。4 is a flow chart of processing by an instruction sheet according to one embodiment of the present invention.

以下、各実施形態について添付の図面を参照しながら説明する。なお、本明細書および図面において、実質的に同一の機能構成を有する構成要素については、同一の符号を付することにより重複した説明を省略する。 Each embodiment will be described below with reference to the accompanying drawings. In the present specification and drawings, constituent elements having substantially the same functional configuration are denoted by the same reference numerals, thereby omitting redundant description.

<全体の構成>
図1は、本発明の一実施形態に係る連携処理システム1の全体の構成図である。連携処理システム1は、連携処理装置10およびユーザ端末20を含む。連携処理装置10とユーザ端末20は、任意のネットワーク30を介して通信可能に接続されている。
<Overall configuration>
FIG. 1 is an overall configuration diagram of a cooperative processing system 1 according to one embodiment of the present invention. The cooperative processing system 1 includes a cooperative processing device 10 and a user terminal 20 . The cooperative processing device 10 and the user terminal 20 are communicably connected via an arbitrary network 30 .

連携処理装置10は、ユーザ端末20または他のシステム等から指示を受け、複数の処理を連携して実行する。連携処理装置10は、1または複数のコンピュータからなる。 The cooperative processing device 10 receives an instruction from the user terminal 20 or another system or the like, and cooperatively executes a plurality of processes. The cooperative processing device 10 consists of one or more computers.

ユーザ端末20は、連携処理を指示する者が利用する端末である。ユーザ端末20は、ユーザにより入力されたデータを連携処理装置10へ送信する。また、ユーザ端末20は、画面データ等を連携処理装置10から受信してディスプレイ等の表示手段に表示する。ユーザ端末20は、例えば、スマートフォン等である。 The user terminal 20 is a terminal used by a person who instructs cooperative processing. The user terminal 20 transmits data input by the user to the cooperative processing device 10 . Also, the user terminal 20 receives screen data and the like from the cooperative processing device 10 and displays them on display means such as a display. The user terminal 20 is, for example, a smartphone or the like.

なお、ユーザ端末20は、通信機能を備えた装置であれば、スマートフォンに限られない。ユーザ端末20は、例えば、複合機等の画像形成装置、PJ(Projector:プロジェクタ)、IWB(Interactive White Board:相互通信が可能な電子式の黒板機能を有する白板)、デジタルサイネージ等の出力装置、HUD(Head Up Display)装置、産業機械、撮像装置、集音装置、医療機器、ネットワーク家電、自動車(Connected Car)、ノートPC(Personal Computer)、携帯電話、タブレット端末、ゲーム機、PDA(Personal Digital Assistant)、デジタルカメラ、ウェアラブルPCまたはデスクトップPC等であってもよい。 Note that the user terminal 20 is not limited to a smart phone as long as it is a device having a communication function. The user terminal 20 is, for example, an image forming apparatus such as a multifunction machine, a PJ (Projector), an IWB (Interactive White Board: a whiteboard having an electronic blackboard function capable of mutual communication), an output device such as a digital signage, HUD (Head Up Display) device, industrial machine, imaging device, sound collector, medical device, network home appliance, automobile (Connected Car), notebook PC (Personal Computer), mobile phone, tablet terminal, game machine, PDA (Personal Digital) Assistant), a digital camera, a wearable PC, a desktop PC, or the like.

なお、図1では、連携処理装置10とユーザ端末20とを別々のコンピュータとして説明したが、連携処理装置10とユーザ端末20とを1つのコンピュータで実装するようにしてもよい。 In FIG. 1, the cooperative processing device 10 and the user terminal 20 are explained as separate computers, but the cooperative processing device 10 and the user terminal 20 may be implemented in one computer.

図1に記載された装置群は、本明細書に開示された実施形態を実施するための複数のコンピューティング環境のうちの1つを示すものにすぎない。ある実施形態では、連携処理装置10は、サーバクラスタといった複数のコンピューティングデバイスを含む。複数のコンピューティングデバイスは、ネットワークや共有メモリなどを含む任意のタイプの通信リンクを介して互いに通信するように構成されており、本明細書に開示された処理を実施する。 The devices depicted in FIG. 1 are merely representative of one of several computing environments for implementing the embodiments disclosed herein. In one embodiment, collaborative processing apparatus 10 includes multiple computing devices, such as a server cluster. Multiple computing devices are configured to communicate with each other over any type of communication link, including a network, shared memory, etc., to perform the processes disclosed herein.

<ハードウェア構成>
図2は、本発明の一実施形態に係る連携処理装置10のハードウェア構成図である。
<Hardware configuration>
FIG. 2 is a hardware configuration diagram of the cooperative processing device 10 according to one embodiment of the present invention.

図2に示されているように、連携処理装置10は、コンピュータによって構築されており、図2に示されているように、CPU101、ROM102、RAM103、HD104、HDD(Hard Disk Drive)コントローラ105、ディスプレイ106、外部機器接続I/F(Interface)108、ネットワークI/F109、データバス110、キーボード111、ポインティングデバイス112、DVD-RW(Digital Versatile Disk Rewritable)ドライブ114、メディアI/F116を備えている。 As shown in FIG. 2, the cooperative processing apparatus 10 is constructed by a computer, and as shown in FIG. It has a display 106, an external device connection I/F (Interface) 108, a network I/F 109, a data bus 110, a keyboard 111, a pointing device 112, a DVD-RW (Digital Versatile Disk Rewritable) drive 114, and a media I/F 116. .

これらのうち、CPU101は、連携処理装置10全体の動作を制御する。ROM102は、IPL等のCPU101の駆動に用いられるプログラムを記憶する。RAM103は、CPU101のワークエリアとして使用される。HD104は、プログラム等の各種データを記憶する。HDDコントローラ105は、CPU101の制御にしたがってHD104に対する各種データの読み出し又は書き込みを制御する。ディスプレイ106は、カーソル、メニュー、ウィンドウ、文字、又は画像などの各種情報を表示する。外部機器接続I/F108は、各種の外部機器を接続するためのインターフェースである。この場合の外部機器は、例えば、USB(Universal Serial Bus)メモリやプリンタ等である。ネットワークI/F109は、通信ネットワーク30を利用してデータ通信をするためのインターフェースである。バスライン110は、図2に示されているCPU101等の各構成要素を電気的に接続するためのアドレスバスやデータバス等である。 Among these, the CPU 101 controls the operation of the entire cooperative processing apparatus 10 . The ROM 102 stores programs used to drive the CPU 101 such as IPL. A RAM 103 is used as a work area for the CPU 101 . The HD 104 stores various data such as programs. The HDD controller 105 controls reading or writing of various data to/from the HD 104 under the control of the CPU 101 . The display 106 displays various information such as cursors, menus, windows, characters, and images. The external device connection I/F 108 is an interface for connecting various external devices. The external device in this case is, for example, a USB (Universal Serial Bus) memory, a printer, or the like. A network I/F 109 is an interface for data communication using the communication network 30 . A bus line 110 is an address bus, a data bus, or the like for electrically connecting each component such as the CPU 101 shown in FIG.

また、キーボード111は、文字、数値、各種指示などの入力のための複数のキーを備えた入力手段の一種である。ポインティングデバイス112は、各種指示の選択や実行、処理対象の選択、カーソルの移動などを行う入力手段の一種である。DVD-RWドライブ114は、着脱可能な記録媒体の一例としてのDVD-RW113に対する各種データの読み出し又は書き込みを制御する。なお、DVD-RWに限らず、DVD-R等であってもよい。メディアI/F116は、フラッシュメモリ等の記録メディア115に対するデータの読み出し又は書き込み(記憶)を制御する。 Also, the keyboard 111 is a kind of input means having a plurality of keys for inputting characters, numerical values, various instructions, and the like. The pointing device 112 is a kind of input means for selecting and executing various instructions, selecting a processing target, moving a cursor, and the like. A DVD-RW drive 114 controls reading or writing of various data to a DVD-RW 113 as an example of a removable recording medium. It should be noted that not only DVD-RW but also DVD-R or the like may be used. A media I/F 116 controls reading or writing (storage) of data to a recording medium 115 such as a flash memory.

図3は、本発明の一実施形態に係るユーザ端末20のハードウェア構成図である。 FIG. 3 is a hardware configuration diagram of the user terminal 20 according to one embodiment of the present invention.

図3に示されているように、スマートフォン20は、CPU201、ROM202、RAM203、EEPROM204、CMOSセンサ205、撮像素子I/F206、加速度・方位センサ207、メディアI/F209、GPS受信部211を備えている。 As shown in FIG. 3, the smartphone 20 includes a CPU 201, a ROM 202, a RAM 203, an EEPROM 204, a CMOS sensor 205, an image sensor I/F 206, an acceleration/direction sensor 207, a media I/F 209, and a GPS receiver 211. there is

これらのうち、CPU201は、スマートフォン20全体の動作を制御する。ROM202は、CPU201やIPL等のCPU201の駆動に用いられるプログラムを記憶する。RAM203は、CPU201のワークエリアとして使用される。EEPROM204は、CPU201の制御にしたがって、スマートフォン用プログラム等の各種データの読み出し又は書き込みを行う。CMOS(Complementary Metal Oxide Semiconductor)センサ205は、CPU201の制御に従って被写体(主に自画像)を撮像して画像データを得る内蔵型の撮像手段の一種である。なお、CMOSセンサではなく、CCD(Charge Coupled Device)センサ等の撮像手段であってもよい。撮像素子I/F206は、CMOSセンサ205の駆動を制御する回路である。加速度・方位センサ207は、地磁気を検知する電子磁気コンパスやジャイロコンパス、加速度センサ等の各種センサである。メディアI/F209は、フラッシュメモリ等の記録メディア208に対するデータの読み出し又は書き込み(記憶)を制御する。GPS受信部211は、GPS衛星からGPS信号を受信する。 Among these, the CPU 201 controls the operation of the smartphone 20 as a whole. The ROM 202 stores programs used to drive the CPU 201, such as the CPU 201 and IPL. A RAM 203 is used as a work area for the CPU 201 . The EEPROM 204 reads or writes various data such as smartphone programs under the control of the CPU 201 . A CMOS (Complementary Metal Oxide Semiconductor) sensor 205 is a type of built-in imaging means for capturing an object (mainly a self-portrait) and obtaining image data under the control of the CPU 201 . Note that imaging means such as a CCD (Charge Coupled Device) sensor may be used instead of the CMOS sensor. An imaging device I/F 206 is a circuit that controls driving of the CMOS sensor 205 . The acceleration/azimuth sensor 207 is various sensors such as an electronic magnetic compass, a gyro compass, and an acceleration sensor for detecting geomagnetism. A media I/F 209 controls reading or writing (storage) of data to a recording medium 208 such as a flash memory. The GPS receiver 211 receives GPS signals from GPS satellites.

また、スマートフォン20は、遠距離通信回路212、CMOSセンサ213、撮像素子I/F214、マイク215、スピーカ216、音入出力I/F217、ディスプレイ218、外部機器接続I/F(Interface)219、近距離通信回路220、近距離通信回路220のアンテナ220a、及びタッチパネル221を備えている。 The smartphone 20 also includes a long-distance communication circuit 212, a CMOS sensor 213, an image sensor I/F 214, a microphone 215, a speaker 216, a sound input/output I/F 217, a display 218, an external device connection I/F (Interface) 219, a near A distance communication circuit 220, an antenna 220a of the short distance communication circuit 220, and a touch panel 221 are provided.

これらのうち、遠距離通信回路212は、通信ネットワーク30を介して、他の機器と通信する回路である。CMOSセンサ213は、CPU201の制御に従って被写体を撮像して画像データを得る内蔵型の撮像手段の一種である。撮像素子I/F214は、CMOSセンサ213の駆動を制御する回路である。マイク215は、音を電気信号に変える内蔵型の回路である。スピーカ216は、電気信号を物理振動に変えて音楽や音声などの音を生み出す内蔵型の回路である。音入出力I/F217は、CPU201の制御に従ってマイク215及びスピーカ216との間で音信号の入出力を処理する回路である。ディスプレイ218は、被写体の画像や各種アイコン等を表示する液晶や有機EL(Electro Luminescence)などの表示手段の一種である。外部機器接続I/F219は、各種の外部機器を接続するためのインターフェースである。近距離通信回路220は、NFC(Near Field Communication)やBluetooth(登録商標)等の通信回路である。タッチパネル221は、利用者がディスプレイ218を押下することで、スマートフォン20を操作する入力手段の一種である。 Of these, the telecommunications circuit 212 is the circuit that communicates with other devices via the communication network 30 . The CMOS sensor 213 is a type of built-in imaging means that images a subject and obtains image data under the control of the CPU 201 . An imaging device I/F 214 is a circuit that controls driving of the CMOS sensor 213 . Microphone 215 is a built-in circuit that converts sound into an electrical signal. The speaker 216 is a built-in circuit that converts electrical signals into physical vibrations to produce sounds such as music and voice. A sound input/output I/F 217 is a circuit for processing input/output of sound signals between the microphone 215 and the speaker 216 under the control of the CPU 201 . A display 218 is a kind of display means such as a liquid crystal or an organic EL (Electro Luminescence) that displays an image of a subject, various icons, and the like. The external device connection I/F 219 is an interface for connecting various external devices. The short-range communication circuit 220 is a communication circuit such as NFC (Near Field Communication) or Bluetooth (registered trademark). The touch panel 221 is a type of input means for operating the smartphone 20 by the user pressing the display 218 .

また、スマートフォン20は、バスライン210を備えている。バスライン210は、図3に示されているCPU201等の各構成要素を電気的に接続するためのアドレスバスやデータバス等である。 The smartphone 20 also includes a bus line 210 . A bus line 210 is an address bus, a data bus, or the like for electrically connecting each component such as the CPU 201 shown in FIG.

<機能ブロック>
図4は、本発明の一実施形態に係る連携処理装置10の機能ブロック図である。連携処理装置10は、入力部301、出力部302、連携処理管理部303、指示書管理部304、指示結果管理部305、処理頻度評価部306、処理部生成部307、新規処理部308、第一の処理部309、第二の処理部310、取得処理部311、保管処理部312を有する。また、連携処理装置10は、プログラムを実行することで、入力部301、出力部302、連携処理管理部303、処理頻度評価部306、処理部生成部307、新規処理部308、第一の処理部309、第二の処理部310、取得処理部311、保管処理部312として機能する。以下、それぞれについて説明する。
<Functional block>
FIG. 4 is a functional block diagram of the cooperative processing device 10 according to one embodiment of the invention. The cooperative processing apparatus 10 includes an input unit 301, an output unit 302, a cooperative processing management unit 303, an instruction management unit 304, an instruction result management unit 305, a processing frequency evaluation unit 306, a processing unit generation unit 307, a new processing unit 308, a It has a first processing unit 309 , a second processing unit 310 , an acquisition processing unit 311 , and a storage processing unit 312 . Further, by executing the program, the cooperative processing device 10 performs the input unit 301, the output unit 302, the cooperative processing management unit 303, the processing frequency evaluation unit 306, the processing unit generation unit 307, the new processing unit 308, the first processing It functions as a unit 309 , a second processing unit 310 , an acquisition processing unit 311 and a storage processing unit 312 . Each of these will be described below.

まず、指示書について説明する。本明細書において、指示書とは、連携処理装置10が連携して実行する複数の処理の各処理の内容およびそれらの処理を行う順序を一連の処理として記憶したデータである。例えば、各処理装置が実行する処理は、"画像から顔を検出する処理"、"画像からナンバープレートを検出する処理"、"画像の特定の箇所にぼかしをかける処理"、"画像全体のノイズを除去する処理"などの処理を指すが、これらの処理に限定するものではない。 First, the instructions will be explained. In this specification, an instruction sheet is data in which the details of each of a plurality of processes to be executed cooperatively by the cooperative processing apparatus 10 and the order in which the processes are performed are stored as a series of processes. For example, the processing executed by each processing unit is "processing to detect a face from an image", "processing to detect a license plate from an image", "processing to blur a specific part of an image", and "noise in the entire image". However, it is not limited to these processes.

入力部301は、ユーザ端末20または他のシステム等から指示(例えば、一連の処理を実行させるための指示等)を受け付けて、ユーザ端末20または他のシステム等から取得したデータを連携処理管理部303または新規処理部308へ渡す。 The input unit 301 receives an instruction (for example, an instruction to execute a series of processes) from the user terminal 20 or another system or the like, and inputs data acquired from the user terminal 20 or another system or the like to the cooperative processing management unit. 303 or new processing unit 308 .

出力部302は、連携処理管理部303または新規処理部308が出力したデータ(例えば、一連の処理を実行した結果)をユーザ端末20または他のシステム等に出力する。 The output unit 302 outputs data output by the cooperative processing management unit 303 or the new processing unit 308 (for example, a result of executing a series of processes) to the user terminal 20 or another system.

なお、入力部301が連携処理管理部303を介して新規処理部308に処理を実行させるようにしてもよいし、入力部301が直接(連携処理管理部303を介さず)新規処理部308に処理を実行させるようにしてもよい。また、出力部302が連携処理管理部303を介して新規処理部308から実行結果を受け取るようにしてもよいし、出力部302が直接(連携処理管理部303を介さず)新規処理部308から実行結果を受け取るようにしてもよい。 Note that the input unit 301 may cause the new processing unit 308 to execute processing via the cooperative processing management unit 303, or the input unit 301 may directly (without going through the cooperative processing management unit 303) instruct the new processing unit 308 to execute processing. You may make it perform a process. Alternatively, the output unit 302 may receive the execution result from the new processing unit 308 via the cooperation processing management unit 303, or the output unit 302 may receive the execution result from the new processing unit 308 directly (without going through the cooperation processing management unit 303). You may make it receive an execution result.

連携処理管理部303は、指示書に基づいて一連の処理の実行を管理する。具体的には、連携処理管理部303は、ユーザ端末20または他のシステム等からの指示、または、指示書管理部304への指示書の保持完了を起点として、複数の処理部(つまり、第一の処理部309、第二の処理部310、取得処理部311、保管処理部312)に一連の処理を実行させる。また、連携処理管理部303は、一連の処理の実行結果を出力部302へ渡す。 A cooperative processing management unit 303 manages execution of a series of processing based on an instruction sheet. Specifically, the cooperation processing management unit 303 starts with an instruction from the user terminal 20 or another system or the completion of holding of the instruction in the instruction management unit 304, and starts a plurality of processing units (that is, the second The first processing unit 309, the second processing unit 310, the acquisition processing unit 311, and the storage processing unit 312) execute a series of processes. Also, the cooperative processing management unit 303 passes the execution result of the series of processing to the output unit 302 .

なお、上述したように、連携処理管理部303は、新規処理部308に一連の処理を実行させ、新規処理部308による一連の処理の実行結果を出力部302へ渡すこともできる。 As described above, the cooperative processing management unit 303 can cause the new processing unit 308 to execute a series of processes, and pass the execution result of the series of processes by the new processing unit 308 to the output unit 302 .

指示書管理部304は、指示書を保持する記憶部である。 The instruction book management unit 304 is a storage unit that holds the instruction book.

指示結果管理部305は、指示書の実行ごとに、「実行番号」、「実行日時」、「指示書名」、「指示書」、「連携処理名」、「指示評価」を紐付けて、指示結果(実行結果ともいう)として記憶する記憶部である。以下、図6を参照しながら、より詳細に指示結果について説明する。 The instruction result management unit 305 associates the “execution number”, “execution date and time”, “instruction name”, “instruction”, “cooperation process name”, and “instruction evaluation” with each execution of the instruction, This is a storage unit that stores results (also referred to as execution results). The instruction result will be described in more detail below with reference to FIG.

図6は、本発明の一実施形態に係る指示結果管理部305で管理するデータの一例である。上述のとおり、指示結果データは、実行番号と、実行日時と、指示書名と、指示書と、連携処理名と、指示評価とのデータを含む。 FIG. 6 is an example of data managed by the instruction result management unit 305 according to one embodiment of the present invention. As described above, the instruction result data includes the execution number, execution date and time, instruction name, instruction, cooperation process name, and instruction evaluation.

「実行番号」には、指示書の実行の度に採番される番号が記憶される。 The "execution number" stores a number assigned each time the instruction sheet is executed.

「実行日時」には、連携処理管理部303が指示書を実行した日時や時間が記憶される。 The date and time when the cooperation processing management unit 303 executed the instruction sheet is stored in the "execution date and time".

「指示書名」には、連携処理管理部303が実行した指示書の名前が記憶される。指示書名は、任意の名前であってよい。例えば、指示書名は、"顔を検出してぼかす"などの指示内容が一目で把握できる名前であってもよいし、"TEST"などの指示書名からどういった指示内容なのかを把握できない名前であってもよい。 The name of the instruction executed by the cooperation processing management unit 303 is stored in the "instruction name". The instruction name can be any name. For example, the name of the instruction may be a name such as "detect and blur the face" that allows the user to grasp the instruction at a glance, or a name such as "TEST" that does not allow the user to grasp the instruction. may be

「指示書」には、連携処理管理部303が実行した指示書が記憶される。例えば、指示書は、json形式のファイル(つまり、指示書のデータそのもの)であってもよいし、指示書が保持されている場所の情報(パス)であってもよい。 The “instruction” field stores the instruction executed by the cooperative processing management unit 303 . For example, the instruction may be a file in json format (that is, the data itself of the instruction), or may be information (path) where the instruction is stored.

「連携処理名」には、連携処理管理部303が指示書を実行した際に実行した一連の処理に含まれる各処理の識別子(例えば、処理名などの文字列)が、実行した順序で列挙して記憶される。例えば、図6では、実行番号"0001"の連携処理名は、パラメータで指定された画像保持場所から画像を取得(画像取得処理)し、取得した画像から顔を検出(顔検出処理)し、検出した箇所にぼかしをかけ(ぼかし処理)、パラメータで指定された画像保持場所に処理後の画像を保管(画像保管処理)する一連の処理を実行したことを示している。 Identifiers (for example, character strings such as process names) of each process included in a series of processes executed when the cooperative process management unit 303 executes the instruction sheet are listed in the "cooperative process name" in the order of execution. stored as For example, in FIG. 6, the cooperative process name with the execution number "0001" acquires an image from the image storage location specified by the parameter (image acquisition process), detects a face from the acquired image (face detection process), It shows that a series of processes has been executed for blurring the detected portion (blurring process) and storing the processed image in the image storage location specified by the parameter (image storage process).

「指示評価」には、連携処理管理部303が指示書を実行した結果が、ユーザの意図した指示内容であったかを示す評価が記憶される。例えば、指示評価は、ユーザが、指示書の一連の処理を実行した結果の画像(以下、結果画像ともいう)を確認して、0.0~1.0までの評価値を指定することによって記憶されてもよい。 The “instruction evaluation” stores an evaluation indicating whether the result of execution of the instruction sheet by the cooperative processing management unit 303 was the instruction content intended by the user. For example, the instruction evaluation is performed by the user confirming an image resulting from executing a series of processing of the instruction (hereinafter also referred to as a result image) and specifying an evaluation value from 0.0 to 1.0. may be stored.

図4に戻る。処理頻度評価部306は、指示結果管理部305に保存された情報から、指示書に含まれる一連の処理の実行頻度を評価して、高頻度で実行されている連携処理を単独処理として新規処理部308にて実行させるよう判断する。例えば、処理頻度評価部306は、指示書の実行回数、指示書の実行時間などに基づいて、指示書に含まれる一連の処理の実行頻度を評価することができる。 Return to FIG. The processing frequency evaluation unit 306 evaluates the execution frequency of a series of processes included in the instruction sheet from the information saved in the instruction result management unit 305, and selects frequently executed cooperative processing as independent processing as a new processing. The unit 308 determines to execute. For example, the processing frequency evaluation unit 306 can evaluate the execution frequency of a series of processes included in the instruction based on the number of times the instruction is executed, the execution time of the instruction, and the like.

なお、指示書に含まれる一連の処理のうちの全ての処理を単独処理として新規処理部308にて実行させるようにしてもよいし、指示書に含まれる一連の処理のうちの一部の処理を単独処理として新規処理部308にて実行させるようにしてもよい。 All of the series of processes included in the instruction sheet may be executed by the new processing unit 308 as independent processes, or part of the series of processes included in the instruction sheet may be executed. may be executed by the new processing unit 308 as a single process.

処理部生成部307は、処理頻度評価部306の評価結果に基づいて、指示書に含まれる一連の処理のうちの少なくとも一部の処理を実行するための新規処理部308を生成する。 Based on the evaluation result of the processing frequency evaluation unit 306, the processing unit generation unit 307 generates a new processing unit 308 for executing at least part of the series of processes included in the instruction sheet.

なお、新たな新規処理部308が生成されるだけでなく、いったん生成された新規処理部308が、指示書に含まれる一連の処理の実行頻度が低いと削除されるようにしてもよい。 In addition to generating a new new processing unit 308, the once generated new processing unit 308 may be deleted if the execution frequency of the series of processes included in the instruction sheet is low.

新規処理部308は、指示書に含まれる一連の処理のうちの少なくとも一部の処理を、単独の処理として実行する。以下、図5を参照しながら、新規処理部308についてより詳細に説明する。 The new processing unit 308 executes at least part of the series of processes included in the instruction sheet as a single process. The new processing unit 308 will be described in more detail below with reference to FIG.

図5は、本発明の一実施形態に係る新規処理部308の機能ブロック図である。新規処理部308は、受入プロセス380、第一の処理プロセス381、第二の処理プロセス382、取得処理プロセス383、保管処理プロセス384を有する。例えば、受入プロセス380、第一の処理プロセス381、第二の処理プロセス382、取得処理プロセス383、保管処理プロセス384は、サーバー(つまり、新規処理部308)内で動くDockerコンテナである。 FIG. 5 is a functional block diagram of new processor 308 according to one embodiment of the present invention. The new processing section 308 has a receiving process 380 , a first processing process 381 , a second processing process 382 , an acquisition processing process 383 and a storage processing process 384 . For example, the receiving process 380, the first processing process 381, the second processing process 382, the acquiring processing process 383, and the storing processing process 384 are Docker containers running within the server (ie, new processing unit 308).

第一の処理部309、第二の処理部310、取得処理部311、保管処理部312に相当する機能が、処理プロセス(つまり、第一の処理プロセス381、第二の処理プロセス382、取得処理プロセス383、保管処理プロセス384)として1つの処理部(つまり、新規処理部308)に組み込まれる。 Functions corresponding to the first processing unit 309, the second processing unit 310, the acquisition processing unit 311, and the storage processing unit 312 are provided by the processing processes (that is, the first processing process 381, the second processing process 382, the acquisition processing The process 383 and the storage processing process 384) are incorporated into one processing section (that is, the new processing section 308).

受入プロセス380は、連携処理管理部303または入力部301からの処理の指示を受けることができ、どのプロセスをどのように実行すべきかを認識している。 The acceptance process 380 can receive processing instructions from the cooperation processing management unit 303 or the input unit 301, and recognizes which process should be executed and how.

このように、本発明の一実施形態では、実行頻度の高い連携処理により連携処理管理部303が占有されるのを防ぐことができる。また、サーバー内で処理が完結するため、データのやりとりなどのパフォーマンスも良くなる。 As described above, in one embodiment of the present invention, it is possible to prevent the cooperation processing management unit 303 from being occupied by frequently executed cooperation processing. In addition, since the processing is completed within the server, performance such as data exchange is improved.

図4に戻る。第一の処理部309は、指示書に基づいて第一の処理を実行する。 Return to FIG. A first processing unit 309 executes a first process based on the instruction sheet.

第二の処理部310は、指示書に基づいて第二の処理を実行する。 A second processing unit 310 executes a second process based on the instruction sheet.

なお、図4では、第一の処理部309と第二の処理部310が示されているが、処理部の数はこれに限定するものではない。 Although FIG. 4 shows the first processing unit 309 and the second processing unit 310, the number of processing units is not limited to this.

取得処理部311は、指示書に基づいて所定の場所からデータを取得する。 Acquisition processing unit 311 acquires data from a predetermined location based on the instruction sheet.

保管処理部312は、指示書に基づいて所定の場所へデータを保管する。 The storage processing unit 312 stores data in a predetermined location based on the instruction sheet.

図7は、本発明の一実施形態に係る連携処理管理部303が保持する指示書名と処理部名の対応表の一例である。 FIG. 7 is an example of a correspondence table between instruction book names and processing unit names held by the cooperative processing management unit 303 according to an embodiment of the present invention.

図7に示されるように、指示書と、生成された処理部(つまり、新規処理部308)とが紐付けられて保持される(図7のNo1、No2の場合)。また、指示書内の一部の処理のみが、生成された処理部(つまり、新規処理部308)で実行される場合には、処理部名のほかに、既存の処理部(つまり、第一の処理部309、第二の処理部310、取得処理部311、保管処理部312など)で実行される処理もあわせて保持される(図7のNo3、No4の場合)。図7のNo3、No4の場合、No3とNo4との間で共通の処理がS-003で実行され、差分は前処理、後処理として管理されている。 As shown in FIG. 7, the instruction sheet and the generated processing unit (that is, the new processing unit 308) are linked and held (in the case of No. 1 and No. 2 in FIG. 7). In addition, when only part of the processing in the instruction sheet is to be executed by the generated processing unit (that is, the new processing unit 308), the name of the existing processing unit (that is, the first (processing unit 309, second processing unit 310, acquisition processing unit 311, storage processing unit 312, etc.) are also stored (in the case of No. 3 and No. 4 in FIG. 7). In the case of No. 3 and No. 4 in FIG. 7, common processing is executed in S-003 between No. 3 and No. 4, and differences are managed as pre-processing and post-processing.

図8は、本発明の一実施形態に係る処理結果の応答の一例である。図8に示されるように、処理結果(result)、実施した処理装置(processing unit)、新規処理部308で置き換えられた処理(replacement)の情報が含まれる。これにより、処理が置き換えられたことが分かるほか、新規処理部308の名前および処理内容が分かるため、以後、この名前を利用して新たな指示書を作成することが可能となる。 FIG. 8 is an example of a processing result response according to an embodiment of the present invention. As shown in FIG. 8, information on the processing result (result), the executed processing unit (processing unit), and the processing replaced by the new processing unit 308 (replacement) is included. As a result, it is possible to know that the process has been replaced, and the name and process details of the new processing unit 308 are known, so that it is possible to create a new instruction sheet using this name thereafter.

図9は、本発明の一実施形態に係る一部の処理の流れが共通な処理の一例である。上述したように、指示書に含まれる一連の処理のうちの全ての処理を単独処理として新規処理部308にて実行させるようにしてもよいし、指示書に含まれる一連の処理のうちの一部の処理を単独処理として新規処理部308にて実行させるようにしてもよい。図9は、全体では異なる処理であるが、一部の処理の流れが共通な処理の例である。このような場合、共通な処理の流れ(平滑化、二値化、顔検出)を含む指示書の実行頻度が一定以上であると判断されれば、処理頻度評価部306は、新規処理部308の生成が必要であると判断をすることができる。 FIG. 9 is an example of a process having a partly common process flow according to an embodiment of the present invention. As described above, all of the series of processes included in the instruction sheet may be executed by the new processing unit 308 as independent processes, or one of the series of processes included in the instruction sheet may be executed. The new processing unit 308 may execute the processing of the unit as a single processing. FIG. 9 is an example of processing that differs in its entirety, but shares a part of the flow of processing. In such a case, if it is determined that the execution frequency of the instruction sheet including the common processing flow (smoothing, binarization, face detection) is above a certain level, the processing frequency evaluation unit 306 changes the new processing unit 308 It can be determined that generation of is necessary.

図10は、本発明の一実施形態に係る指示書の一例である。指示書は、例えば、Json(JavaScript Object Notation)で記述されている。 FIG. 10 is an example of an instruction sheet according to one embodiment of the present invention. The instructions are written, for example, in Json (JavaScript Object Notation).

図11は、本発明の一実施形態に係る新規処理部生成処理のフローチャートである。 FIG. 11 is a flowchart of new processing unit generation processing according to an embodiment of the present invention.

ステップ11(S11)において、処理頻度評価部306は、所定の期間ごとに、指示結果管理部305を参照して連携処理の実行頻度を評価し、高頻度で実行されている連携処理(つまり、新規処理部308を生成するための評価基準値を上回る連携処理)を検出する。 In step 11 (S11), the processing frequency evaluation unit 306 refers to the instruction result management unit 305 for each predetermined period to evaluate the execution frequency of the cooperative processing, and cooperation processing) exceeding the evaluation reference value for generating the new processing unit 308 is detected.

ステップ12(S12)において、処理頻度評価部306は、S11で検出した連携処理を実行するための新規処理部308を生成するよう処理部生成部307に指示する。具体的には、処理頻度評価部306は、処理部生成部307に、指示書名と、指示書内の新規処理部308で実行すべき連携処理とを通知する。 At step 12 (S12), the processing frequency evaluation unit 306 instructs the processing unit generation unit 307 to generate a new processing unit 308 for executing the cooperative processing detected at S11. Specifically, the processing frequency evaluation unit 306 notifies the processing unit generation unit 307 of the instruction sheet name and the cooperative processing to be executed by the new processing unit 308 in the instruction sheet.

ステップ13(S13)において、処理部生成部307は、指示書管理部304から、S12で指示された指示書を取得する。 At step 13 ( S<b>13 ), the processing unit generation unit 307 acquires the instruction sheet instructed at S<b>12 from the instruction sheet management unit 304 .

ステップ14(S14)において、処理部生成部307は、S12の指示およびS13で取得した指示書に基づいて、新規処理部308を生成する。 At step 14 (S14), the processing unit generation unit 307 generates a new processing unit 308 based on the instruction at S12 and the instruction sheet acquired at S13.

ステップ15(S15)において、処理部生成部307は、新規処理部308の生成を連携処理管理部303(あるいは入力部301)に通知する。具体的には、処理部生成部307は、以降、S13で取得した指示書による処理は新規処理部308を利用するよう通知する。 At step 15 ( S<b>15 ), the processing unit generation unit 307 notifies the cooperation processing management unit 303 (or the input unit 301 ) of generation of the new processing unit 308 . Specifically, the processing unit generation unit 307 notifies the new processing unit 308 to be used for processing based on the instruction sheet acquired in S13.

図12は、本発明の一実施形態に係る指示書による処理のフローチャートである。 FIG. 12 is a flow chart of processing by an instruction sheet according to one embodiment of the present invention.

ステップ21(S21)において、入力部301は、ユーザ端末20または他のシステム等から指示書を実行するよう指示を受け付ける。 At step 21 (S21), the input unit 301 receives an instruction to execute the instruction sheet from the user terminal 20, another system, or the like.

ステップ22(S22)において、連携処理管理部303は、S21の指示書を解読して、各処理部(つまり、新規処理部308、第一の処理部309、第二の処理部310、取得処理部311、保管処理部312)に処理を実行させる。具体的には、連携処理管理部303は、指示書内の新規処理部308で実行すべき連携処理については新規処理部308に処理を実行させる。また、連携処理管理部303は、指示書内の個々の処理部(つまり、第一の処理部309、第二の処理部310、取得処理部311、保管処理部312)で実行すべき処理については個々の処理部に処理を実行させる。 In step 22 (S22), the cooperative processing management unit 303 decodes the instruction sheet of S21, and each processing unit (that is, the new processing unit 308, the first processing unit 309, the second processing unit 310, the acquisition process section 311 and storage processing section 312) to execute processing. Specifically, the cooperative processing management unit 303 causes the new processing unit 308 to execute the cooperative processing to be executed by the new processing unit 308 in the instruction sheet. In addition, the cooperation processing management unit 303 also provides information on processing to be executed by each processing unit (that is, the first processing unit 309, the second processing unit 310, the acquisition processing unit 311, and the storage processing unit 312) in the instruction sheet. causes individual processing units to perform processing.

ステップ23(S23)において、連携処理管理部303は、S22の実行結果を保存する。 At step 23 (S23), the cooperation processing management unit 303 saves the execution result of S22.

ステップ24(S24)において、連携処理管理部303は、S22の実行結果を出力部302へ返す。 At step 24 ( S<b>24 ), the cooperation processing management unit 303 returns the execution result of S<b>22 to the output unit 302 .

このように、本発明の一実施形態では、頻繁に実行される処理を新規処理部にオフロードし、連携処理管理部は連携処理を実行することに専念することができるので、効率的に処理を実行することができる。 Thus, in one embodiment of the present invention, frequently executed processing is offloaded to a new processing unit, and the cooperative processing management unit can concentrate on executing cooperative processing. can be executed.

上記で説明した実施形態の各機能は、一又は複数の処理回路によって実現することが可能である。ここで、本明細書における「処理回路」とは、電子回路により実装されるプロセッサのようにソフトウェアによって各機能を実行するようプログラミングされたプロセッサや、上記で説明した各機能を実行するよう設計されたASIC(Application Specific Integrated Circuit)、DSP(digital signal processor)、FPGA(field programmable gate array)や従来の回路モジュール等のデバイスを含むものとする。 Each function of the embodiments described above may be implemented by one or more processing circuits. Here, the "processing circuit" in this specification means a processor programmed by software to perform each function, such as a processor implemented by an electronic circuit, or a processor designed to perform each function described above. ASICs (Application Specific Integrated Circuits), DSPs (digital signal processors), FPGAs (field programmable gate arrays) and devices such as conventional circuit modules.

なお、上記実施形態に挙げた構成等に、その他の要素との組み合わせ等、ここで示した構成に本発明が限定されるものではない。これらの点に関しては、本発明の趣旨を逸脱しない範囲で変更することが可能であり、その応用形態に応じて適切に定めることができる。 It should be noted that the present invention is not limited to the configurations shown here, such as combinations with other elements, etc., in the configurations described in the above embodiments. These points can be changed without departing from the gist of the present invention, and can be determined appropriately according to the application form.

1 連携処理システム
10 連携処理装置
20 ユーザ端末
30 ネットワーク
301 入力部
302 出力部
303 連携処理管理部
304 指示書管理部
305 指示結果管理部
306 処理頻度評価部
307 処理部生成部
308 新規処理部
309 第一の処理部
310 第二の処理部
311 取得処理部
312 保管処理部
380 受入プロセス
381 第一の処理プロセス
382 第二の処理プロセス
383 取得処理プロセス
384 保管処理プロセス
1 Cooperative processing system 10 Cooperative processing device 20 User terminal 30 Network 301 Input unit 302 Output unit 303 Cooperative processing management unit 304 Instruction sheet management unit 305 Instruction result management unit 306 Processing frequency evaluation unit 307 Processing unit generation unit 308 New processing unit 309 First processing unit 310 Second processing unit 311 Acquisition processing unit 312 Storage processing unit 380 Acceptance process 381 First processing process 382 Second processing process 383 Acquisition processing process 384 Storage processing process

特開2016-111417号公報JP 2016-111417 A

Claims (9)

複数の処理部が複数の処理を連携して実行する連携処理装置であって、
前記複数の処理の各処理の内容および前記処理を行なう順序を記憶した指示書を実行した結果を記憶する指示結果管理部と、
前記指示書を実行した結果に基づいて、前記指示書に含まれる連携処理の実行頻度を評価する処理頻度評価部と、
前記実行頻度に基づいて、前記連携処理を実行するための新規処理部を生成する処理部生成部と
を備えた連携処理装置。
A cooperative processing device in which a plurality of processing units cooperate to execute a plurality of processes,
an instruction result management unit that stores a result of executing an instruction that stores the contents of each process of the plurality of processes and the order in which the processes are performed;
a processing frequency evaluation unit that evaluates the execution frequency of the cooperative processing included in the instruction sheet based on the result of executing the instruction sheet;
and a processing unit generation unit that generates a new processing unit for executing the cooperative processing based on the execution frequency.
前記新規処理部にて実行される連携処理は、前記複数の処理部にて連携して実行される処理と同一である、請求項1に記載の連携処理装置。 2. The cooperative processing apparatus according to claim 1, wherein the cooperative processing executed by said new processing unit is the same as the processing cooperatively executed by said plurality of processing units. 前記処理頻度評価部は、所定の期間ごとに、前記新規処理部を生成するための評価基準値を上回る連携処理を検出する、請求項1または2に記載の連携処理装置。 3. The cooperative processing apparatus according to claim 1, wherein said processing frequency evaluation unit detects cooperative processing exceeding an evaluation reference value for generating said new processing unit at predetermined intervals. 前記連携処理は、前記新規処理部にて単独処理として実行されることとなる、請求項1から3のいずれか一項に記載の連携処理装置。 The cooperative processing apparatus according to any one of claims 1 to 3, wherein the cooperative processing is executed as independent processing by the new processing unit. 前記連携処理を実行した結果、および、前記前記連携処理を実行した新規処理部名と前記連携処理の内容を通知する出力部をさらに備えた、請求項1から4のいずれか一項に記載の連携処理装置。 5. The method according to any one of claims 1 to 4, further comprising an output unit that notifies a result of executing the cooperative processing, a new processing unit name that executed the cooperative processing, and details of the cooperative processing. Cooperative processor. 前記新規処理部は、前記連携処理装置が実行する処理のうちの1つの処理を実行する、請求項1から5のいずれか一項に記載の連携処理装置。 The cooperative processing device according to any one of claims 1 to 5, wherein the new processing unit executes one of the processes executed by the cooperative processing device. 前記処理頻度評価部は、複数の指示書に共通して含まれる連携処理を実行するための新規処理部を生成する、請求項1から6のいずれか一項に記載の連携処理装置。 7. The cooperative processing apparatus according to claim 1, wherein said processing frequency evaluation unit generates a new processing unit for executing cooperative processing commonly included in a plurality of instruction sheets. 複数の処理部が複数の処理を連携して実行する連携処理装置が、
前記複数の処理の各処理の内容および前記処理を行なう順序を記憶した指示書を実行した結果に基づいて、前記指示書に含まれる連携処理の実行頻度を評価するステップと、
前記実行頻度に基づいて、前記連携処理を実行するための新規処理部を生成するステップと
を含む方法。
A cooperative processing device in which a plurality of processing units cooperate to execute a plurality of processes,
a step of evaluating the execution frequency of the cooperative process included in the instruction sheet based on the result of executing the instruction sheet storing the contents of each process of the plurality of processes and the order in which the processes are performed;
and generating a new processing unit for executing the cooperative processing based on the execution frequency.
複数の処理部が複数の処理を連携して実行する連携処理装置を、
前記複数の処理の各処理の内容および前記処理を行なう順序を記憶した指示書を実行した結果に基づいて、前記指示書に含まれる連携処理の実行頻度を評価する処理頻度評価部、
前記実行頻度に基づいて、前記連携処理を実行するための新規処理部を生成する処理部生成部
として機能させるためのプログラム。
A cooperative processing device in which a plurality of processing units cooperate to execute a plurality of processes,
a processing frequency evaluation unit that evaluates the execution frequency of the cooperative processing included in the instruction sheet based on the result of executing the instruction sheet that stores the contents of each process of the plurality of processes and the order in which the processing is performed;
A program for functioning as a processing unit generation unit that generates a new processing unit for executing the cooperative processing based on the execution frequency.
JP2019141782A 2019-07-31 2019-07-31 Cooperative processor, method and program Active JP7318401B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2019141782A JP7318401B2 (en) 2019-07-31 2019-07-31 Cooperative processor, method and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2019141782A JP7318401B2 (en) 2019-07-31 2019-07-31 Cooperative processor, method and program

Publications (2)

Publication Number Publication Date
JP2021026352A JP2021026352A (en) 2021-02-22
JP7318401B2 true JP7318401B2 (en) 2023-08-01

Family

ID=74664995

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2019141782A Active JP7318401B2 (en) 2019-07-31 2019-07-31 Cooperative processor, method and program

Country Status (1)

Country Link
JP (1) JP7318401B2 (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000259590A (en) 1999-03-10 2000-09-22 Fujitsu Ltd Module linking method and computer system utilizing the same
JP2010218119A (en) 2009-03-16 2010-09-30 Ricoh Co Ltd Information equipment management device, information management method, its system, program, and computer-readable recording medium recorded with the program
JP2019101906A (en) 2017-12-06 2019-06-24 富士ゼロックス株式会社 Information processing apparatus and program

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000259590A (en) 1999-03-10 2000-09-22 Fujitsu Ltd Module linking method and computer system utilizing the same
JP2010218119A (en) 2009-03-16 2010-09-30 Ricoh Co Ltd Information equipment management device, information management method, its system, program, and computer-readable recording medium recorded with the program
JP2019101906A (en) 2017-12-06 2019-06-24 富士ゼロックス株式会社 Information processing apparatus and program

Also Published As

Publication number Publication date
JP2021026352A (en) 2021-02-22

Similar Documents

Publication Publication Date Title
CN109446832B (en) Screen capturing method and device
US20160216975A1 (en) Operation terminal and information processing system
US10007404B2 (en) Terminal apparatus, program, method of calling function, and information processing system
JP6992293B2 (en) Shared terminals, communication systems, image transmission methods, and programs
US9509733B2 (en) Program, communication apparatus and control method
WO2014103776A1 (en) Information processing device, information processing method, and recording medium
CN112230914A (en) Method and device for producing small program, terminal and storage medium
US11762612B2 (en) Information processing apparatus, information processing system, and information processing method for managing authentication information across multiple information processing devices, information processing apparatuses, and information processing systems
JP6612799B2 (en) Electronic device, control method, and control program
KR20170070649A (en) Image forming apparuatus, cloud server, image forming system, and method for setting of connection with image forming apparatus
US9973642B2 (en) Information processing apparatus and non-transitory computer readable medium
JP7318401B2 (en) Cooperative processor, method and program
JP6428104B2 (en) Information processing system, terminal device, and program
US20220180267A1 (en) Information processing apparatus, request management method, and recording medium
JP6578701B2 (en) Information processing system, information processing device, terminal device, and program
JP6618942B2 (en) Electronic device, control method, and control program
JP7230573B2 (en) Information processing device, information processing system, information processing method and program
CN114385939A (en) Application display method, application display system, application display device and application display equipment
US20240147004A1 (en) Terminal device, information processing method, and non-transitory recording medium
US11924291B2 (en) Information processing system, information processing apparatus, and information processing method
US20230244531A1 (en) Electronic device and access event audio-visualization method
US11330117B2 (en) Information processing apparatus, information processing system, and information processing method for receiving an image displayed on an image display apparatus upon detecting a predetermined condition is satisfied
JP7392399B2 (en) Information processing device, system, information processing method, and program
US10168972B2 (en) Terminal apparatus and operation designation method
CN107506197B (en) Information processing method, mobile terminal and computer readable storage medium

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20220518

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20230620

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20230703

R151 Written notification of patent or utility model registration

Ref document number: 7318401

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R151