The invention relates to processing of algorithms used in the search engines of a large data communication network such as the Internet, and relates more particularly to hardware devices for processing the tasks of any algorithm in parallel.
The World Wide Web (WWW) provides accesses to a large body of information. Compared with traditional databases, Web information is dynamic and structured with hyperlinks. Also, it can be represented in different forms and is globally shared over multiple sites and platforms. Hence, querying over the WWW is significantly different from querying data from traditional databases, e.g. relational databases, which are structured, centralized and static. Traditional data bases can cope with a small number of information sources; but it is ineffective for thousands.
Most Web documents are text-oriented. Most relevant information is usually embedded in the text and can not be explicitly or easily specified in a user query. To facilitate Web searching, many search engines and similar programs have been developed. Most of these programs are database based meaning that the system maintains a database, a user searches the web by specifying a set of keywords and formulating a query to the database. Web search aids are variously referred to as catalogs, directories, indexes, search engines, or Web databases.
A search engine is a Web site on the Internet which someone may use to find desired Web pages and sites. A search engine will generally return the results of a search ranked by relevancy.
A competent Web search engine must include the fundamental search facilities that Internet users are familiar with, which include Boolean logic, phrase searching, truncation, and limiting facilities (e.g. limit by field). Most of the services try more or less to index the full-text of the original documents, which allows the user to find quite specialized information. Most services use best match retrieval systems, some use a Boolean system only.
Web search engines execute algorithms having internal processes which are repetitive tasks with independent entry data. A classical step by step processing of all processes and decisions on one entry data before processing the next entry data is inefficient since it takes too much time to process all the data. Thus, it is common to perform a search of a pattern within each file of a disk. The main repetitive processes to perform are: load file, open file, scan each word and compare for matching with a pattern, append the result in a temporary file, close file.
One way to improve the performance, and in particular to improve the search response time, is to achieve parallel processing by parallelizing the search mechanism in the database or index table. Such software parallelization will be more optimized but is nevertheless limited insofar as the software processing, even if parallelized, requires a minimum of time which cannot be reduced.
Accordingly, the object of the invention is to provide a hardware assist device able to run a set of repetitive processes using local pipelining for each task, and maintaining a relationship between the parent task and the child task for each occurrence in the pipeline.
Another object of the invention is to provide a hardware device for processing the tasks of a search algorithm in parallel wherein each specific task of the search is made by a dedicated processor.
The invention relates therefore to a hardware device for processing the tasks of an algorithm of the type comprising a number of processes the execution of some of which depend on binary decisions, the device comprising a plurality of task units which are each associated with a task defined as being either one process or one decision or one process together with the following decision, and a task interconnection logic block connected to each task unit for communicating actions from a source task unit to a destination task unit, each task unit including a processor for processing the steps of the associated task when the received action requests such a processing and a status manager for handling the actions coming from other task units and building the actions to be sent to other task units
The above and other objects, features and advantages of the invention will be better understood by reading the following more particular description of the invention in conjunction with the accompanying drawings wherein:
The exemplary algorithm illustrated in
Though the algorithm represented in
Using the principles of the invention, the algorithm of
According to the invention, each task is repetitively performed by one processor allocated to this task. Therefore, four processors will be required to run the example algorithm of
The hardware device according to the invention illustrated in
Each task unit like task unit 10 includes a processor 18 in charge of processing the sequential steps of the process, the decision or the combination of the process and the decision generally incorporated in the corresponding task. Actions received from other task units or sent to other task units by means of Task interconnection logic block 16 are managed by status manager 20 which is preferably a state machine. Status manager 20 is connected to processor 18 by two lines, an input line to processor 18 for starting (S) the task execution and the output line from the processor which is activated when the task is completed (C).
Status manager 20 has essentially two functions (input and output). The input function handles incoming commands from other tasks and the output function builds commands to be sent to other tasks. To perform these functions in conjunction with processor 18, several control/data registers 22, 24, 26 are used. Each control/data register corresponds, for this task, to an instance of the algorithm flow. The number of instances which can be run at the same time depends upon the pipeline capability of processor 18. Generally, it is necessary to have three control/data registers corresponding to instances m, m+1, m+2.
Each control/data register 22, 24 or 26 contains a control field and a data field. The control field is composed of three bits controlled by processor 18, a validation bit V, a completion bit C and a bit L/R indicating whether the output is Left of Right when the task includes a decision.
The data field of a control/data register contains data which are loaded by status manager 20 after receiving an action to be performed from another task and before starting the task execution by sending the start command to task processor 18. These data may be used by processor 18. When the latter has completed the task execution, it may replace the data contained in the control/data register by other data. This data will then be sent to the destination task in the command word and used as an input field by the destination task processor. However, it must be noted that, in case of independent tasks, the data are not modified in the control/data register.
When the task execution has been completed by processor 18, this one sets to 1 the bit C of the control field of the control data register and a signal C may be sent to status manager 20. Therefore, either status manager is activated by the input signal C from task processor 18, or there is a polling or an interrupt mechanism which enables the status manager to be informed of the setting of bit C to 1.
The commands which may be received from another task by status manager 20 are START, KILL or VALID. As already mentioned, the START command is used to activate task processor 18. The KILL command means that a task is no longer of interest since the taken decision is opposite to this task. Thus, a task which is the left path of a decision may be killed if the decision is to take the right path. When it receives a KILL command, status manager 20 clears the control data register corresponding to the instance being considered as each command has as a parameter the instance value called level. Conversely to the KILL command, the VALID command confirms that the considered task corresponds to the taken decision. In such a case, the bit V of the corresponding control/data register is set to 1 by status manager 20.
The output function of status manager 20 is to build commands based on the contents of two configuration registers, CONFIG.L 28 and CONFIG.R 30 and also on the contents of the involved control/data register. The contents of CONFIG.L register which is selected when bit LYR set to 1 are given in
As illustrated in
The example of the algorithm illustrated in
In the tables illustrated in
As already mentioned, status manager 20 (
CONFIG.L
1. Block C
Block V
CONFIG.R
1. Block C
2. Block V
The Task interconnection logic block 16 is represented in
In the preferred embodiment illustrated in
As illustrated in
Each task can then put all the actions on the various buses. As long as there is no capability to have an action simultaneously put on the same bus by two tasks, there is no arbitration required. This is the case for most of the algorithms. Otherwise, an arbitration mechanism may be added on the control of each three-state driver to identify two simultaneous requests for the same destination. A very simple contention mechanism will for example give the priority on the destination bus to the lower source task.
Number | Date | Country | Kind |
---|---|---|---|
99480050 | Jul 1999 | EP | regional |
The present application is a Continuation Application to U.S. application Ser. No. 09/606,899, filed on Jun. 29, 2000, now U.S. Pat. No. 6,999,994, which is herein incorporated by reference in its entirety.
Number | Name | Date | Kind |
---|---|---|---|
3914744 | Brown | Oct 1975 | A |
4412285 | Neches et al. | Oct 1983 | A |
4760608 | Suzuki | Jul 1988 | A |
5136708 | Lapourtre et al. | Aug 1992 | A |
5321842 | Fairfield et al. | Jun 1994 | A |
5430850 | Papadopoulos et al. | Jul 1995 | A |
5440740 | Chen et al. | Aug 1995 | A |
5822606 | Morton | Oct 1998 | A |
5838968 | Culbert | Nov 1998 | A |
5991794 | Hodges et al. | Nov 1999 | A |
5991808 | Broder et al. | Nov 1999 | A |
6247110 | Huppenthal et al. | Jun 2001 | B1 |
6278707 | MacMillan et al. | Aug 2001 | B1 |
6289488 | Dave et al. | Sep 2001 | B1 |
6320446 | Podlesny et al. | Nov 2001 | B1 |
6389446 | Torii | May 2002 | B1 |
6412070 | Van Dyke et al. | Jun 2002 | B1 |
6434590 | Blelloch et al. | Aug 2002 | B1 |
6496881 | Green et al. | Dec 2002 | B1 |
6625752 | Kader et al. | Sep 2003 | B1 |
Number | Date | Country | |
---|---|---|---|
20060112393 A1 | May 2006 | US |
Number | Date | Country | |
---|---|---|---|
Parent | 09606899 | Jun 2000 | US |
Child | 11322378 | US |