WO2000029949A2 - Enhanced virtual executor - Google Patents
Enhanced virtual executor Download PDFInfo
- Publication number
- WO2000029949A2 WO2000029949A2 PCT/US1999/027154 US9927154W WO0029949A2 WO 2000029949 A2 WO2000029949 A2 WO 2000029949A2 US 9927154 W US9927154 W US 9927154W WO 0029949 A2 WO0029949 A2 WO 0029949A2
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- server
- servers
- program
- eve
- distributed processing
- 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.)
- Ceased
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/46—Multiprogramming arrangements
- G06F9/50—Allocation of resources, e.g. of the central processing unit [CPU]
- G06F9/5005—Allocation of resources, e.g. of the central processing unit [CPU] to service a request
- G06F9/5027—Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resource being a machine, e.g. CPUs, Servers, Terminals
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F2209/00—Indexing scheme relating to G06F9/00
- G06F2209/50—Indexing scheme relating to G06F9/50
- G06F2209/5013—Request control
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F2209/00—Indexing scheme relating to G06F9/00
- G06F2209/54—Indexing scheme relating to G06F9/54
- G06F2209/549—Remote execution
Definitions
- This invention relates to an Enhanced Virtual Executor (EVE) apparatus and method for remotely running command-line driven programs simultaneously on multiple computers as a distributed Client/Server network program.
- EVE Enhanced Virtual Executor
- Another prior art method for parallel execution of an application program requires a programmer to use a parallel description language for the distributed processing system to describe the program.
- the described program executes executable modules generated by the language processing system in the distributed processing system.
- the programmer must designate the system configuration such as: number of processors, the distributed processing system for parallel processing of the application program, and the distributed arrangements of data upon execution. Methods such as these require a table for scheduling but the information in the table can be only determined upon execution. Thus execution-time library processing is complicated and not easily used.
- U.S. Patent No. 5,506,962 for "Distributed Processing System and Method for Job Execution Using a Plurality of Processors and Including Identification of Replicated Data" issued to M. Orimo et al. is another example of a contemporary system which does not use a primary processor to control the overall functioning of the execution of a distributed process. Because control in the system is not perform by a primary processor, there is no possibility for the processors to run on an interrupt bases whereby they may be temporarily removed from distributed processing tasks to be reinstated at a later time.
- the present invention is an Enhanced Virtual Executor (EVE) for remotely running command-line driven programs simultaneously on multiple networked computers.
- EVE is a distributed Client/Server network program wherein one or more computers are programed as EVE Servers, which when in the EVE mode, are controlled by a single computer, i.e. EVE Client.
- the EVE Client controls the process using a script file.
- the script file provides the command-line to execute the program, specifies the output files to copy, and lists the files required to execute the program.
- the EVE Client sends all of the files required to execute a program to an EVE Server and then sends a command to the EVE Server instructing it to execute the program.
- the EVE Client copies the output from the EVE Server and directs the EVE Server to delete all of the transferred and generated files. If additional programs are to be run, the EVE Client continues to find any available EVE Servers on the network and starts executing a next program group on the next available EVE Server until it is finished with the controlling script.
- a computer To be available for use as a Server in the EVE system, a computer must be running the EVE Server program. Once the EVE Server program is installed, it runs in the background and does not require user interaction at the Server computer. However, the operator of a computer which has the EVE Server program can interrupt the Server program to stop the EVE Client from sending any programs for execution. A scheduler is available to allow each EVE Server to set interrupt time periods. If the EVE Server program is started when the computer is started, it will always be running but can easily be scheduled to be interrupted during the normal work hours of the person to whom the computer is assigned. The EVE Server program has a security option that allows the user to select which EVE Clients can access the Server.
- the screen of the EVE Client computer contains information regarding the status of each of the EVE Server computers and a log of messages that are sent to and from each of the EVE Servers.
- the EVE Server computer screen includes a log of messages sent to and from the EVE Client.
- a primary objective of the invention is to provide an apparatus and method for running command-line-driven programs on multiple computers located on the same network or system of networks by simultaneously distributing computational processes over the computers via the network and controlling the processes by an Enhanced Virtual Executor (EVE).
- EVE Enhanced Virtual Executor
- Another objective is to provide a means for a single computer to execute a program with the aid of one or more computers on the same network or system of networks.
- a still further objective of the invention is to provide a means for stopping a program from executing on one computer functioning as part of a distributed computational system and continuing on another computer within the system.
- Another objective of the present invention is to provide a distributed processing system wherein programs are always run on the highest "rated" computer available.
- a further objective of the invention is to provide a distributed processing system for a network of computers wherein network/Server problems are easily identified and corrected.
- An objective of the present invention is to provide a distributed processing system for a network of computers wherein interaction or intervention is not required by operators at Server stations.
- a further objective of the invention is to provide an Enhanced Virtual Executor for a distributed processing system which provides a means for monitoring the status of all Server computer stations.
- a further objective of the invention is to provide an Enhanced Virtual Executor for a distributed processing system of computers on a common network which is based on a Windows operating system.
- a still further objective of the invention is to provide an Enhanced Virtual Executor for a distributed processing system of computers on a common network which is based on a UNIX operating system.
- Another objective of the invention is to provide an enhanced virtual executor for a distributed processing system of computers on a common network which incorporates an integral scheduler.
- Figure 1 depicts a network of personal computers interconnected on a network and functioning as an Enhanced Virtual Executor according to the present invention.
- Figure 2 is a logic flow diagram depicting the initiation of the EVE Client program, i.e. the control program.
- Figure 3 is a logic flow diagram depicting the scan routine performed by the EVE Client program on start-up.
- Figure 4 is a logic flow diagram depicting the main execute loop of the EVE Client program.
- Figure 5 is a logic flow diagram depicting the "start run" routine on an EVE Server.
- Figure 6 is a logic flow diagram illustrating the routine for moving a "RUN" to a different EVE Server.
- Figure 7 depicts a logic flow used to check for results from an EVE Server.
- FIG. 8 is a logic flow diagram of the EVE Server "command check" routine.
- FIG. 9 is the logic flow diagram depicting the processes accomplished in response to the "LOGIN" command at any EVE Server.
- FIGS 10A and B represent the logic flow diagram of the "EXECUTE" command as performed by an EVE Server.
- Figure 11 is a logic flow diagram illustrating the functions performed in response to the "RUNNING" command.
- Figure 12 is a logic flow diagram illustrating the functions performed in response to the "DER.” command.
- Figure 13 is a logic flow diagram illustrating the functions performed in response to the "SENDFE E" command.
- Figure 14 is a logic flow diagram illustrating the functions performed in response to the "GETFILE" the command.
- Figure 15 depicts the logic functions performed during any EVE Server data input.
- Figure 16 is a logic flow diagram illustrating the functions performed in response to the "CANCEL" command.
- Figure 17 is a logic flow diagram illustrating the functions performed in response to the "CLEANUP" command.
- the Enhanced Virtual Executor is a software program that provides the capability to run command-line-driven computer programs remotely and simultaneously on multiple computers via a network such as illustrated by Figure 1.
- the EVE system distributes computational processes over many computers and thereby significantly reduces the time required to perform large analyses.
- Each computer that is to be used as an element of the EVE system requires an installed operating system such as Windows 95/98, Windows NT 4.0, UNIX or variants of Windows or UNIX and must have a network card with a suitable protocol loaded.
- the following presentation of the invention assumes the Enhanced Virtual Executor is running in a Windows environment as part of a TCP/IP protocol local area network to simplify the discussion. This is not to be considered limiting, the executor can be run on any computer using any operating system on any network.
- the Enhanced Virtual Executor is comprised of two main elements, a Client, which is the master control program and a Server, which is the slave control program on each computer in the system and which receives primary directions from the Client.
- EVE Servers are run on multiple computers that passively listen for a connection from an EVE Client.
- the EVE Client then connects to all of the available EVE Servers to control the scheduling for the distributed computing tasks.
- the entire process is controlled by the EVE Client and requires no user interaction from the EVE Servers. It begins when the EVE Client is activated, see Figure 2.
- the Client loads a list of Servers which then wait for a command.
- the Client loops through each potential Server as illustrated by the logic depicted in figure 3. As the Client loops through each Server, it sends a "RUNNING" command to the Server. If the Server is available, the Client sends a "LOGIN" command to the Server. If the login is okay, the Server is enabled and initialize. If the login fails, the server is disabled and the Server is not added to the list of available Servers at the Client. If the Server was not available to receive the "RUNNING" command or the Server was disabled or enabled and initialize, the Client performs a similar loop through the next computer on the network. When all available computers on the network have been interrogated, a list of available Servers is loaded in the Client.
- the EVE Client runs on a single computer controlling the process.
- the EVE Client sends all off the files required to run a program to one or more of the Servers identified by the list of Servers loaded in Figure 1.
- the Client then tells the EVE Server(s) to execute the program.
- the EVE Client copies the output from the EVE Server(s) and directs the EVE Server(s) to delete all of the unneeded files.
- the EVE Client continues to find any available EVE Servers and starts executing the next program group on each of them until it is finished with its script. This process is summarized by the logic diagram of Figure 4.
- Figure 4 the main execute loop for the EVE Client program is presented with designators indicating the interactive sub-routines which are illustrated in more detail in Figures 5 through 7. For instance, at the "Start Execute Loop" the control program steps to "Get Next Run” and then scans for Servers if instructed by the user of the Client, or if a predetermined time has elapsed. If the decision is made to scan for Servers, the routine logically presented by Figure 3 is run. If the system elects not to scan for Servers or at the completion of the scan for Servers routine, the EVE Client program checks the results of the scan for EVE Servers according to Figure 3 as illustrated in the check for results logic flow diagram of Figure 7. If the results are not ready, the program returns in the scan for Servers routine.
- the EVE Client If the EVE Client is ready to perform a next run, it locates the next available EVE Server. If it is not ready for the next run, it makes a determination as to whether or not it is waiting for results. If it is not waiting for results, the program advances to the "EVE Client disconnect from all Servers" as illustrated in Figure 4. If the EVE Client program is waiting for results, it advances is to the "check for moving run to a different Server" routine of Figure 6. In performing this routine, a determination is made of the status of the runs remaining. If all remaining runs are not running on a Server, the program returns to the main execute loop. If the remaining runs are running on Servers, the EVE Client program checks the EVE Servers list to find the available Server with the highest rating.
- the program Upon returning to the main execute loop of Figure 4, the program gets the next run by returning to "Next Run Ready?". If the next run is ready, the program gets the next Server. A determination is made as to whether or not the next Server is ready. If it is not ready, the program cycles to check for results from the EVE Servers routine of Figure 7 and proceeds as previously discussed. At the completion of that routine, the EVE Client program scans the network for EVE Servers according to the routine illustrated by Figure 3. At the completion of the Figure 3 routine, the system returns to "Next Server Ready?" of Figure 4. If a next Server is ready, the EVE Client program main execute loop starts the run on a selected EVE Server according to the logic routine depicted in Figure 5.
- the EVE Client program proceeds according to the logic illustrated in Figure 5. A determination is made as to the validity of the data. If the data is invalid, the system returns to the main execute loop. If the data is valid, a determination is made as to whether or not the network is connected. If the network is not connected, the program returns to the main execute loop of the EVE Client program. If the network is connected, the Client sends a "CLEANUP" command to the Server. The EVE Client program then makes the determination as to whether or not the Server returned an indication of a valid CPU. If it failed to indicate a valid CPU, the program resets run and Server selection data and returns to the main execute loop.
- the EVE Client program determines if the run is a carry over from a previous Server. If it is, the temporary path files are copied to the EVE Server using the "SENDFILE" command. After a "SENDFILE" command, the integrity of the copied files is checked. If the run is not from a previous Server, the files from the default path are copied to the EVE Server using the "SENDFELE” command. Once a "SENDFILE” command has been sent, a determination is made as to whether or not the files have been properly copied. If files are okay, the run and
- J O- Server data selection is reset and the system returns to the main execute loop. If files were copied properly, an "EXECUTE" command is sent to the Server and the system returns to the EVE Client program main execute loop of Figure 4.
- the program Upon returning to the main execute loop of Figure 4, the program proceeds to the check results routine of Figure 7. Upon completion of that routine, the main execute loop makes the determination as to whether or not more runs are to be accomplished. If no more runs are required, the EVE Client is disconnected from the EVE Servers. If additional runs are required, the program cycles back to "Get Next Run" at the top of Figure 4.
- EVE Server programs To be used by a Client, EVE Server programs must be running on one or more computers. Running an EVE Server does not require any user interaction at the Server after it has been installed. The EVE Server is run by the EVE Client which uses a script file to provide the command-line to execute the program, the output files to copy, and all the files required to run the program.
- a script file includes data and instructions according to the following format:
- EVE flag is supported by the executable [optional] command-line - the command-line to execute on the EVE Server output File(s) - output file(s) to copy from the EVE Server separated by semicolons (wild cards * and ? may be used) file X src dest src -name of the source file to copy (relative paths will start at the XFER subdirectory under the EVE Client program) dest - name of the destination file to copy (paths will always be relative to the ROOT subdirectory under the EVE Server program)
- the files are all of the files required to run the command-line, which may include executable Files.
- the EVE Client also requires a Server list file named IPAddr.ini, containing the IP addresses or computer names of all possible EVE Servers.
- a Server list file includes data according to the following format:
- An EVE Server can set the maximum number of its processors that are to be shared. The default number is the same as the number of processors in the computer. To take advantage of a multiprocessor computer by running the processors in parallel, the computer must use an operating system which supports multiple processors.
- Each EVE Server has a user-defined rating that the Client uses to determine where to send runs.
- the Client sends a run to the first available processor with the highest rating to ensure the fastest possible execution time. This selection is made using the logic illustrated in Figure 6.
- An executable routine supports the EVE stop flag to allow interaction with the EVE Client program.
- the EVE Client program creates an EVE.stop.flg file in the EVE Server destination directory to notify the application running on the EVE Server that it should stop executing.
- an application checks for the existence of an EVE stop, fig file, if it finds the file, it exits.
- the EVE Client program supports a done flag.
- the EVE Server checks for an EVE_done.flg file in the EVE Server destination directory to verify that the application terminated properly. If an application supports this flag, the EVE Client is assured that the program executed properly and did not terminated due to a problem such as insufficient memory. To support the done flag, an application creates an EVE_done.flg file in the EVE Server destination directory to verify that the application terminated properly. If an application supports this flag, the EVE Client is assured that the program executed properly and did not terminated due to a problem such as insufficient memory. To support the done flag, an application creates an EVE_done.flg file in the EVE Server destination directory to verify that the application terminated properly. If an application supports this flag, the EVE Client is assured that the program executed properly and did not terminated due to a problem such as insufficient memory. To support the done flag, an application creates an EVE_done.flg file in the EVE Server destination directory to verify that the
- EVE_done.flg when it is terminated under normal conditions (including when it stopped by the stop flag).
- an application should be able to stop executing, save its current settings and be capable of resuming from where it stopped executing. This allows runs that are stopped by the scheduler to be finished on another Server.
- the EVE Client program checks to determine if a run is resumable, and if a Server with a higher rating is available, it will stop the run and send it to the Server with the higher rating as provided in Figure 6.
- the top of the screen contains listings of the status of the Servers.
- This upper section of the display area includes a name column for each EVE Server, a status column indicating its status (executing, not connected, etc.), and columns for the number of CPUs in the Server computer, number of connects and the speed rating.
- the bottom of the image area contains a log of messages that are sent to and from each of the EVE Servers.
- the status list can be sorted by any column by clicking on the column heading and reversed by clicking on the column heading again.
- the name and rating column information is read in from the IPAddr.ini file (see the EVE Sever List Format).
- the Status column displays the status of each Server.
- the CPU column shows many processors are being used out of the total number of available processors.
- the Connect column displays the number of times the Client has connected to that Server. A large number of connections to a Server is a sign of a bad network connection, or a problem with running an executable program on that Server.
- EVE script file the user at the EVE Client computer advances to the Run Manager screen in a windows or equivalent environment and clicks on the Import button.
- Multiple EVE script files can be imported, and they can be imported while EVE is executing runs.
- the Run Manager screen is used to show the status of each run. It can be used to disable a run to prevent it from being sent to a Server.
- the Run Manager checks for the existence of the files to be copied to the Server and notifies the user of any missing files. If the Enhanced Virtual Executor is being run in a non-windows environment, the forgoing housekeeping chores are preformed by equivalent routines.
- the Run Manager list contains six columns, each of which can be sorted by clicking on the column heading, and reversed by clicking on the column heading again.
- the columns comprising this list are: 1) The Name column, it contains the number of the run as it was imported. 2) The Status column, it displays the status of that run. 3) The Computer column, it shows the name of the last Server that the run was sent to with the processor number in parentheses. 4) The Start and 5) End columns, which indicate the time the run started executing and stopped executing on the current Server. 6) The Time column, it contains the total cumulative times the run was executing on all Servers used to process that run.
- This screen shows the run number, resumable support, support for the Done flag, the command line, the output files to copy from the Server, and the files to copy to the Server.
- the EVE Server has three categories of options that include General, Schedule,and
- the General options are used to run the EVE Server every time the computer is started. Another option allows the user to add a Shortcut to the EVE Server program on their computer's desktop.
- a third option is used to save a log file called EVE_SRV.log to help track problems that may occur.
- the EVE Server saves the previous log file to EVE SRV.lol that will prevent loosing important information if the Server is restarted after having a problem. Both log files can be downloaded by an EVE Client to help in diagnosing problems.
- the last General option sets the maximum number of CPUs that the EVE Server will use from its compliment of CPUs. The default number is the same as the number of processors in the computer. This number can be reduced to allow other processes to run simultaneously without interfering with the Enhanced Virtual Executor, thus allowing a person to run programs on a computer simultaneously with an EVE application.
- an EVE Server has the ability to select schedule and security options.
- the Schedule options are used to determine when to stop the EVE Client from sending programs for execution. If a program recognizes the EVE stop flag, the program will stop executing at the scheduled time. If the program is resumable, it will be resumed on another Server, otherwise the partial results will be copied back to the Client. If run when a computer starts, the EVE Server will always be running and can be scheduled to be paused during work hours.
- the Security options are used to configure which EVE Clients are allowed to connect to the EVE Server. The default is to allow any EVE Client to connect, but a user can define a restricted list of Clients that are allowed to connect.
- the unit is ready to assume an operational status within the EVE system.
- the EVE Server program runs in the background until contacted by the EVE Client. When this occurs, the EVE Server command check routine of Figure 8 begins.
- execution begins according to the logic illustrated in Figures 10A and B.
- the execute program routine starts and it is immediately queried to determine if it was properly started. If it wasn't, and error message is sent to the EVE Client. If it was properly started and an execute loop is running, an "OK" responses sent to the EVE Client. If the execute loop is not running, the execute loop is started and an "OK" response is sent to the EVE Client. When the "OK" response is sent to the EVE Client, the execute loop begins looping through each CPU as illustrated in Figure 10B.
- the loop through each CPU begins with a determination as to the status of the program. If a program complete indication is present, a determination is made as to whether or not the CPU is busy copying files. If it is, the validity of the network is determined. If the network is valid and a Server "exit" is detected, the EVE Server exits the program. If a Server "exit" is not detected, the question of whether or not the CPU is busy copying files is repeated. If the CPU is not busy copying files, a "results are ready" message is sent to the EVE Client and the loop steps on to determine it the network connection is valid. If the network connection is not valid as determined in this step or any preceding such step in this routine, a stop program execution occurs and the network connection is reset.
- loop execution advances by determining if the Server used an exit option. However, if the network connection was considered valid and a cancellation command was received from the Client, a stop program execution is effected. If it was determined that the Server did not command and exit and a program is still running, the loop is repeated. If the program is not still running, the execute loop is exited.
- the "RUNNING" command, Figure 11 is periodically called by the Client to check the status of the Server.
- the Server then responds with a list of CPUs that are currently executing programs.
- the "SENDFILE" command is initiated, as shown in Figure 13, by determining if the data connection is busy. If it is, an error message is sent to the EVE Client. If it is not, an existing target directory is sought. If an existing target directory cannot be found, an error message is sent to the EVE Client. If a target directory exists, the "data to receive file” is initialize and the file length is determined. If the file length is 0, a "send OK message" is sent to the EVE Client. If the file length is not 0, a message is sent to the EVE Client to start sending file data.
- Figure 8 advances to "GETFILE" and the EVE Server proceeds according to the logic illustrated in Figure 14. If a file does not exist, and error message is sent to the EVE Client. If a file exists, the system is initialize to receive the file. File length is determined and if it is 0, a send OK message is sent to the EVE Client. If the file length is not 0, a message is sent to the EVE Client requesting data transfer.
- the EVE Server advances to the "CANCEL” step of Figure 8 and then progresses to the routines of Figure 16. If the CPU is canceled, the global cancel flag is set and a send OK message is transmitted to the EVE
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Computer And Data Communications (AREA)
- Multi Processors (AREA)
Abstract
Description
Claims
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| AU17289/00A AU1728900A (en) | 1998-11-18 | 1999-11-17 | Enhanced virtual executor |
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US19507798A | 1998-11-18 | 1998-11-18 | |
| US09/195,077 | 1998-11-18 |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| WO2000029949A2 true WO2000029949A2 (en) | 2000-05-25 |
| WO2000029949A3 WO2000029949A3 (en) | 2000-08-10 |
Family
ID=22719968
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/US1999/027154 Ceased WO2000029949A2 (en) | 1998-11-18 | 1999-11-17 | Enhanced virtual executor |
Country Status (2)
| Country | Link |
|---|---|
| AU (1) | AU1728900A (en) |
| WO (1) | WO2000029949A2 (en) |
Cited By (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| WO2004095269A3 (en) * | 2003-03-21 | 2005-10-06 | Intel Corp | System and method for managing distributed objects as a single representation |
Family Cites Families (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| GB2272085A (en) * | 1992-10-30 | 1994-05-04 | Tao Systems Ltd | Data processing system and operating system. |
| US5437032A (en) * | 1993-11-04 | 1995-07-25 | International Business Machines Corporation | Task scheduler for a miltiprocessor system |
-
1999
- 1999-11-17 AU AU17289/00A patent/AU1728900A/en not_active Abandoned
- 1999-11-17 WO PCT/US1999/027154 patent/WO2000029949A2/en not_active Ceased
Cited By (9)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| WO2004095269A3 (en) * | 2003-03-21 | 2005-10-06 | Intel Corp | System and method for managing distributed objects as a single representation |
| GB2415814A (en) * | 2003-03-21 | 2006-01-04 | Intel Corp | System and method for managing distributed objects as a single representation |
| GB2415814B (en) * | 2003-03-21 | 2006-09-20 | Intel Corp | System and method for forwarding a command to an active machine in a clustered computer |
| US7313619B2 (en) | 2003-03-21 | 2007-12-25 | Intel Corporation | System and method for managing distributed objects as a single representation |
| CN100367214C (en) * | 2003-03-21 | 2008-02-06 | 英特尔公司 | System and method for managing distributed objects as a single representation |
| KR100859611B1 (en) * | 2003-03-21 | 2008-09-23 | 인텔 코오퍼레이션 | System and method for managing distributed objects as a single representation |
| US7831713B2 (en) | 2003-03-21 | 2010-11-09 | Intel Corporation | System and method for managing distributed objects as a single representation |
| US8271605B2 (en) | 2003-03-21 | 2012-09-18 | Intel Corporation | System and method for managing distributed objects as a single representation |
| US10313260B2 (en) | 2003-03-21 | 2019-06-04 | Intel Corporation | System and method for managing distributed objects as a single representation |
Also Published As
| Publication number | Publication date |
|---|---|
| WO2000029949A3 (en) | 2000-08-10 |
| AU1728900A (en) | 2000-06-05 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US5978829A (en) | Apparatus and methods for sharing idle workstations | |
| US6868442B1 (en) | Methods and apparatus for processing administrative requests of a distributed network application executing in a clustered computing environment | |
| JP3268534B2 (en) | Computer system for managing syncpoints of protected resources | |
| EP0457112B1 (en) | Asynchronous resynchronization of a commit procedure | |
| RU2192039C2 (en) | Executive regeneration routine for backup copying support program | |
| JP2691080B2 (en) | Computer device having sync point recovery means | |
| US5748958A (en) | System for utilizing batch requests to present membership changes to process groups | |
| JP2551312B2 (en) | Job step parallel execution method | |
| JP2691081B2 (en) | Computer network | |
| US7130897B2 (en) | Dynamic cluster versioning for a group | |
| US5363505A (en) | Local and global commit scopes tailored to work units | |
| US6016505A (en) | Program product to effect barrier synchronization in a distributed computing environment | |
| US5799146A (en) | Communications system involving groups of processors of a distributed computing environment | |
| US5794031A (en) | Distributed processing system for system booting and shutdown in distributed processing environment | |
| US6789101B2 (en) | Automation system uses resource manager and resource agents to automatically start and stop programs in a computer network | |
| JPH04229334A (en) | Computer network | |
| US7085831B2 (en) | Intelligent system control agent for managing jobs on a network by managing a plurality of queues on a client | |
| US5768538A (en) | Barrier synchronization method wherein members dynamic voting controls the number of synchronization phases of protocols and progression to each new phase | |
| JP2000222368A (en) | Method and system for duplication support of remote method call system | |
| US6026426A (en) | Application programming interface unifying multiple mechanisms | |
| US6052712A (en) | System for barrier synchronization wherein members dynamic voting controls the number of synchronization phases of protocols and progression to each subsequent phase | |
| KR100346667B1 (en) | Method and apparatus for providing for notification of task termination | |
| US5613133A (en) | Microcode loading with continued program execution | |
| US7996507B2 (en) | Intelligent system control agent for managing jobs on a network by managing a plurality of queues on a client | |
| WO2000029949A2 (en) | Enhanced virtual executor |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| ENP | Entry into the national phase |
Ref country code: AU Ref document number: 2000 17289 Kind code of ref document: A Format of ref document f/p: F |
|
| AK | Designated states |
Kind code of ref document: A2 Designated state(s): AE AL AM AT AU AZ BA BB BG BR BY CA CH CN CU CZ DE DK EE ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MD MG MK MN MW MX NO NZ PL PT RO RU SD SE SG SI SK SL TJ TM TR TT UA UG UZ VN YU ZA ZW |
|
| AL | Designated countries for regional patents |
Kind code of ref document: A2 Designated state(s): GH GM KE LS MW SD SL SZ TZ UG ZW AM AZ BY KG KZ MD RU TJ TM AT BE CH CY DE DK ES FI FR GB GR IE IT LU MC NL PT SE BF BJ CF CG CI CM GA GN GW ML MR NE SN TD TG |
|
| 121 | Ep: the epo has been informed by wipo that ep was designated in this application | ||
| AK | Designated states |
Kind code of ref document: A3 Designated state(s): AE AL AM AT AU AZ BA BB BG BR BY CA CH CN CU CZ DE DK EE ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MD MG MK MN MW MX NO NZ PL PT RO RU SD SE SG SI SK SL TJ TM TR TT UA UG UZ VN YU ZA ZW |
|
| AL | Designated countries for regional patents |
Kind code of ref document: A3 Designated state(s): GH GM KE LS MW SD SL SZ TZ UG ZW AM AZ BY KG KZ MD RU TJ TM AT BE CH CY DE DK ES FI FR GB GR IE IT LU MC NL PT SE BF BJ CF CG CI CM GA GN GW ML MR NE SN TD TG |
|
| DFPE | Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed before 20040101) | ||
| REG | Reference to national code |
Ref country code: DE Ref legal event code: 8642 |
|
| 122 | Ep: pct application non-entry in european phase |