The present application is based upon and claims the benefit of priority from the prior Japanese Patent Application No. 2009-066576 filed on Mar. 18, 2009; the entire contents of which are incorporated herein by reference.
1. Field of the Invention
The present invention relates to a hardware switch and a distributed processing system.
2. Description of the Related Art
Some parallel computer systems interconnect a plurality of processing elements serving as computation nodes using a switch such as a cross bar switch, and cause the processing elements to process input data in cooperation with each other while transferring data between the nodes. Such systems are intended to achieve higher processing speeds by dividing the data to be processed into pieces that are independent from each other, and transferring the data at high-speed using internode networks that are independent from and parallel with each other. A parallel computer system utilizing such a switch is disclosed, for example, in Japanese Patent Application Laid-Open No.
A hardware switch according to the present invention is a switch to which a plurality of processing elements are connected, wherein for sending side processing elements and receiving side processing elements different from the sending side processing elements selected from among the plurality of processing elements, the hardware switch interconnects one output selected from outputs that the sending side processing elements have and one input selected from inputs that the receiving side processing elements have, thereby selectively switching paths between the plurality of processing elements, and at least one of the number of outputs of the sending side processing element connected to the hardware switch and the number of inputs of the receiving side processing elements connected to the hardware switch is more than one.
A distributed processing system according to the present invention comprises a plurality of processing elements, and a hardware switch to which the plurality of processing elements are connected, wherein for sending side processing elements and receiving side processing elements different from the sending side processing elements selected from among the plurality of processing elements, the hardware switch interconnects one output selected from outputs that the sending side processing elements have and one input selected from inputs that the receiving side processing elements have, thereby selectively switching paths between the plurality of processing elements, and at least one of the number of outputs of the sending side processing element connected to the hardware switch and the number of inputs of the receiving side processing elements connected to the hardware switch is more than one.
In the following, embodiments of the hardware switch and the distributed processing system according to the present invention will be described in detail with reference to the drawings. It should be understood, however, that the present invention is not limited to the embodiments described in the following.
The basic configuration of a distributed processing system according to a first embodiment will be first described.
As shown in
The processing element PE is a computation module that provides a function specialized to an application. The control unit CU generates control commands for the hardware switch and the processing elements PE, in particular path information for the hardware switch. The hardware switch (which will be sometimes referred to simply as the switch, hereinafter) is a dynamic switching circuit that creates a network that interconnects the processing elements PE.
The hardware switch comprises a control section, a storing section, and a switch section (see
The path information sent from the control unit CU is stored in the storing section via the control section. The control section performs switching of the switch section using path selection information sent from the processing elements PE and the path information stored in the storing section.
The input/output interfaces of the switch section are called channels. The “switching” means establishing interconnections between the input channels and the output channels in one to one correspondence. In
The processing element PE and the control unit CU also have channels serving as input/output interfaces as with the hardware switch (see
One processing element PE has one channel using for input and one channel using for output.
Although the input and output channels are basically used in a pair as is the case with the processing element PE-1 shown in
In the following, a description will be made of the packet structure in this embodiment.
The packet is composed of a header portion and a data portion. The header portion contains ID information of a processing element PE, session ID, current index value, message indicating the content of the packet such as data and control command, status in which result information on data processing etc. is stored, and data size of the data portion. The data portion contains processed data or data to be processed, setting data for the processing element PE, and a setting parameter(s) of a control command(s).
The fields of a packet and their outlines are as follows.
The SWID is a kind of ID information of the processing element, which represents the ID of the hardware switch to which the processing element PE is connected. The processing element PE is notified of the SWID when it is connected and registered to the hardware switch.
The PEID is a kind of ID information of the processing element PE, which represents the ID of the processing element PE itself. The PEID is assigned to each processing element PE uniquely and dynamically when it is connected and registered to the hardware switch.
The channel ID is a kind of ID information of the processing element PE, which represents the ID of the channel to which the processing element PE is connected.
A data processing performed in response to a task request will be referred to as a session. The session ID is assigned to each processing session. The same kind of image processings applied to different images will be assigned with different session IDs.
Current index values are numbering of the processing element PE that have already completed processing numbered in the order of processing in the path information. The current index value enables repetitive use of the same processing element PE in the path.
The message represents the content of the packet, such as data to be processed and control command. Examples of the message are shown in
As the status, result information on data processing etc. is stored. Examples of the status are shown in
The data size is the size of the data portion.
In the data portion, setting data for a processing element and setting parameters of control commands are stored in addition to processed data.
Next, a description will be made of examples of data.
In the following, specific examples of the data portion associated with the respective messages will be described. In the message field of the header portion, one of the messages is stored.
An valid channel map referred to in the following description indicates an valid channel number for input/output to/from a processing element PE having one channel. In the case of this embodiment, the valid channel map is an 8 digits binary number, and one of eight channels is selected. Each digit or bit of the channel map corresponds to each channel. For example, if the first or least significant bit of the valid channel map is “1” (00000001), it indicates that the valid channel is channel 1, and if the second bit is “1” (00000010), it indicates that the valid channel is channel 2.
The function number is a number that identifies a function provided by a block. For example, a block having a function number of FN-2 provides DCT with a resolution of 16 bits.
In the following description, the channel having a channel ID of 1 will be referred to as “channel 1”, and the channel having a channel ID of 2 will be referred to as “channel 2” etc. as described above.
As shown in
On the other hand, the SWID and PEID are assigned and included in the data portion at the time when a response to the PE registration request is made as shown in
At the time when the registered PE query is made, only the header portion that contains the massage is sent. At the time when the response to the registered PE query is made, information on all the registered processing elements PE, which is written in the data portion, is sent in reply as shown in
As shown in
In the following, a description will be made of a protocol sequence between the control unit CU, the processing elements PE, and the hardware switch at the time when the above described examples of massages (i.e. the PE registration request, the registered PE query, and the path information setting request) are sent, with reference to
Steps S100 to S180 (step S100+ in
In step S100, a processing element PE1 makes a request for registration at the time of start-up by sending, to the control section of the switch, a packet with a message of “REG_PE” (PE registration), containing information on the function that the processing element PE1 can provide and information on the channel map of input/output that can be used in executing the function in the data portion. In this case, the ID information in the header portion (i.e. the SWID, PEID, session ID, and channel ID) is not needed. The processing elements PE1 and PE2 can make a request for registration in the case where they start up or re-start during the system is running.
In step S110, the control section of the switch recognizes the received message, and assigns an SWID and a PEID to the processing element PE1 and stores them in the packet. Subsequently, the control section of the switch copies the SWID and the PEID into the storing section together with the function information in the packet.
In step S120, the control section of the switch writes “OK” into the status field of the packet and returns the packet with the SWID and the PEID to the processing element PE1.
In step S130, the processing element PE2 sends a packet as a PE registration request as with the processing element PE1.
In step S140, the control section of the switch assigns the IDs to the processing element PE2. Then, the control section of the switch rewrites the status field of the packet and returns the packet to the processing element PE2 in step S150.
In step S160, the control unit CU sends a packet as a PE registration request as with the processing element PE1.
In step S170, the control section of the switch assigns the IDs to the control unit CU. In step S180, the control section of the switch rewrites the status field of the packet and returns the packet to the control unit CU.
Steps S200 to S220 (step S200+ in
In step S200, the control unit CU sends a packet with a message of “QUERY_PE” (registered PE query) in order to make a query for information on the processing elements PE that have been registered in the switch.
In step S210, the control section of the switch reads out the information on the processing elements PE that have been registered in the storing section, copies it into the data portion of the packet, and rewrites the status field of the packet into “OK”.
In step S220, the control section of the switch returns the packet to the control unit CU as a response.
Steps S300 to S320 (step S300+ in
In step S300, the control unit CU sends a packet with a message of “SET_PATH”, containing path information written in the data portion, to the control section of the switch, thereby requesting the path information setting.
In step S310, the control section of the switch copies the path information into the storing section and writes “OK” into the status field of the packet.
In step S320, the control section of the switch returns the packet to the control unit CU as a response.
In the case where the path information refers to a processing element PE that is connected with a hardware switch other than the hardware switch shown in
Steps S400 to S470 (step S400+ in
First, step S400 will be described. For example, in the case where the processing element PE provides the function of quantization, which is a part of JPEG encoding, a quantization table that is necessary for the quantization is referred to as “parameter”. In the case where a parameter associated with the function provided by a processing element PE is to be set, the control unit CU sends, to the switch, a packet with a message of “NATIVE”, containing the setting parameter and the ID information (i.e. the SWID and the PEID) of the target processing element PE for which the parameter is to be set written in the data portion. The current index value is set to 0. In this example, a description will be made of a case in which a parameter is set for the processing element PE1. The header portion contains the ID information of the source or sender. The session ID is arbitrarily determined by the control unit CU.
In step S410, upon recognizing that the message is “NATIVE”, the hardware switch configures a path that passes through all the processing elements PE and transfers the packet through the path thus configured. For example, the path is configured to pass through the control unit CU, the processing elements PE1, the processing element PE2, and the control unit CU in the mentioned order. In this case, the hardware switch forms the path leading to the processing element PE1 and transfers the packet without making any change thereto.
In step S420, when the processing element PE1 recognizes that the message is “NATIVE” and the ID information of the target processing element PE for which the parameter is to be set in the data portion is identical to its own ID information, the processing element PE1 sets the parameter and writes “OK” into the status field of the packet. Subsequently, the processing element PE1 rewrites the ID information in the header portion of the packet into its own ID information, and increments the current index value by 1.
In step S430, the processing element PE1 returns the packet to the switch.
In step S440, upon recognizing again that the message is “NATIVE”, the switch establishes a transfer path to the next processing element PE2 by switching and transfers the data.
In step S450, when the processing element PE2 recognizes that the message is “NATIVE” and the ID information of the target processing element PE for which the parameter is to be set in the data portion is not identical to its own ID information, the processing element PE2 rewrites the ID information in the header portion into its own ID information, and increments the current index value by 1. Then, the processing element PE2 transfers the packet without making any other change.
In step S460, upon recognizing that the message is “NATIVE”, the switch establishes a transfer path to the control unit CU by switching and transfers the data.
In step S470, the control unit CU receives the packet as a response for the PE setting.
Here, if the setting information is for a processing element PE that is connected to a switch other than the hardware switch shown in
Steps S500 to S560 (step S500+ in
Here, a description will be made of a case in which the control unit CU sends data to be processed in step S500, the processing elements PE1 and PE2 process the data and return the processing result to the control unit CU. The control unit CU sends a packet with a message of “DATA”, containing data to be processed in the data portion, to the switch. The ID information of the control unit CU, which is the sender, is written in the ID information field of the header portion. The current index value is set to 0.
In step S510, upon recognizing that the message is “DATA”, the switch determines, by using the ID information and the current index value contained in the header portion as path selection information, the next processing element PE to which the data is to be transferred with reference to the path information that has been set and stored in the storing section in advance. Then, the switch performs switching and transfers the data.
In step S520, the processing element PE1 processes the data and rewrites the ID information in the header portion into its own ID information. At this time, the processing element PE1 writes “OK” into the status field and increments the current index value by 1. Then, the processing element PE1 sends the packet to the switch.
In step S530, as with step S510, upon recognizing that the message is “DATA”, the switch determines, by using the ID information and the current index value contained in the header portion as path selection information, the next processing element PE (PE2) to which the data is to be transferred with reference to the path information that has been set and stored in the storing section in advance. Then, the switch performs switching and transfers the data.
In step S540, the processing element PE2 also processes the data and rewrites the ID information field of the header portion into its own ID information. At this time, the processing element PE2 writes “OK” into the status field and increments the current index value by 1. Then, the processing element PE2 sends the packet to the switch.
In step S550, as with step S510, upon recognizing that the message is “DATA”, the switch determines, by using the ID information and the current index value contained in the header portion as path selection information, the next processing element PE to which the data is to be transferred with reference to the path information that has been set and stored in the storing section in advance. Then, the switch performs switching and transfers the data.
In step S560, the switch transfers the processing result to the control unit CU.
Here, if the path information requires the switching to a processing element PE that is connected to a switch other than the hardware switch shown in
Steps S600 to S620 (step S600+ in
In step S600, the control unit CU sends a packet with a message of “UNREG_PE”, containing the ID information of the processing element PE to be unregistered in the data portion, to the switch, thereby requesting the PE unregistration.
In step S610, the switch deletes the information on the corresponding processing element PE from the storing section. If the deletion of the information is successful, the switch rewrites the status field of the packet into “OK”.
In step S620, the control section of the switch returns the packet to the control unit CU as a response.
In the following, a process executed by the control section of the hardware switch when receiving the above described exemplary massages (such as the PE registration request, the registered PE query, and the path information setting request etc.) will be described with reference to
As the control section of the switch receives a packet from the control unit CU, the processing element PE, or other control unit CU in step S800, it reads the message in the packet in step S810, and identifies the content of the message in step S820.
If the message is identified to be “REG_PE” (PE registration) in step S820, the control section of the switch writes an SWID and a PEID into the packet in step S830, and copies the information on the processing element PE into the storing section in step S840. Then in step S850, the control section of the switch writes “OK” into the status field of the packet and returns the packet to the original sender of this packet.
If the message is identified to be “UNREG_PE” (PE unregistration) in step S820, the control section of the switch deletes the information on the processing element PE designated in the data portion of the packet from the storing section in step S860. Then in step S850, the control section of the switch writes “OK” into the status field of the packet and returns the packet to the original sender of this packet.
If the message is identified to be “SET_PATH” (path information setting) in step S820, the control section of the switch copies the path information into the storing section in step S870. Then in step S850, the control section of the switch writes “OK” into the status field of the packet and returns the packet to the original sender of this packet.
If the message is identified to be “QUERY_PE” (registered PE query) in step S820, the control section of the switch reads out all the information on the registered processing elements PE from the storing section in step S880. In step S890, the control section of the switch writes the information into the packet. Then in step S850, the control section of the switch writes “OK” into the status field of the packet and returns the packet to the original sender of this packet.
If the message is identified to be “DATA” (data to be processed) in step S820, the control section of the switch determines, in step S900, the next processing element PE to which the data is to be sent with cross-reference to the ID information in the header portion of the packet that is used as the path selection information and the path information in the storing section, and forms the path (by switching). Then in step S910, the control section of the switch transfers the data to the next processing element PE along the processing path thus formed.
If the message is identified to be “NATIVE” (PE setting data) in step S820, the control section of the switch determines, in step S920, the next processing element PE to which the setting information is to be transferred with cross-reference to the ID information in the header portion of the packet that is used as the path selection information and the path information that has been configured in such a way as to cover all the processing elements PE, and configures the path (by switching). The path configured at the time when the switch receives the packet containing the “NATIVE” message is a unique path that passes through every processing element PE once. The path information is automatically generated.
In step S930, the control section of the switch transfers the data to the next processing element PE along the processing path thus configured.
In the following, the switching operation of the hardware switch for transferring data to be processed will be described. The flow of the switching operation for transferring PE setting data is the same as the flow described here.
First, the outline of the flow of the switching operation will be described with reference to
In step S1000, the control section of the switch receives the header portion of the packet that includes the ID information (i.e. the SWID, the PEID, channel ID, and the session ID) of the sending side processing element PE and the current index value from the sending side processing element PE.
In step S1010, the control section of the switch extracts the message from the header portion and identifies that the message is “DATA” (data to be processed).
In step S1020, the control section of the switch extracts the ID information of the sending side processing element PE and the current index value from the header portion.
In step S1030, the control section of the switch searches the storing section for the ID information of the receiving side processing element PE that has the next index value based on the ID information of the sending side processing element PE and the current index value.
In step S1040, the control section of the switch determines the input and output channels of the switch section corresponding to the ID information of the processing elements PE of sending side and receiving side.
In step S1050, the control section of the switch performs switching to establish the path interconnecting the input channel and output channel determined in step S1040.
In step S1060, the control section of the switch requests the sending side processing element PE to send the data portion of the packet.
In step S1070, the control section of the switch transfers the data packet from the sending side processing element PE to the receiving side processing element PE through the path in the switch section.
In the following, a flow of the switching operation will be described in further detail with reference to
In
In step S3000, if the sending side processing element PE has data to be sent (Y in step S3000), the process proceeds to step S3010. If the sending side processing element PE does not have data to be sent (N in step S3000), the sending side processing element PE stays in standby until data to be sent is prepared.
In step S3010, the sending side processing element PE sends the header portion to the receiving section of the control section of the switch. Then, the process proceeds to step S3020.
After step S3010, if the receiving section receives the header portion (Y in step S3100), the process proceeds to step S3110. If the receiving section does not receive the header portion (N in step S3100), the receiving section stays standby until it receives the header portion.
In step S3110, the receiving section extracts the message field from the header portion and identifies that the message is “DATA” (data to be processed).
In step S3120, the receiving section reads out the ID information and the current index value from the header portion, and sends them to the search section together with a channel search request. Then, the process proceeds to step S3130.
After step S3120, if the search section receives the channel search request (Y in step S3200), the process proceeds to step S3210. If the search section does not receive the channel search request (N in step S3200), the search section stays standby until it receives the channel search request.
In step S3210, the search section searches for, based on the received ID information of the sending side processing element PE and the current index value, the input channel of the receiving side processing element PE corresponding to the next index value, and determines the input and output channels of the switch section corresponding to it.
Then in step S3220, the search section sends the information on the input channel of the switch section to the information holding section associated with the output channel of the switch section.
In step S3230, the search section sends a notification of completion of the search to the receiving section, and then the process returns to step S3200.
In step S3130, if the receiving section receives the notification of completion of the search (Y in step S3130), the process proceeds to step S3140. If the receiving section does not receive the notification of completion of the search (N in step S3130), the receiving section stays standby until it receives the notification.
In step S3140, the receiving section negates the channel search request. Then, the process returns to step S3100, where the receiving section stays standby until it receives the header portion.
After step S3220, if the information holding section receives the input channel information (Y in step S3300), the process proceeds to step S3310. If the information holding section does not receive the input channel information (N in step S3300), the information holding section stays standby until it receives the input channel information.
In step S3310, the information holding section holds the input channel information in the received order. Then the process returns to step S3300, and the information holding section stays standby.
After step S3310, if the information holding section is holding the input channel information (Y in step S3400), the process in the path forming section proceeds to step S3410. If the information holding section is not holding the input channel information (N in step S3400), the path forming section stays stand by without executing any processing.
In step S3410, the path forming section checks whether or not there is a path formed using the relevant output channel at present, namely whether or not the output channel is in use. If the output channel is not in use (N in step S3410), the process proceeds to step S3420. If the output channel is in use (Y in step S3410), the path forming section stay standby until the end of the use of the output channel. After the end of the use of the output channel, the process proceeds to step S3420.
In step S3420, the path forming section reads out the input channel information that has been held in the information holding section for the longest time (i.e. the oldest information), and establishes a path (by switching), in the switching section, between the output channel of the switch section corresponding to the path forming section and the input channel corresponding to the input channel information.
In step S3430, the path forming section sends a data request to the sending side processing element PE through a signal line paired with the path thus formed. Then the process returns to step S3400.
After step S3430, if the sending side processing element PE receives the data request in step S3020 (Y in step S3020), the process proceeds to step S3030. If the sending side processing element PE does not receive the data request (N in step S3020), the sending side processing element PE stays standby until it receives the data request.
In step S3030, the sending side processing element PE sends the data portion of the packet through the path formed in the switch section of the hardware switch.
If the channel search request is negated in step S3140, the next request can be entered, and another path can be accepted even when the data transfer has not been completed. Namely, the parallel data transfer can be performed by configuring another path 2 while holding the path 1. The non-blocking process may also be employed. In the non-blocking process, the hardware switch stores the header portions it has received in the received order, negates the request immediately after step S3120 to enter the standby state for waiting for receipt of the next request.
As shown in
If the connection information of the processing element connected to the switch changes while the system is running, the control section of the switch can manage the input and output channels of the processing elements PE and the input and output channels of the switch section in associated with each other, and perform switching to establish an interconnections between the input channels of the sending side processing elements PE and the output channels of receiving side processing elements PE in one-to-one correspondence.
The data may be sent by either synchronous communication or asynchronous communication. The synchronous communication can be performed by providing a register (s) in one of or both of the input channel and output channel. The asynchronous communication can be performed by providing a FIFO.
In the following, a second embodiment of the present invention will be described.
A hardware switch and a distributed processing system according to the second embodiment differ from the hardware switch and the distributed processing system according to the first embodiment in that there are two paths that interconnect the sending side processing element PE and the receiving side processing element PE, and two processes are executed at the same time. In the following description, the detailed description of the configuration, operation, and advantages that are the same as those of the first embodiment will be omitted.
First, an application will be described with reference to
The distributed processing system according to the second embodiment achieves (1) the JPEG decoding and (2) the image binarization using processing elements PE connected to the hardware switch.
The JPEG decoding process is composed of the following four functions: (1-1) entropy decoding (FN-12), (1-2) inverse quantization (FN-13), (1-3) IDCT (inverse discrete cosine transform) (FN-14), and (1-4) post-processing including upsampling and color signal conversion (FN-15).
On the other hand, the image binarization process is composed of the following three functions: color signal conversion (FN-16), luminance image creation (FN-17), and binarization (FN-18). FN-12 through FN-18 within parentheses are the corresponding function IDs. The session IDs of the JPEG decoding and the binarization are SS-1 and SS-2, respectively.
Next, a system setting according to the second embodiment will be described.
The switch SW-3 shown in
Specific examples of data will be described in the following.
As the system starts up, the eight processing elements PE connected to the switch register their own functions to the switch. The control unit CU is also regarded as a kind of processing element. For example, in the case where a processing element PE having the function of FN-14 (IDCT) (see
In the data portion of the packet, the function number and the valid channel map are stored. In this embodiment, the valid channel map is represented in such a way that the LSB side of the map represents channel 1 and the MSB side of the map represents channel 8. In the valid input channel map shown in
Once the message mentioned above has been sent to the control section, and the registration of the processing element PE has been completed, the packet shown in
In the case of the packet shown in
Similarly, in the case where a processing element PE having the function of FN-18 (binarization) (see
After the completion of registration of the processing elements PE, the control unit CU makes a query for information on the registered processing elements PE. This information is mainly used as information for configuring a path. At this time, the control unit CU has already been given a SWID and a PEID and knows its own output channel ID. The control unit CU writes these IDs into the header portion of the packet. The session ID and the current index value are not needed because they are assigned to a path. The data portion is unnecessary at the time when the registered PE query is made.
In reply to the registered PE query, the information on the eight processing elements PE shown in
In the packet shown in
The control unit CU creates path information based on the information obtained by the registered PE query. In the following, the path information for performing (a) the JPEG decoding (session ID=SS-1) and (b) the image binarization (session ID=SS-2) will be described.
(a) JPEG Decoding (session ID=SS-1)
The following description will be focused on the second processing element PE (PE2). In the process of JPEG decoding, the processing element PE-13 (inverse quantization) is the second processing element PE that performs data processing, and the index value of the processing element PE-13 is 1 because the index value starts from 0. The processing element PE-13 performs inverse quantization on the data and outputs the processed data through the output channel 5. The output data is sent to the input channel 4 of the output destination processing element PE-14. Thus, it will be seen in
(b) Image Binarization (session ID=SS-2)
Since the path for image binarization can be configured in the same manner as the path for JPEG decoding, the detailed description will be omitted.
In the distributed processing system according to the second embodiment, a specific parameter (s) can be set, as needed, for the function of a processing element PE. In the data portion, information of the IDs associated with the target processing element PE to which the parameter(s) is set is stored. In addition, the number of parameters, the byte size of the parameter, and the type ID of the parameter are also stored in the data portion.
At the time of the parameter setting, the switch configures, by itself, a path that passes through all the processing elements PE including the control unit CU as shown in
After the completion of setting of the path information (and parameters, if need be), the data to be processed is transmitted.
Since the input and output channels of the packet shown in
For example, if the packet of data to be processed from the processing element PE-13 and the packet of data to be processed from the processing element PE-17 are received in the mentioned order, the control section first analyzes the packet of data to be processed sent from the processing element PE-13 and search for the input channel of the next processing element PE based on the path information. In consequence, the control section determines to interconnect the input channel 5 and the output channel 4 of the switch section that are associated with the output channel 5 of the processing element PE-13 and the input channel 4 of the processing element PE-14 respectively. After determining the channels of the channel section to be interconnected and negating the channel search request, the control section can analyze the packet of data to be processed from the processing element PE-17 without waiting for the establishment of the path and the transfer of the data. Thus, as shown in
On the other hand,
As described in the foregoing, the hardware switch and the distributed processing system according to the present invention can suitably be applied to a hardware switch and a distributed processing system that manage and control processing elements connected to the switch, and form processing paths between the processing elements optimal for an application with cross-reference to identifiers of various data associated with the application, and path information.
The hardware switch and the distributed processing system according to the present invention are advantageous in that they manage and control processing elements connected to the switch, and form processing paths between the processing elements optimal for an application with cross-reference to identifiers of various data associated with the application, and path information.
Number | Date | Country | Kind |
---|---|---|---|
2009-066576 | Mar 2009 | JP | national |