WO1997029436A1 - A multiprocessing system having processes that share objects - Google Patents

A multiprocessing system having processes that share objects Download PDF

Info

Publication number
WO1997029436A1
WO1997029436A1 PCT/US1997/002142 US9702142W WO9729436A1 WO 1997029436 A1 WO1997029436 A1 WO 1997029436A1 US 9702142 W US9702142 W US 9702142W WO 9729436 A1 WO9729436 A1 WO 9729436A1
Authority
WO
WIPO (PCT)
Prior art keywords
request
causal
group
objects
grant
Prior art date
Application number
PCT/US1997/002142
Other languages
French (fr)
Inventor
Daniel Aaron Supernaw-Issen
Michael David Mccartney
Original Assignee
Supernaw Issen Daniel Aaron
Michael David Mccartney
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
Priority claimed from US08/599,054 external-priority patent/US5778225A/en
Application filed by Supernaw Issen Daniel Aaron, Michael David Mccartney filed Critical Supernaw Issen Daniel Aaron
Priority to AU18600/97A priority Critical patent/AU1860097A/en
Publication of WO1997029436A1 publication Critical patent/WO1997029436A1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements 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/46Multiprogramming arrangements
    • G06F9/52Program synchronisation; Mutual exclusion, e.g. by means of semaphores

Definitions

  • This invention relates generally to distributed computing systems and. more particularly, to a method and apparatus for sharing objects among processes within the distributed computing system without centralized control of the shared objects but with guaranteed availability, usage and coherency of the shared objects.
  • a distributed computing svstem includes a plurality of processing entities interoperably coupled to form a single system.
  • the processing entities which may be computers or processors within a computer, support a plurality of programs that, at one time or another, communicate with each other to share objects.
  • Sharing of objects allows processes to work together on a larger task.
  • Such objects may be any type of digital information, ranging from a single number, letter, alphanumeric character or symbol, to a complex data file, or executable file.
  • an object may be defined as a portion of memory having an associated distinguishing component such as an identification code.
  • a distributed system must include some mechanism for allocating the shared objects among the plurality of processes.
  • One such mechanism is a centralized server which "holds" all the objects for the distributed computing system.
  • the centralized server Upon a request from a process, the centralized server allocates the requested objects to the processing entity supporting the process. Once the process is finished with the requested object(s). it returns the object(s) to the centralized server for reallocation.
  • a distributed allocation method allows the processing entities to administer the allocation of objects themselves.
  • the objects are distributed throughout the system by the processing entities, where a processing entity is only responsible for allocation of objects it possesses.
  • a system bottleneck arises when the centralized server receives more object requests than it can efficiently handle. When this occurs, processes have to wait for the centralized server to respond to their request. Depending on the speed of the centralized server and the number of outstanding requests, the waiting period may be of an u ac e t uic ⁇ uratioa.
  • a solution to a system bottleneck partitions the objects into particular sets, or distinct subsets, wherein each particular subset is assigned to a separate centralized server.
  • each particular subset is assigned to a separate centralized server.
  • the centralized server assigned to that particular subset handles the request.
  • the centralized server function is being distributed among several centralized servers.
  • deadlock may result when object contention occurs.
  • Object contention occurs when two or more processing entities are requesting sets of objects wherein the sets have common objects.
  • a simple example of deadlock is when two processing entities each desire the same two objects while each of the processing entities has one of the two objects allocated to it. Thus, the two processes will wait forever for the other process to release its object.
  • Deadlock may be avoided by giving particular processing entities higher priority than other processing entities such that the higher priority processing entities have their requests handled first. But such a solution does not guarantee progress. For example, when a higher priority processing entity and lower priority processing entity are requesting the same object, the higher priority processing entity will be allocated the object first.
  • the higher priority processing entity If, after the higher priority processing entity has released the object, it requests the same object again before the lower priority processing entity has been allocated the object, the higher priority processing entity will again be granted the object. If this pattern continues, the request of the lower priority processing entity will not be satisfied. Thus, progress for the lower priority processing entity is not guaranteed.
  • Data inconsistencies arise in a distributed system that allows copies of objects to be made and subsequently allocated.
  • a data inconsistency results when two or more processing entities have copies of an object and one of the processing entities modifies that object. In this case, when another processing entity requests the object, it might get the modified object or the unmodified object. When this occurs, the requesting processing entity cannot be sure if it is using the correct object, thereby creating a system error.
  • Figure 1 illustrates a distributed computing system which incorporates the teachings of the present invention
  • FIG. 2 illustrates an alternate distributed computing system which incorporates the teachings of the present invention
  • FIG. 3 illustrates an object flow diagram in accordance with the present invention
  • Figure 4 illustrates a logic diagram that may be used to implement the present invention
  • Figure 5 illustrates a logic diagram which further describes step 206 of Figure 4;
  • Figure 6 illustrates a logic diagram which further describes step 208 of Figure 4
  • Figure 7 illustrates a logic diagram which illustrates step 212 of Figure 4
  • Figure 8 illustrates a logic diagram which further describes step 194 of Figure 4
  • Figure 9 illustrates a logic diagram for ordering message lists in accordance with the present invention
  • Figure 10 illustrates an example of Figure 9
  • Figure 12 illustrates yet another example of the process of Figure 9
  • Figure 13 illustrates a logic diagram of an overview method of establishing the message lists:
  • Figure 14 illustrates a logic diagram of alternative method of ordering the message lists
  • Figures 15-17 illustrate an example ofthe process of Figure 14
  • Figure 18 illustrates a logic diagram for adding a process to the group of processes in accordance with the present invention
  • Figure 19 illustrates a logic diagram for removing a process from the group of processes in accordance with the present invention
  • Figure 20 illustrates a state diagram of a process in accordance with the present invention
  • Figure 21 illustrates an example of the present invention in the context of a hospital facility
  • Figures 22-28 illustrate an example of sharing objects among the processing entities of Figure 21 ;
  • Figures 29-38 illustrate another example of sharing data among the processing entities of Figure 21 ;
  • Figures 39-43 illustrate yet another example of adding a processing entity to the group of processes;
  • Figures 44-46 illustrate a process for removing a processing entity from the group of processing entities.
  • Figure 47 illustrates how abbreviated time stamps are computed.
  • Figure 48 illustrates how processes interact with the SubGroup Manager using object interest update messages.
  • the present invention provides a method and apparatus for sharing objects among a group of processes. This may be accomplished by using a causal time stamp for each conveyance of information between the members of the group of processes.
  • Full causal time stamps embody the request information for each process in the group.
  • Abbreviated causal time stamps represent the total request state of the group in a compact form.
  • the receiving process invalidates any old requests from the requesting process and updates its grant causal list.
  • the grant causal list includes prioritized listings of outstanding object requests, where each prioritization is based on a predetermined total ordering procedure.
  • the predetermined total ordering includes a causal connection order and predetermined ⁇ fuct wuiuii vVin uc uiSCUSScu in gfe tci uct ⁇ li below.
  • the receiving process determines whether it has one of the needed objects being requested and the request is of a higher priority. If so, the receiving process generates a grant message for the requesting process.
  • the grant message includes a grant causal time stamp which is reflective of the current causal time stamp of the receiving process and the objects being granted.
  • the requesting process receives the object grant, it updates its possession set of objects to include the newly received objects and updates its current causal time stamp. If the possession set includes all of the needed objects, the requesting process then utilizes the objects as needed.
  • a grant causal list is updated using a predetermined total ordering procedure.
  • This ordering procedure compares current request values of each causal time stamp to determine which is of a higher priority. A higher priority occurs as a result of a direct comparison of each current request value in the request causal time stamps.
  • the causal time stamp having the lower current request value is considered to precede, or have a higher priority than, the other causal time stamp.
  • the preceding causal time stamp is given priority over the other time stamp which allows that particular request to be satisfied before the other.
  • the causal time stamps illustrated with respect to Figures 1 through 46 may be either full or abbreviated causal time stamps. However, for full understanding of the conceptual framework. Figures 1 tlirough 46 are described with respect to full causal time stamps. Abbreviated causal time stamps are described with reference to Figure 47.
  • Figure 1 illustrates a distributed computing system 10 that includes a plurality of processing units 12, 14, 16, 18, 20, interconnected by a distribution network 62.
  • the processing units 12, 14, 16, 18, and 20 may be individual processors such as microcontrollers, microprocessors, digital signal processors, or any other type of integrated ciic ⁇ it pi ⁇ cebsing elements. Such units are coupled together by a series of buses. Alternatively, the processing units may be standalone computers, workstations, or mainframe computers, intercoupled by an Ethernet connection or some other type of network connection.
  • processing units are arranged into two groups; Group 1 and Group 2.
  • Processing unit (A) 12, processing unit (B) 14, and processing unit (D) 18 are in Group 1, while processing unit (C) 16, processing unit (D) 18, and processing unit (E) 20 are in Group 2.
  • processing unit (D) 18 is in both Groups 1 and 2.
  • objects residing within any particular member of the group may be shared with the other members of the group.
  • objects within one group are not shared with objects of the other group.
  • processing unit (D) when acting as a member of Group 1 , only shares the objects with the members of Group 1 and, when operating within Group 2, only shares objects with members of Group 2.
  • processing unit (D) may be operating within both Groups 1 and 2 simultaneously.
  • each of the processing units 12. 14, 16, 18. and 20 includes a processor
  • the client sections 21. 23. 25, 27. 29 are, in a sense, the basic processing entities, e.g., processors or computers, which interface with the particular users.
  • the client section operates on. and stores, the objects.
  • the processing units 12, 14, 16, 18, 20 also include object allocation sections 42,
  • the object allocation section may include a processor 58 and memory 60 functioning as a co-processor or may simply be software instructions that are executed by the processor in the client section 21 ,
  • processing unit (D) 18 has two object allocation sections 48 and 50.
  • Each object allocation section 48. 50 is used for a particular group of which processing unit (D) is a member.
  • object allocation section 48 is used for Group 1 while object allocation section 50 is used for Group 2.
  • the object allocation sections function as behind-the-scenes processing entities to control the exchange of shared objects.
  • each object allocation section is associated with u pttrLiuuIar process ⁇ f u group of processes, where a process may be a particular processing unit, or a process running on a processing unit.
  • the processing unit (E) 20 is shown to include an input/output port 54 that. couples it to an external memory 56.
  • the external memory may be a database of objects which are shared among members of Group 2 and may be affiliated with any of the particular processing units in the system. However, it is shown affiliated with processing unit (E) for the purposes of this discussion.
  • processing unit (E) 20 is designated as the group controller for Group 2
  • processing unit (A) is designated as group controller for Group 1.
  • the functions of the group controller are to process the addition and deletion of processes from the group of processes. The addition and deletion of processes from the group of processes will be discussed below with reference to Figures 18 and 19. Note that other than the processing of addition and deletion of processes from the group, the designated group controller has no other special functions.
  • the processing unit (F) 33 is shown to include two SubGroup Managers ("SGM")
  • Each SGM 51 and 53 is an optional special process in a respective group which is used to monitor object requests to determine whether the request was sent to the all the required processes in the group. As illustrated, SGM 51 monitors Group 1 while SGM 53 monitors Group 2. In discussions of the system illustrated in Figures 2 through 46, most messages are sent to all processes in the group. However, efficiencies may be obtained by sending messages to a subset of all processes in the group without compromising the functionality of the processes within the group. The SGM associated with a particular group guarantees that messages are sent to all necessary processes within the group. A technique for such operation is described further in with respect to Figure 48.
  • FIG. 2 illustrates an alternate distributed computing system that incorporates the teachings of the present invention.
  • the distributed computing system 70 includes a single processing unit 72 coupled to a local memory unit 74 and is provided with a network transmission path 82.
  • the local memory may be any type of digital information storage device such as RAM, ROM. EE-PROM E-PROM. magnpric disc, CD-ROM, etc.
  • the processing unit 72 may comprise a microprocessor, microcontroller, digital signal processor, or any other device that executes instructions.
  • tne processing unit may support a plurality of processes 76. 78, 80. Each of the processes may be a separate algorithm being executed by the processing unit 72. but are within the same group sharing a set of objects. While not shown in the distributed processing system 70, the processing unit would also include an object allocation section comprised of software instructions, thereby allowing the processing unit to support multiple processes and further to support the object sharing as taught by the present invention. Further note, that if the processing unit includes multiple copies of the object allocation section of the present invention, it can support multiple groups of processes.
  • Figure 3 illustrates a graphical representation of the data processed by the object allocation sections 42, 44, 46, 48, 50, 52 of Figure 1.
  • a current causal time stamp 92 contains information indicating the current request value 102 known for each of the processes in the group.
  • the example shown in Figure 3 has four processes in this particular group: Process A. Process B. Process C. and
  • the current request value 102 indicates the number of times the particular process has had its request satisfied. For example, if the current request value for Process
  • Current request values 102 are updated when an object request has been satisfied for corresponding processes or when causal time stamps are received within object grants or object requests that are more current. The satisfaction of a request only updates the current request value for the process affiliated with the current causal time stamp. For example, when a request for process A has been satisfied, the current request value A, in the current causal time stamp 92 for process A is updated. The current request value for process A will be updated in the current causal time stamp tables of processes B. C. and D when these processes receive an object request or object grant from process A containing an updated current request value.
  • the grant causal list 94 includes the total ordering of outstanding object requests.
  • the first request 104 in the grant causal list 94 is for Process B 108 and includes the causal time stamp for process B 1 10 and the objects being requested.
  • the causal time stamp af request R 1 1 0 ⁇ ho ⁇ thnt thp current request value for A is one.
  • for B is one.
  • for C is two.
  • for D is one.
  • the second entry 106 of the grant causal list 94 is for process C 1 14.
  • the causal time stamp for Process C 1 16 and the objects being requested by Process C 1 18 are further included in the object request.
  • the causal time stamp 1 16 of Process C indicates that the current request value for Process A is two.
  • for Process B is one
  • for Process C is two
  • for Process D is two.
  • the possession set 96 indicates the objects which are currently held by this particular process (Process A).
  • the objects shown in the possession set 96 are objects 1. 2, 7, and 9. These objects will be granted to processes in the group of processes based on the information in the grant causal list 94. Note that any objects held in the possession set that are not needed are considered to be surplus objects.
  • Process B is requesting objects 7 and 8. With process A possessing object 7. it would prepare a grant message and relinquish object 7 to Process B.
  • the order in which objects is granted are based on the priority of the request in the grant causal list, which will be discussed below in greater detail.
  • the needed object set 98 contains information of objects that a particular process needs in relation to its current outstanding object request.
  • this particular process has a need set of objects 4. 5, and 7. Note that the objects listed in the need object set 98 are shown purely for example purposes.
  • Process A would have an entry in the grant causal list 94.
  • the group sequence number 100 indicates the number of times in which the group has changed its membership. As a member is added to the group of processes, the group sequence number is updated. The group sequence number 100 is also updated when a member leaves the group of processes.
  • the group sequence number is usually transmitted along with an object request message or an object grant message for the recipients to use to determine whether the incoming request is the most current request from that particular process and to further determine whether a change has occurred to the membership of the group that has not yet been recorded by the receiving process.
  • the information in the current causal time stamp 92 and the grant causal list 94, as well as the group sequence number 100, are updated by receiving object requests 120 and object grants 122.
  • An object request 120 is formatted in the manner shown.
  • the requesting process 126 indicates its identity, includes a request causal time stamp 128, the needed objects 130, and the group sequence number 132.
  • the information in the requested causal time stamp 128 is reflective of the current causal time stamp information stored by the particular object allocation section for the particular process.
  • the group sequence number is also reflective of the values stored in the object allocation section for the particular process.
  • the example shown indicates that Process B is transmitting a request for objects 7 and 8. Updating the information in the object allocation section for Process A and other processes will be described in more detail with reference to Figure 4 below.
  • the object grant message 122 includes a grant causal time stamp 134. the objects being granted 136, and the group sequence number 138.
  • the object grant 122 does not necessarily include the identity of the process transmitting the grant; however, such information may readily be included in the transmission.
  • the process can generate, via its object allocation section, object requests and object grants.
  • An object grant will look similar to the object grant 122, while the object request 124 includes the information shown.
  • the object request 124 includes the identity of the requesting unit 140, the request causal time stamp for the particular process 142, the needed objects 146, and the most current group sequence number 148 known by the process. In a comparison of the object request 124 with the object request 120. it will be seen that these are identical.
  • Figure 4 illustrates a logic diagram that may be used to implement an embodiment of the present invention. The steps of Figure 4 may be comprised of a plurality of program instructions stored on a processor, or computer, readable storage medium.
  • Such processor readable storage medium may be any type of device for storing digital information such as RAM. ROM. E-PROM. EE-PROM, magnetic disk. CD-ROM, etc.
  • the method begins at step 160 wherein a process of a group of processes determines whether it has received an object request from another process of the group of processes. If not. the method proceeds to step 162 wherein the process determines whether it needs any objects. If not, the process remains in a wait loop between steps 160 and 162 until either an object request from another process occurs or this particular process needs an object.
  • step 164 the process identifies a set of needed objects.
  • the set of needed objects includes the identity of particular objects and is determined by the client side of the processing system or processing unit. Once determined, the client side conveys identity of the needed objects to the object allocation section which stores identity of the needed objects in a need set. Having identified the set of needed objects, the method proceeds to step 166 wherein the particular process determines whether it has. in its possession set, all ofthe needed objects.
  • step 168 the process generates an object request to include the identity of the requested objects, a request causal time stamp that is set equal to its current causal time stamp, and the identity of the requesting unit.
  • the method proceeds to step 170 wherein the object request is sent to all group members.
  • step 172 the requesting process adds its new object request to its grant causal list.
  • step 174 the process determines whether it has received an object request from another process. If yes, the method proceeds to step 176 where the particular object request is handled. Handiing of an object request will be discussed below with reference to steps 206-212 of this particular diagram. If the object request was handled or no object request was received, the method proceeds to step 178 wherein the process determines whether it has received an object grant. If not, the process remains in a loop waiting either for an object request from another process or an object grant.
  • step 180 the process updates its current causal time stamp based on information in the object grant.
  • step 184 the process updates its possession set to include the object received via the object grant message.
  • the process does not take ownership of the read-only objects but instead can copy them to the client side.
  • step 186 the process determines whether any of the objects it currently possesses should be allocated to another requesting process having a higher priority request.
  • the grant causal list 94 includes the prioritized ordering of object requests. The ordering ofthe grant causal list 94 will be discussed in greater detail below with reference to Figures 9- 17 below.
  • step 188 the process determines whether it has all of the needed objects. If not, the method proceeds to step 174 and waits to either receive an object request from another process or receive an object grant. If, however, the process has all of the needed objects, the method proceeds to step 190 wherein the particular process removes its object request from its grant causal list. By removing the process' object request from the grant causal list, the process is indicating that this request has been satisfied. The method then proceeds to step 192 wherein the particular process updates its current request value in its current causal time stamp.
  • the method of Figure 4 also shows another path to arrive at step 192.
  • This path occurs at the decision step 166 in which the process determines whether it has all of the needed objects of its particular object request. If so, the method proceeds to step 192.
  • the method proceeds to step 194 wherein read only objects are handled. The handling of read only objects will be discussed in greater detail with reference to Figure 8 below.
  • the method proceeds to step 196 wherein the process determines whether the client side of the processing unit has finished utilizing the requested objects. If not, the method proceeds to step 202 wherein the process determines whether it has received an object request from another process. If not.
  • the process remains in a loop waiting for the client portion of the processing unit to finish utilizing the requested object or to receive an object request from another process. If an object request is received from another process, the method proceeds to step 204 wherein the request is handled as described in steps 206- 212 below. Once the client pomon ol the processing unit has finished utilizing the requested objects, the method proceeds to step 198 At step 198. the process clears its set of needed objects, l e . clears the needed object set. Having ⁇ one mis.
  • step 200 w nerein the objects that were just released bv the client portion o the processing unit are granted to prioritized requests (The granting of objects to prioritized requests will be discussed in greater detail below with reference to Figure 7 ) Once the objects have been granted to a prioritize request, the process returns to step 162
  • the handling ol an object request begins at step 206 ⁇ t step 206.
  • the particular process receiving the object requests updates its current causal time stamp (Updating the current causal time stamp will be discussed below with reference to Figure 5 )
  • the method proceeds to step 208 wherein the process invalidates anv old request tor the pamcular process that had generated the newiy receiv ed object request (Invalidating old requests will be discussed in greater detail belov ⁇ ith reference to Figure 6 )
  • the method then proceeds to step 210 wherein the process updates its grant causal list which will be discussed in greater detail below with reference to Figures 9-17
  • the method then proceeds to step 212 wherein the process grants objects to prioritized requests, which will be discussed m greater detail below with reference to Figure 7
  • Figure 5 illustrates the method steps that a process or the group of processes Jtihzes to update us current causal time stamp
  • the up ⁇ ating method begins at step 206-1 wherein the process determines whether there are more terms, or current request values, to be compared If yes, the method proceeds to step 206-2 wherein the next terms, or current request values, from the current causal time stamp (Xi) is ret ⁇ eved The method then proceeds to step 206-3 wherein the process retrieves the next term, or next current request value (Yi), from the incoming causal time stamp The method then proceeds to step 206-
  • the current request value in the current causal time stamp is set to the maximum value of Xi or Yi
  • the current causal time stamp would be updated to have the number 5 as the current request value
  • Figure 6 illustrates a method for invalidating old requests.
  • the method begins at step 208-1 where a determination is made as to whether there are more requests in the grant causal list. If not, the method is complete. If, however, there are more requests in the grant causal list, the method proceeds to step 208-2.
  • the process retrieves the next request (R).
  • the method then proceeds to step 208-3 wherein the process retrieves the requestor's identity (Rid) and the request causal time stamp (Rets).
  • the method then proceeds to step 208-4 wherein the process retrieves, for the process (Rid), its term, or current request value (Xi), from the request causal time stamp (Rets).
  • step 208-5 the process retrieves, for the process that generated request (R), the current request value (Yi), or term, from its current causal time stamp.
  • step 208-6 the current request value ofthe request causal time stamp Xi is compared with the current request value Yi of the process's current causal time stamp. If Yi is greater than Xi, this particular object request (R) is removed from the grant causal list at step 208-7.
  • a process has nad an ooject request satisfied, it updates its current request value.
  • the current request value for a particular process in the current causal time stamp is greater than the current request value in the request causal time stamp of an object request for the particular process, the object request has been satisfied and can be removed from the grant causal list.
  • step 208-1 the process goes through each object request in its grant causal list and compares the corresponding current request values of the requesting process to the current request value known by this particular process in its current causal time stamp. Once the process has compared all the current request values for processes having a request in the grant causal list as described above, the invalidation of old requests is complete.
  • Figure 7 illustrates a method for granting objects to prioritized requests as referenced in steps 212, 200, and 186 of Figure 4.
  • the method begins at step 212-1 where a determination is made as to whether there is a request from this process in the grant causal list. If the particular process does not have a request in its grant causal list, the method proceeds to step 212-5 wherein requested objects within the process' possession set and not in the process' need set (i.e., surplus objects) are granted to the requesting process.
  • requested objects within the process' possession set and not in the process' need set i.e., surplus objects
  • the process can send a copy of any objects requested as read-only along with the grant without transfering ownership of the read-only objects.
  • step 212-2 the next entry in the grant causal list (R) is retrieved. If this is the first time through the grant causal list, the process will retrieve the highest priority entry in the grant causal list, and for subsequent retrievals, it will sequence down the priority chain in the grant causal list. Having retrieved the next request (R), the method proceeds to step 212-3. At step 212-3, a determination is made as to whether the next request (R) is from this particular process. If yes, the method proceeds to step 212-5 wherein anv objects in the possession set that are not part of the needed set may be granted to the incoming object request.
  • step 212-4 the process grants any objects in the possession set that are requested in the next request (R). Having done this, the process returns to step 212-2 wherein the . next request (R) from the grant causal list is retrieved. The process remains in this loop of steps 212-2 to 212-4 until the entire grant causal list has been exhausted or the process has reached its own request.
  • Figure 8 illustrates a method for handling read-only objects as illustrated at step 194 of Figure 4.
  • the handling of read-only objects begins at step 194-1 wherein a determination is made, prior to utilizing the set of needed objects, whether at least one of the objects in the need set is a read-only object. If the need set includes at least one read ⁇ only object 194-2, the method proceeds to step 194-4.
  • the read-only objects are copied and subsequently stored by the process. After copying the read-only objects, the method proceeds to step 194-5 wherein the read-only objects are removed from the need set. Having removed the read-only objects from the need set, the read-only objects may be subsequently granted to other object requests.
  • step 194-3 the objects are utilized by the client portion of the processing unit.
  • This method of handling read-only objects provides a strong consistency model in that all the objects utilized by the process are consistent with each other at the time it starts utilizing the objects.
  • Figure 9 illustrates a logic diagram that may be used to generate a prioritization of the grant causal list 94 (of Figure 3).
  • the steps of this logic diagram may be implemented as program instructions that can be stored on any digital information storage medium.
  • an exemplary illustration of the logic diagram which includes a new message 224 having an identity of the requesting process X 228 and the requesting causal time stamp 230 of X.
  • the existing message 226 includes the identity of the requesting process Y 232 and its corresponding request causal time stamp 234.
  • the total ordering procedure begins at step 236 where a determination is made as to whether all of the current event values (Xi) and (Yi) have been compared. If not, the method proceeds to step 238 wherein the next current event values (Xi) and (Yi) are retrieved. The method then proceeds to step 240 where a determination is made as to whether Xi equals Yi. If yes, the method returns to step 236 for a determination as to whether all of the current event values in the request causal time stamp of the new message 230 and the request causal time stamp 234 of the existing message have been compared.
  • step 242 a determination is made as to whether Xi is less than Yi. If Xi is less than Yi, the process proceeds to step 246 where it is established that X precedes Y in the message lists, or grant causal lists, of each of the members of the group of processes. In other words, the new message precedes, or has a higher priority than, the existing message in the grant causal lists. If, however, Xi is not less than Yi, in other words, Yi is less than Xi. the method proceeds to step 244 where it is declared that the object request of Y precedes the object request of X (i.e., the existing message precedes, or has a higher priority than, the new message).
  • step 236 If, at step 236. all of the current event values in the request causal time stamp 230 and request causal time stamp 234 have been compared and found to be equal, the method proceeds to step 248.
  • step 248 a determination is made as to whether the name of the new message (Xy) is less than the name of the existing message (Y). This determination is based on a predetermined total ordering such a numerical identity of the processes, alphabetical ordering of the names of the processes, an alphanumeric character prioritization of the names of the processes, or any other prioritizing scheme desired so long as it defines total ordering.
  • the method proceeds to step 246 where it is declared that the object request of X precedes the object request of Y. In other words, the object request of X has a higher priority than the object request of Y. If, however, the name of the new message is not less than the name of the existing message, the method proceeds to step 244 where it is declared that the object request of Y precedes, or has priority over, the object request of X.
  • Figures 10-12 illustrate examples of the method of Figure 9.
  • Figure 10 is based on comparing the object request of process A with the object request of process C.
  • the object request for process A only include the identity of process A 250 and its corresponding request causal time stamp 252.
  • the object request for process C only includes the identity of process C 254 and its corresponding request causal time stamp 256.
  • the example begins at step 236-1 where a determination is made that all of the terms, or current request values, have not been compared.
  • step 236-2 the determination is made as to whether all terms, or current request values, have been compared.
  • step 238-2 the next respective current request values from the request causal time stamps 252, 256 are retrieved. In this case, both values are 6.
  • step 240-2 a comparison is made between the retrieve current request values. As shown, both values are 6; thus, the answer to this inquiry is yes.
  • SUBSTITUTE SHEET (RULE The example continues for the third current request v alues in the request causal time stamps 252, 256 at step 236-3. The example then proceeds to step 238-3 where the current request values are retrieved from the respective request causal time stamps. As shown, both values are 5. The example then continues to step 240-3 wherein a comparison between the retrieved current request values are equal; thus, the answer to this inquiry is yes.
  • step 236-4 a determination is made that not all of the terms, or current request values, of the respective request causal time stamps have been compared.
  • step 238-4 wherein the final terms are retrieved.
  • the final term Xi is 4 and the final term Yi is 4.
  • step 240-4 it is determined that the retrieved terms Xi and Yi are equal.
  • step 236-5 a determination is made that all of the terms have been compared and all of the terms are indeed equal. Having made this determination, the example continues to Step 248-1 where a determination is m rl that X is less than Y.
  • Step 246 tne object request tor process A precedes, or has priority over, the object request for process C.
  • step 236 is referenced as 236-1, -2, -3, and -4. which indicates the four times that step 236 of Figure 9 is executed in this example.
  • Figure 1 1 illustrates another example of the method of Figure 9.
  • an object request for process C is compared to an object request for process F.
  • the object request for process C includes the identity of process C 260 and its request causal time stamp 262.
  • the object request for process F is shown to include the identity of process F 264 and its request causal time stamp 266.
  • the example begins at step 236-10 where a determination is made that not all of the terms, or current request values, of the request causal time stamps have been compared.
  • the example continues at step 238-10 wherein the first terms are retrieved.
  • the first term for process C (Xi) is 4, while the first term for process F (Yi) is 6.
  • the example continues at step 240- 10 where it is determined that the terms are not equal.
  • step 242-10 it is determined that the retrieved term for process C is less than the retrieved term for process F. Therefore, at step 246-10 it is declared that the object request of X (process C) precedes, or has priority over, the object request of Y (process F).
  • Figure 12 illustrates yet another example of the method of Figure 9.
  • an object request for process A is compared to an object request for process B.
  • the object request for process A includes the identity of process A 270 and its request causal time stamp 272.
  • the object request for process B includes the identity of process B 272 and its request causal time stamp 276.
  • the example begins at step 236-20, where it is determined that not all of the terms, or current request values, of the request causal time stamps have been compared.
  • step 238-20 the first terms of the respective request causal time stamps are retrieved. As shown, these values are both 4. The example then continues to step 240-2-20 where it is determined that the retrieved terms are indeed equal. The example continues at 236-21 where it is determined that not all of the terms have been compared. Proceeding to step 238-21, where the retrieved terms are shown to be Xi is ⁇ and Yi is 5. Note thai for this exampie, X equates to process A and Y equates to process B. The example continues at step 240-21 wherein it is determined that Xi does not equal Yi. Having made this determination, the example proceeds to step 242-20. where it is determined that Xi is not less than Yi. Having made this determination, the example proceeds to step 244-20 where it is declared that the object request of Y (process B) precedes, or has priority over, the object request of X (process A).
  • Figure 13 illustrates a logic diagram that may be used to implement an alternate prioritizing technique ofthe grant causal list.
  • the steps of Figure 13 may be implemented using program instructions and stored on a processor, or computer, readable storage medium.
  • the method begins at step 280. where a determination is made as to whether a new message is received. Once a new message is received, the method proceeds to step 282 where a determination is made as to the causal relationship between the new message and existing messages. The method then proceeds to step 284, where a determination is made as to whether the causal relationship is one of a causal precedent relationship. If yes, the process proceeds to step 286, wherein the message lists of the group of processes is ordered to prioritize the new message over subsequent messages of the existing messages.
  • Figure 14 illustrates a computational example of the method of Figure 13.
  • new message 300 is compared with existing message 306.
  • the object request for new message 300 includes the identity of the new message 302 and its request causal time stamp 304.
  • the object request for the existing message 306 includes the identity of the existing message 308 and its request causal time stamp 310.
  • the example begins at step 12 where trie current event values of the request causal time stamp 304 of the new message are compared with the current event values of the request causal time stamp 310 of the existing message. The comparison determines whether the corresponding current event values are equal to. less than, or greater than each other.
  • step 314. a determination is made as to whether all of the current event values for the new message are less than the current event values for the existing message. If yes, the example proceeds to step 316, where a determination is made as to whether at least one of the current event values of the new message is less than its corresponding current event value of the existing message. If the answer to the inquiry at step 316 is yes, the example proceeds to step 318, where it is determined that a causal precedent relationship exists between the new message and existing message. In other words, the object request of the new message (X) precedes, or has priority over, the object request of Y (the existing message). If the answer to Step 314 is "no", the example continues to step 320.
  • step 322. where a determination is made as to w hether at least one of the current ev ent alues of the new message is greater than the corresponding current event v alue ot the existing message If the answer to this inquirv is ves. the example proceeds to step 324. where it is determined that a causal subse ⁇ uent relationship exists. In other words, the causal subsequent relationship indicates that the existing message (Y) precedes, or has priority over, the new message (X)
  • step 326 the example proceeds to step 326 where it is determined that an independent causal relationship exists between the new message and the existing message Having established this relationship, the process proceeds to step 328 to determine whether the identitv ot the new message is greater man the identitv ot the existing message This determination is based on a non- causal ordering relationship such as numerical ordering, alphabetic ordering, alphanumeric ordering or any other tv pe ot prearranged ordering If the idenmy of thp new message (X) is greater than the identity of the existing message (Y the example proceeds to step 332, where it is determined that the existing message precedes, or has pno ⁇ tv o er, the new message If.
  • a non- causal ordering relationship such as numerical ordering, alphabetic ordering, alphanumeric ordering or any other tv pe ot prearranged ordering
  • FIG. 15- 17 illustrate an exampie of the method of Figure 1 ⁇ s shown, three object requests are to be prioritized in the grant causal list
  • the object re ⁇ uests are for process D. process E. and process F
  • the object request for process D includes the identitv of process D 309. its request causal time stamp 31 1. and the objects requested 313.
  • the object request for process E includes the identity of process E 315. its request causal time stamp 317. and the requested objects 319
  • the object request for process F includes the identity of process F 321, its request causal time stamp 323. and the objects being requested 325.
  • a grant causal list 307 is shown to include three existing object requests for process A. process B and process C The prioritization is also shown to be that the object request for process A has priority over process B and the object request for process B has p ⁇ o ⁇ tv over the object request for process C The object request tor D. E. and F are being received as incoming object requests 301. 303. and 305
  • the object request tor process D is received Once this is received, a comparison is made between the first entry causal time stamp with request time stamp 327 In other words, the highest priority obiect request in the grant causal list is compared with the incoming object request In this case, the obiect request for process A is compared with the object request with process D Comparing each of the correspondmg current request lues in the request causal time stamps shows that all of the terms in the request causal time stamp for process D is greater than or equal to the corresponding terms m the request causal time stamp of process A Therefore, the object request for process D is causallv subsequent to the object request tor process A. in other words, the obiect request for process ⁇ has priority over the object request ior process D.
  • process B has p ⁇ o ⁇ tv over process C even though thev have the same request causal time stamps because of an alphabetic ordering
  • step 333 the object request for process E is received and subsequently compared with the request causal time stamp of process A.
  • the corresponding terms, or current request values, of the request causal time stamps for process A and process E have an independent causal relationship
  • the predetermined orde ⁇ ng is used and based on an alphabetic ordering, the object re ⁇ uest for A precedes the request for process E
  • the request causal time stamp for process E is compared with the request causal time stamp of process B
  • the terms, or current request values, of process B are greater than or equal to all of the corresponding terms in the request causal time stamp of process E Therefore, the object request for process E is causal precedent to the object request for process B
  • the object request for process E has priority over the object request for process B
  • step 337 it is indicated there is no need to compare the object request of process E with the object requests for C or D.
  • the grant causal list is updated to include the ordering as shown in which the object request for process ⁇ has the highest priority followed by the object re ⁇ uests for processes E. B. C. and D
  • the object request for process F is received and compared with the object request of process A
  • the comparison between the re ⁇ uest causal time stamps shows that all of the terms, or current request values, of the request causal time stamp of A are greater than or equal to the corresponding terms of the request causal time stamp for process F
  • a determination is made that the object request for process F has a causal precedent relationship to the object request of process A. Therefore, the object request for process F has p ⁇ o ⁇ tv ov er the object request for process A
  • the updated grant causal list is shown at 341 Because the object request of process A had the highest priority prior to receiving the object request of process F.
  • the resulting grant causal list has the object request for process F having the highest priority followed in a pnonty sequence by the object requests of processes A. E, B, C. and D
  • Figure 18 illustrates a method which may be utilized to add a process to the group of processes.
  • the steps of Figure 18 may be implemented as programming instructions which may be stored on a processor, or computer, readable storage medium
  • the method begins at step 340 where a group controller receives a join group request from a requesting process. The method then proceeds to step 342. where a determination is made as to whether the requesting process is authorized to join the group of processes. If not. the method proceeds to step 344. wherein access to the group is denied.
  • step 346 a group sequence value is updated by the group controller.
  • the group sequence value indicates changes in group membership and is used by the members of the group to identify when changes have been made to the group.
  • step 348 an acceptance message is sent from the group controller to the requesting process.
  • the acceptance message includes the updated group sequence value, the current causal time stamp as known by the group controller, and identifies each of the members in the group of processes.
  • the requesting process may send a request message to the group of processes.
  • the request message will include its updated group sequence value, and a request causal time stamp known by the requesting process. For example, if the purpose of the message is to request objects, the set of the needed objects would be listed.
  • the method then proceeds to step 352 wherein the requesting process generates a grant causal iist to include the request that it had just created.
  • step 354 upon receiving the message, existing members of the group of processes compare the updated group sequence value with a stored group sequence value.
  • each of the existing members updates their current causal time stamp, based on the request causal time stamp of the requesting process, the stored group sequence value and a grant causal list. This is done at step 356.
  • step 358 existing members of the group send outstanding request messages to the requesting process.
  • the existing member sends the object request to the newly entering, or requesting process.
  • step 360 the requesting process updates its grant causal list to include each of the outstanding request messages it receives from other processes. Once this has transpired, the requesting process has the same grant causal list as all the other existing members. It should be noted that in order to guarantee advance progress, to avoid deadlock and to avoid inconsistencies, each of the processes must have the same prioritization in their respective grant causal list. The previously described methods insure that each of the members of the group of processes will have the same grant causal list.
  • the members of the group of processes will not simultaneously generate the grant causal list or, at any given time, have exactly the same information in their grant causal list; but when it comes time to transmit or allocate an existing object, it will do so based on a grant causal list which corresponds to the other members in the group.
  • Figure 19 illustrates a method for a process to leave a group of processes.
  • This method may be implemented by program instructions that can be stored on a processor, or computer, readable storage medium.
  • the method begins at step 370 where a process sends a departure message to the group process controller.
  • the method then proceeds to step 372 wherein the group control process reclaims objects held by the departing process. For example, if the departing process holds objects 1. 2, and 3. these must be relinquished to the group control process such that objects are not taken out of the group and may be subsequently reallocated by the group control process.
  • the mexhod continues at step 374 wherein the group control process updates a group sequence value.
  • the group sequence value is updated any time the membership to the group of processes is changed. Thus, when a member enters the group or departs the group, the group sequence value is updated.
  • the group control process sends a group change message to the remaining processes. This message includes the updated group sequence value and identity of the remaining processes. Note that the group change message includes the identity of the remaining processes and not the identity of the process departing. This is done to insure that an accurate record is kept by each of the participating members of the group.
  • the updated group sequence value may be done by incrementing such that the number 5 is more current than the number 4. If the determination at step 378 is "no", the process proceeds to Step 380 where no change is made to the membership of the group as known by the requesting unit. If. however, the updated group sequence value is more current than the stored group sequence value, the method proceeds to step 382 wherein the existing processes update the grant causal list and a current causal time stamp based on the remaining processes.
  • Determining that the updated group sequence value is more current than the stored one is done to insure that regardless of which order the messages are received, the existing members will know which is the most current data. For example, a group may enter and leave the group of processes rather quickly. Thus, a process may receive the departure message before it receives the update message. Thus, an error could result if a departing process is identified as leaving before it's identified as entering. Such a situation could occur if the departing message was received before the entering message. Without the group sequence number, a member of the group of processes would ignore the departing message because it could't identify the departing process, but it would record the process when the entering message is received resulting in an error in membership. The group sequence value insures that this will not happen because it is updated each time the membership changes making it irrelevant which message is received first.
  • Figure 20 iiiusxrates a deterministic state diagram for a process of the group of processes in accordance with the present invention.
  • the particular states are idling 390, joining 392. releasing 394, acquiring 396. and holding 398.
  • certain actions may be executed by a process when in a particular state upon receiving the appropriate event.
  • An event may be initiated by the client side of a processing unit (see Figure 1 ) or from another process (see the object allocation section of Figure 1).
  • a process In the idling state 390, a process is not yet a member of the group but may execute a join group request 404 when triggered by an event requesting the process to join the group. Such an event may be initiated by the client side of the processing unit (see Figure 1).
  • the join group request 404 may be performed as shown in steps 340 and 342 of Figure 18. Once the join group request 404 has been initiated, the process changes states to the joining state 392.
  • the process may encounter events causing the process to have its join request denied 406, to handle a request 408, to handle a group change 410, object interest update 41 1 , or to receive an acceptance message 402. If the process' join group request is denied 406 by the group controller (see Figure 1 ), steps 342 and 344 of Figure 18 will be executed and the process will return to the idling state 390. If. however, the group controller grants the process' join group request, an acceptance message 402 will be generated as per step 348 of Figure 18 and the process will move to the releasing state 394.
  • the process may encounter events causing it to handle object requests 408, handle a group change 410, leave the group 420, object interest update 41 1 , or acquire objects 418 or 430. If the process encounters an event requesting the process to leave the group 420. the process executes steps 370 and 372 of Figure 19 and returns to the idling state 390. Such an event is initiated by the client side of the processing unit (see Figure 1). If the process encounters an event requesting it to acquire objects, the process does so either over acquire path 418 or acquire and satisfied path 430. The process will use acquire path 418 when it does not currently possess all of the requested objects.
  • the process To acquire objects over this path 418, the process performs steps 162 - 172 of Figure 4 and changes to the acquiring state 396. The process will use the acquire and satisfied path 430 when it possesses all of the requested objects. To traverse this path 430, the process executes steps 162 - 166 and 192 - 194 of Figure 4 and changes to the holding state 398.
  • an object interest update event 41 1 When the process encounters an object interest update event 41 1, it updates its internal records using the information stored in the received message.
  • the message identifies a set of processes and any objects in which they are interested.
  • the message may also identify a set of processses and any objects in which they are explicitly not interested. If the process has an outstanding request and has not yet sent that request to a process that is interested in a requested object, then the process sends a copy of its current request to the interested process. At any time, the process can send an object interest update 41 1 to any other process in the group identifying objects in which the process is interested.
  • the process When the process is in the acquiring state, it may encounter events causing its object request to be satisfied 428, handle object requests 408, handle group changes 410. object interest update 41 1 , or handle an object grant 424. If the process' object request is satisfied per path 428, it executes steps 188 - 194 of Figure 4 and it changes to the holding state 398. Handling object requests 408 and group changes 410 are done as described above. To handle an object grant 424. the process performs steps 180 - 186 of Figure 4 and remains in the acquiring state 396.
  • the process enters the holding state 398. While in this state, the process may encounter events causing it to handle requests 408, handle group changes 410, object interest update 41 1 , or release objects 426. If an event causes the process to release objects 426, the process performs the steps 196 - 200 of Figure 4 and the process changes to the releasing state 394. As mentioned, in the releasing state 394, the process may encounter events causing it to leave the group 420, handle requests 408, handle group changes 410, or acquire objects.
  • Figures 21-46 illustrate an example of the present invention.
  • the example is based on a hospital system wherein the hospital system includes a hospital administrator, a pharmacy, a doctor's office, patients' rooms, and operating rooms.
  • the hospital system includes a hospital administrator, a pharmacy, a doctor's office, patients' rooms, and operating rooms.
  • Each of these entities have a computer system which facilitates the sharing of objects as described above with reference to Figures 1 - 20.
  • the example of Figures 21 - 46 illustrates the sharing of objects among the hospital network for a particular patient. The example begins with a visit to the doctor's office, followed by a trip to the pharmacy, and ending with surgery.
  • Figure 21 illustrates a hospital distributed computed system 450 which includes a hospital administrator system 452, a pharmacy system 454, a doctor's office system 456, patient room system 458. and operating room system 460 interconnected by a distributed network 462. Note that the operating room is shown as a dotted line connection to the other systems. This is done to illustrate that the operating room 460 is subsequently added to the group and then deleted from the group. Thus, at the beginning of this example, a group of processes includes the hospital administrator 452, the pharmacy 454, the doctor's office 456, and the patient's room 458.
  • the objects to be shared are contained in a plurality of patient's records 464.
  • Each of the patient's records includes object headers 466 and objects 468.
  • an object header is personal data wherein the objects are the patient's name, address, serial number, age, birth date, height, weight, and insurance carrier.
  • Another object header is current medical condition, wherein the associated objects are medication, treatment, and vital signs, which include temperature, blood pressure and pulse.
  • Another object header is medical history, which includes the objects of allergies and past treatments.
  • an accounting information object header includes the objects of doctor payment records, hospital payment records, and pharmacy payment records.
  • Figure 22 illustrates the individual process information known by the doctor's office 470, the pharmacy 472, the hospital administrator 474, and the patient's room 476 at a given lime for a pa ⁇ icuiar patient ' s record.
  • the doctor's office process 470 includes a current causal time stamp 478.
  • the pharmacy, hospital administrator, and patient's room all include a causal time stamp 488, 498. 508.
  • each process has the same current causal time stamp 478. 488, 498. 508.
  • the same information in the grant causal list 480. 490, 500, 510. the same group sequence number 482, 492, 502, 512, and the same need set 484, 494, 504. 514.
  • each of the need sets being 0, it is indicative that none of the associated processes have any outstanding object requests.
  • the possession sets are shown to have different information.
  • Figure 23 illustrates the response to the doctor's office request for objects related to the particular patient.
  • the doctor is examining the particular patient.
  • the doctor's office transmits its object request.
  • the pharmacy receives the doctor's office object request, as is true at times three 532 and four 534 for the patient's room and hospital administration, respectively.
  • the corresponding steps of the time line are further described in Figures 24-30. The corresponding times on the time line of Figure 23 are discussed in greater detail with reference to Figures 24-30.
  • the doctor's office DO generates its object request.
  • the object request includes the identity of the doctor's office, a request causal time stamp which equals the current causal time stamp known by DO at the time the request was formulated, and the needed objects.
  • DO sets its need set to objects ⁇ 1 1-13 ⁇ and updates its grant causal time list to include its object request.
  • the pharmacy PH receives the doctor's office request and updates its current causal time stamp to PHI, D01. HA1 , PRI. and its grant causal list to include the doctor's office request. Note that the updated current causal time stamp has not changed. This occurs because the current request values of the request causal time stamp of the doctor's office object request is the same or less than the corresponding current value current request values stored in the c rent causal time stamp ofthe pharmacy.
  • step 532 the patients room receives the doctor's office request and updates its current causal time stamp to PHI , D01. HA1 , PRI . It also updates its grant causal list to include the doctor's office object request.
  • the hospital administrator receives the doctor's office request and updates its current time stamp to PHI , D01. HA1 , PRI, and updates its grant causal list to include the doctor's office object request.
  • step 536 the patient's room sends an object grant of objects ⁇ 1 1-13 ⁇ to the doctor's office and sets its possession set to 0.
  • step 538 the doctor's office receives the object grant from the patient's room and sets its possession set to objects ⁇ 9 - 16 ⁇ .
  • step 540 the doctor's office sets its grant causal list to 0 indicating that its outstanding object request has been satisfied.
  • the doctor's office increments its own current request value from 1 to 2 and subsequently updates its current time stamp to PHI, D02. HA1, PRI . For any subsequent responses by the doctor's office, it will use this current time stamp.
  • the doctor's office computer system now may utilize these objects.
  • the doctor determines that the patient's medication needs to be changed. As such, object 9. patient's medication, would be changed to identify the new medication.
  • the doctor's office would update the patient's billing statement to include fees for this visit. Still further, the doctor's office may update the vital sign objects. Having made this changes, the doctor's office computer moves out of the holding state and enters the releasing state (refer to Figure 20 for an explanation of the states). At time T8. step 542, the doctor's office sets its need set to 0.
  • the example continues on Figure 26 at time T9, step 544, wherein the pharmacy generates an object request in response to the patient's medication being changed.
  • the object request of the pharmacy includes the identity of the pharmacy PH. its request causal time stamp PHI . DOI . HA1, PRI , and the objects it needs.
  • the request causal time stamp for the pharmacy is indicative, or identical, to its current causal time stamp known to the pharmacy at the time the object request is generated.
  • the pharmacy sets its need set to include object 9 and it updates its grant causal list to include its request along with the doctor's office request.
  • the prioritization of the grant causal list is first based on a predetermined ordering of the causal time stamps.
  • the causal time stamps are equal.
  • the prioritization is based on the predetermined total ordering (e.g. alphabetical ordering) of the names of the outstanding object requests. In this case the doctor's office request precedes the pharmacy request because D precedes P in the alphabet.
  • the hospital administration receives the pharmacy's request and updates its current causal time stamp to PHI, DOI, HA1, PRI.
  • the hospital administration updates its grant causal list to include the pharmacy's request along with the doctor's office request.
  • the ordering in the hospital administration's grant causal list is the same ordering as the grant causal list of the pharmacy. This is due to the fact that each of the processes in the group utilize the same total ordering procedure to prioritize their respective grant causal list. This insures that each of the members in the group of processes have the same grant causal list.
  • the example continues on Figure 27 at time Ti l, step 548, wherein the doctor's office receives the pharmacy's request and updates its current causal time stamp.
  • the doctor's office updates its grant causal list to include the request of the pharmacy.
  • the only object request in the doctor's office grant causal list is the pharmacy's request. This results because the doctor's office has already invalidated its object request because it has been satisfied. However, the other members of the group have not yet been informed that the doctor's office outstanding request has been satisfied. This will occur when the doctor's office transmits an object grant or object request which includes its updated current request value.
  • step 550 the patient's room receives the pharmacy's request and updates its current causal time stamp to PHI, DOI , HAl, PRI .
  • the patient's room updates its grant causal list to include the doctor's office object request and the pharmacy's object request.
  • the grant causal list of the patient's room prioritizes the doctor's object request over the pharmacy's object request.
  • Step 552 the doctor's office sends a grant of object 9 to the pharmacy.
  • Th ⁇ obiect grant includes the particular object and the current causal time stamp of DO which is PHI, D02, HAl, and PRI .
  • the doctor's office sets its possession set to objects ⁇ 10-16 ⁇ .
  • step 554 the pharmacy receives the object grant of object 9 from the doctor's office.
  • the pharmacy sets its possession set to object 9 and object 18.
  • the pharmacy sets its grant causal list to 0 and updates its current causal time stamp to PH2. D02, HAl, PRI .
  • the pharmacy deletes the doctor's office request, because the current request value for the doctor's office in the object grant received from the doctor's office is greater than the current request value in the object's request. This indicates that the object request stored in the pharmacy's grant causal list is outdated.
  • the pharmacy updated its current request value to 2, because its outstanding object request has been satisfied.
  • PH sets its need set to 0. This concludes the example of the doctor examining the patient and then indicating that the patient needs medication which is obtained from the pharmacy. Thus, when the doctor was examining the patient, it required certain objects or data of the patient which it requested and subsequently obtained. Likewise, when the patient was sent to the pharmacy to obtain medication, the pharmacy needed particular objects, or data information on the patient, and subsequently requested and obtained that information.
  • the doctor's office process 470, the pharmacy process 472, the hospital administrator 474 and the patient's room process 476 include the current causal time stamps 480, 478, 488, 498, 508, group sequence number 482, 492, 502, 512, their respective need sets 484, 494, 504, 514, their respective possession sets 486, 496, 506, 516 and a grant causal list 480, 490, 500, 510 as shown in Figures 29 and 30.
  • the grant current causal time stamps and the grant causal list for each of the processes are not identical. This is a typical situation in a distributed processing environment which results due to latencies in transmission paths, certain processes not being involved in object grants or requests, and other such factors.
  • Figure 31 illustrates a time line for sharing objects at time Tn for the particular patient requiring surgery.
  • Each of the time lines are referenced with a particular time value, which is encircled, and a corresponding step number.
  • Each of these functions will be described with reference to Figures 32-38.
  • the hospital administration at time TNI, step 560, the hospital administration generates an object request to schedule the patient for surgery.
  • the object request includes the hospital administration's identity, its requesting causal time stamp, which equals its current causal time stamp at the time the object request was generated, and the needed objects.
  • the hospital administration process sets its need set to include the needed objects ⁇ 1-5 and 8 ⁇ .
  • the hospital administration process then updates its grant causal list to include the pharmacy's object request, the patient's room object request, and the hospital administration's object request, in that order.
  • the pharmacy's object request has priority over the patient's object request and the hospital administration's request.
  • the pharmacy has priority over the patient's room request, because even though their respective request causal time stamps are equal, PH precedes PR in the alphabet. Therefore, it has priority over the pharmacy's request.
  • the requesting causal time stamp of the pharmacy is less than the requesting causal time stamp of the hospital administration. This can be seen in that the current request value for the hospital administration in the request causal time stamp of the hospital administration is 3. while its corresponding value in the pharmacy's request causal time stamp is 2. Therefore, the pharmacy's request causal time stamp precedes the hospital's request causal time stamp.
  • the patient's rooms request causal time stamp precedes the hospital administration's request causal time stamp for the same reason.
  • the doctor's office receives the hospital administration's request and updates its current causal time stamp to PH4, D06, HA3. PR3.
  • the doctor's office current causal time stamp to be changed was the current request value for the hospital administration. It was changed from a 2 to a 3.
  • the doctor's office updates its grant causal list to include the pharmacy's request followed by the patient's room request and finally the hospital administration's request.
  • the prioritizing of the doctor's office grant causal list is identical to the prioritizing of the hospital administration's grant causal list discussed above.
  • the doctor's office grants object 8 to the hospital administration and updates its possession set to include objects ⁇ 6, 7 and 14-16 ⁇ .
  • the doctor's office object request includes the identity of the doctor's office, a request causal time stamp which equals the current causal time stamp known by the doctor's office, and the objects needed.
  • the doctor's office sets its need set to include the needed objects.
  • the doctor's office updates its grant causal list to include the prioritized object request of the pharmacy, followed by the patient's room, hospital administration, and the doctor's office. Note that the doctor's office object request is last, because its request causal time stamp is causally subsequent to any of the other request causal time stamps.
  • the current request value for the doctor's office is 6, and the doctor's office request value is 5 in all the others, while the other current request values for the other processes in the request causal time stamp of DO are at least equal to or greater than the corresponding values in the other request causal time stamps.
  • the pharmacy receives the doctor's office request and updates its current causal time stamp to PH5, D06, HA3, PR3. In addition, it updates its grant causal list to include the patient's room's object request followed by the doctor's office request.
  • the hospital's administration receives the doctor's office request and updates its current causal time stamp to PH4, D06, HA3, PR3.
  • the pharmacy updates its grant causal list to prioritize the pharmacy's request followed by the patient's room request, hospital administration's, and the doctor's office request.
  • the example continues on Figure 34 at time TN7, step 572, wherein the pharmacy grants objects 4 and 5 to the doctor's office and updates its possession set to include only object 18.
  • the object grant generated by the pharmacy will include its current causal time stamp which, at this time, is PH5. D06, HA3, PR3.
  • the pharmacy receives HA's request and updates its grant causal time stamp to be PH5, D06,
  • HA3, PR3 updates its grant causal list to include the prioritized request of the patient's room, followed by the hospital administration, and finally, the doctor's office.
  • the patient's room receives the hospital administration's request and updates its current causal time stamp to PH4, D05, HA3, PR4. In addition, it updates its grant causal list to include the pharmacy's request and the hospital administration's request.
  • the patient's room grants objects 2 and 3 to ihe hospital administration. In addition, it updates its possession set to include objects ⁇ 9-13 ⁇ . Note that the object grant of objects 2 and 3 will include the current causal time stamp known by the pharmacy.
  • the hospital administration receives objects 2 and 3 from the patient's room and updates its possession set to include objects ⁇ 1-3 and 17 ⁇ .
  • the hospital administration updates its current causal time stamp to PH4, D06, HA3, PR4.
  • the hospital administration updates its grant causal list to remove the object request of the patient's room wherein, within the object request from the patient's room, the current request value ofthe patient's room was 3.
  • the current causal time stamp having a value of 4 for the current request value of the patient's room, it knows that any object request by the patient's room, wherein its current request value is less than 4, is obsolete.
  • step 582 the doctor's office receives objects 4 and 5 and updates its possession set to include objects ⁇ 4-7 and 14-16 ⁇ .
  • the doctor's office updates its current causal time stamp to PH5, D06, HA3, PR3.
  • the doctor's office updates its grant causal list to include the object request of the patient's room, the hospital administration, and the doctor's office. Note that, at this time, the doctor's office is still lacking object 8, and thus, it does not update its current request value for its grant causal list until object 8 has been obtained.
  • step 584 wherein the hospital administration receives object 8 and updates its possession set to objects ⁇ 1-3, 8, and 17 ⁇ .
  • the hospital administration and the doctor's office were requesting object 8. Also note that in the grant causal list, the hospital administration's request has a higher priority than the doctor's office request. Therefore, it will receive object 8 prior to the doctor's office receiving object 8. This insures fair progress, which avoids deadlock.
  • step 586 the patient's room receives the doctor's office request and updates its grant causal list to include PH4, D06, HA3, PR4. In addition, it updates its grant causal list to include the pharmacy's request, the hospital administration's request, and the doctor's office request.
  • step 588 the doctor's office grants objects 4 and 5 to the hospital administration and updates its possession set to include only objects ⁇ 6, 7 and 14-16 ⁇ . Note that because the hospital administration has a higher priority in the grant causal list than the doctor's office, the doctor's office will grant the objects to the hospital administration even though these are objects needed by the doctor's office. When the hospital administration has exhausted its need for these objects, the hospital administration will subsequently grant them to the doctor's office or to another process based on its grant causal list.
  • the hospital administration receives objects 4 and 5, and updates its possession set to include objects ⁇ 1 -5, 8, and 17 ⁇ . In addition, it updates its current causal time stamp to PH5, D06, HA3, PR4. Finally, the hospital administration updates its grant causal list to include the hospital administration's object request and the doctor's office request. Note that the hospital administration has deleted the pharmacy's object request from its grant causal list, because the current request value of the pharmacy in the current causal time stamp is greater than the current request value in the request causal time stamp ofthe pharmacy.
  • step 592 wherein the hospital administration updates its current causal time stamp to PHS. D06, HA4, PR4.
  • the current request value for the hospital administration has been incremented from a 3 to a 4 indicating that the outstanding object request of the hospital administration has been fulfilled.
  • the hospital administration updates its grant causal list to include only the request from the doctor's office.
  • step 594 the hospital administration has finished processing the needed objects and clears its needed object set to 0.
  • step 596 the hospital administration grants objects 1-5 and 8 to the doctor's office and updates its possession set to include object ⁇ 17 ⁇ .
  • step 598 the doctor's office receives objects 1-5 and 8 and updates its possession set to include objects ⁇ 1 -8 and 17 ⁇ .
  • it updates its current causal time stamp to reflect the change in the hospital administration's current request value.
  • the doctor's office updates its current causal list to include only its request. Note that the doctor's office current causal list has deleted the hospital administration's request, the pharmacy's request and the patient's request.
  • the doctor's office updates its current causal time stamp to PH5. D07, HA4, PR4 and updates its grant causal list to 0.
  • the current request value for the doctor's office has been incremented from a 6 to a 7 reflecting that the doctor's office request has been satisfied. Once this occurs, the doctor's office process transfers the needed objects to the client portion ofthe doctor's office processing unit for execution thereon.
  • the next phase of the example is the actual patient surgery in which the operating room is to be added to the group of processes.
  • This is illustrated in Figures 39-43.
  • the doctor's office 470, the pharmacy 472, the hospital administration 474, and the pharmacy 476 are each in different operating states.
  • the doctor's office and the pharmacy are in the acquiring states while the pharmacy and the hospital administration are in the holding states.
  • the respective information for each of the processes is also shown in Figure 39.
  • Figure 40 illustrates a time line of activity signifying the addition of the operating room to the group of processes. Each time sequence is indicated by an encircled number and a corresponding step.
  • Figure 41 illustrates the functions that occur for the particular time lines shown in Figure 40.
  • the operating room sends a join group message to the hospital administration.
  • the hospital administration for this particular example is functioning as the group controller.
  • the hospital administration receives the join message wherein the joined group message includes the identity of the operating room.
  • the hospital administration determines whether the operating room is authorized to join the group and. if so, updates a group sequence value. In this case, the group sequence value is updated from a 4 to a 5.
  • Items 484. 492, 505 and 512 for the existing group sequence value.
  • the hospital administration sends an acceptance message to the operating room.
  • the acceptance message includes the identity of each member in the group, the doctor's office, the pharmacy, the hospital administration, and the patient's room, a current request value for each of the members as known by the hospital administration from its current causai time stamp, and the upgraded group sequence value 5.
  • the operating room receives the acceptance message and creates a current causal time stamp.
  • the current causai time stamp includes PH6, D08, HA5, PR4, OR1.
  • the operating room sets its group sequence number to 5.
  • step 622 wherein the operating room sends an object request to the group wherein the object request includes the group sequence value 5, the identity of the operating room, its request causal time stamp, and the needed objects.
  • the other members receive the operating room's object request and update their current causal time stamps, their grant causal list, and the group sequence number.
  • the current causal time stamps are PH6, D08, HA5, PR4, OR1.
  • Each will also increment their group sequence value to 5 and update their grant causal list to include the operating room's object request.
  • step 626 the pharmacy and doctor's office send their respective outstanding object requests to the operating room.
  • step 628 the operating room updates its grant causal list to include the object request from the patient's room.
  • the example continues on Figure 43, wherein at time TX10, step 630, the operating room receives the doctor's office object request and updates its grant causal list to include the doctor's office request, the patient's room request, and the operating room's request. Once this has been completed, the operating room has been completely added to the group of processes.
  • Figure 44 illustrates that each member has the same current causal time stamp and grant causal list, which are the current causal time stamp 632 of PH6, D09, HA5, PR5, OR2, and the grant causal list 634 of only a request from the pharmacy.
  • the possession sets for each of the existing members is shown as 636 while the need sets are shown as 638. Note that the only process having an outstanding need is the pharmacy, which needs object 18.
  • Figure 45 illustrates a time line for the operating room to depart the group of processes.
  • Each of the encircled numbers corresponds to a particular step which will be described with reference to Figure 46.
  • step 640 the operating room sends a departure message but only when it is in the releasing state. Thus, if the operating room is in the acquiring state, or holding state, it cannot depart the group of processes.
  • step 642 the hospital administration process, as the group controller, reclaims the objects held by the operating room. These objects are objects 1-7 and objects 9-13.
  • step 644. the hospital administration updates the group sequence value. The previous group sequence value was 5; now it is updated to 6.
  • step 646 the hospital administration sends a group change message to the remaining group members.
  • the group change message includes the updated group sequence value and a new current causal time stamp.
  • the current causal time stamp includes PH6, D09, HA5, PR5 which does not include the departing member of the group.
  • Step 648 the remaining members of the group update their current causal time stamp, group sequence value, and grant causal list.
  • step 700 the abbreviated time stamp value is initialized to the sum of the final request sequence numbers of all the processes that have ever left the group.
  • step 702 if there are more terms in the current causal time stamp to be processed, then proceed to step 704. Once all the terms are processed, the procedure is finished.
  • step 704 we retrieve the next request value (Xi) from the current causal time stamp and proceed to step 706.
  • step 706 we add Xi to the abbreviated time stamp value and then loop back to step 702.
  • Abbreviated time stamps can be used like full causal time stamps. They represent a causal ordering consistent with the ordering determined in Figure 9.
  • the algorithm described in Figure 9 can be used to compare abbreviated time stamps noting that each time stamp will only have one event value, the abbreviated time stamp value calculated in Figure 47.
  • the current request sequence number for the sending process is included in the message.
  • Figure 48 illustrates how processes interact with the SGMs 51 and 53 of Figure 1 using object interest update messages. The procedure starts in step 720 where the process sends an object interest update to its respective SGM 51 and proceeds to step 722.
  • the message identifies a set of processes and any objects in which they are interested.
  • the message may also identify a set of processses and any objects in which they are explicitly not interested.
  • the SGM 51 updates its internal records using the information stored in the received message and proceeds to step 724.
  • the SGM 51 determines whether any processes need to be informed of other processes' interest information. If so, proceed to step 726, otherwise the procedure is finished.
  • the SGM 51 sends object interest update messages to the processes and proceeds to step 728.
  • the processes handle the object interest updates as described by step 41 1 of Figure 20.
  • the present invention provides a method and apparatus for sharing objects within a distributed computing system without centralized control of the objects.
  • the present method and apparatus insures that deadlock will be avoided in the distributed computing system.
  • the present invention insures that fair progress is made such that each outstanding object request will eventually be fulfilled and further insures that object inconsistencies are avoided.

Abstract

A multiprocessing system that shares objects among a group of processes without centralized control of the objects may be accomplished by using a causal time stamp (706) for conveyance of information between members of group of processes. When a process receives an object request (408) from another process, wherein the objects request (408) includes identity (394, 396, 398) of the process requesting the object, a request causal time stamp (708), and the objects being requested, the receiving process updates its current causal time stamp and grant causal list.

Description

A MULTIPROCESSING SYSTEM HAVING PROCESSES THAT SHARE OBJECTS
TECHNICAL FIELD OF THE INVENTION
This invention relates generally to distributed computing systems and. more particularly, to a method and apparatus for sharing objects among processes within the distributed computing system without centralized control of the shared objects but with guaranteed availability, usage and coherency of the shared objects.
BACKGROUND OF THE INVENTION
As is known, a distributed computing svstem includes a plurality of processing entities interoperably coupled to form a single system. In the system, the processing entities, which may be computers or processors within a computer, support a plurality of programs that, at one time or another, communicate with each other to share objects.
Communication between the programs, where an independent program may also be referred to as a process, is dependent upon where the programs reside. For example, if both programs reside in the same processing entity, the processing entity accommodates the communication. If, however, the programs are supported by different processing entities, communication may occur over a network connection.
Sharing of objects allows processes to work together on a larger task. Such objects may be any type of digital information, ranging from a single number, letter, alphanumeric character or symbol, to a complex data file, or executable file. In addition, an object may be defined as a portion of memory having an associated distinguishing component such as an identification code.
To accommodate the sharing of objects, a distributed system must include some mechanism for allocating the shared objects among the plurality of processes. One such mechanism is a centralized server which "holds" all the objects for the distributed computing system. Upon a request from a process, the centralized server allocates the requested objects to the processing entity supporting the process. Once the process is finished with the requested object(s). it returns the object(s) to the centralized server for reallocation.
An alternative to using centralized servers is a distributed allocation method. A distributed allocation method allows the processing entities to administer the allocation of objects themselves. The objects are distributed throughout the system by the processing entities, where a processing entity is only responsible for allocation of objects it possesses.
Regardless of whether a centralized server or a distributed allocation method is used, current distributed systems have several operational limitations. Such limitations include deadlock, failure to guarantee fair progress, data inconsistencies, and. for the centralized server system, a system bottleneck.
A system bottleneck arises when the centralized server receives more object requests than it can efficiently handle. When this occurs, processes have to wait for the centralized server to respond to their request. Depending on the speed of the centralized server and the number of outstanding requests, the waiting period may be of an u ac e t uic αuratioa.
A solution to a system bottleneck partitions the objects into particular sets, or distinct subsets, wherein each particular subset is assigned to a separate centralized server. Thus, when an object request is for an object within a particular subset, the centralized server assigned to that particular subset handles the request. In essence, the centralized server function is being distributed among several centralized servers.
In a distributed system that includes either a centralized server or a distributed allocation method, deadlock may result when object contention occurs. Object contention occurs when two or more processing entities are requesting sets of objects wherein the sets have common objects. A simple example of deadlock is when two processing entities each desire the same two objects while each of the processing entities has one of the two objects allocated to it. Thus, the two processes will wait forever for the other process to release its object. Deadlock may be avoided by giving particular processing entities higher priority than other processing entities such that the higher priority processing entities have their requests handled first. But such a solution does not guarantee progress. For example, when a higher priority processing entity and lower priority processing entity are requesting the same object, the higher priority processing entity will be allocated the object first. If, after the higher priority processing entity has released the object, it requests the same object again before the lower priority processing entity has been allocated the object, the higher priority processing entity will again be granted the object. If this pattern continues, the request of the lower priority processing entity will not be satisfied. Thus, progress for the lower priority processing entity is not guaranteed.
Data inconsistencies arise in a distributed system that allows copies of objects to be made and subsequently allocated. A data inconsistency results when two or more processing entities have copies of an object and one of the processing entities modifies that object. In this case, when another processing entity requests the object, it might get the modified object or the unmodified object. When this occurs, the requesting processing entity cannot be sure if it is using the correct object, thereby creating a system error.
Therefore, a need exists for a method and apparatus for use in a distributed computing system that insures fair progress of object allocation such that deadlock, system bottle necking, and data inconsistencies are avoided.
BRIEF DESCRIPTION OF THE DRAWINGS Figure 1 illustrates a distributed computing system which incorporates the teachings of the present invention;
Figure 2 illustrates an alternate distributed computing system which incorporates the teachings of the present invention;
Figure 3 illustrates an object flow diagram in accordance with the present invention;
Figure 4 illustrates a logic diagram that may be used to implement the present invention; Figure 5 illustrates a logic diagram which further describes step 206 of Figure 4;
Figure 6 illustrates a logic diagram which further describes step 208 of Figure 4; Figure 7 illustrates a logic diagram which illustrates step 212 of Figure 4; Figure 8 illustrates a logic diagram which further describes step 194 of Figure 4; Figure 9 illustrates a logic diagram for ordering message lists in accordance with the present invention;
Figure 10 illustrates an example of Figure 9; Figure i I iiiustrates another exampie of the process of Figure 9; Figure 12 illustrates yet another example of the process of Figure 9; Figure 13 illustrates a logic diagram of an overview method of establishing the message lists:
Figure 14 illustrates a logic diagram of alternative method of ordering the message lists;
Figures 15-17 illustrate an example ofthe process of Figure 14; Figure 18 illustrates a logic diagram for adding a process to the group of processes in accordance with the present invention;
Figure 19 illustrates a logic diagram for removing a process from the group of processes in accordance with the present invention;
Figure 20 illustrates a state diagram of a process in accordance with the present invention; Figure 21 illustrates an example of the present invention in the context of a hospital facility; Figures 22-28 illustrate an example of sharing objects among the processing entities of Figure 21 ;
Figures 29-38 illustrate another example of sharing data among the processing entities of Figure 21 ; Figures 39-43 illustrate yet another example of adding a processing entity to the group of processes; and
Figures 44-46 illustrate a process for removing a processing entity from the group of processing entities.
Figure 47 illustrates how abbreviated time stamps are computed. Figure 48 illustrates how processes interact with the SubGroup Manager using object interest update messages.
DETAILED DESCRIPTION OF THE DRAWINGS Generally, the present invention provides a method and apparatus for sharing objects among a group of processes. This may be accomplished by using a causal time stamp for each conveyance of information between the members of the group of processes. Full causal time stamps embody the request information for each process in the group. Abbreviated causal time stamps represent the total request state of the group in a compact form. When a process receives an object request from another process, wherein the object request includes identity of the process requesting the objects, a request causal time stamp, and the objects being requested, the receiving process updates its current causal time stamp based on the requesting causal time stamp. This insures that the receiving process has the most current causal time stamp information for the requesting process. In addition, upon receipt of a full causal time stamp, the receiving process invalidates any old requests from the requesting process and updates its grant causal list. The grant causal list includes prioritized listings of outstanding object requests, where each prioritization is based on a predetermined total ordering procedure. The predetermined total ordering includes a causal connection order and predetermined υfuct wuiuii vVin uc uiSCUSScu in gfe tci uctάli below.
Once the grant causal lists have been updated, the receiving process determines whether it has one of the needed objects being requested and the request is of a higher priority. If so, the receiving process generates a grant message for the requesting process. The grant message includes a grant causal time stamp which is reflective of the current causal time stamp of the receiving process and the objects being granted. When the requesting process receives the object grant, it updates its possession set of objects to include the newly received objects and updates its current causal time stamp. If the possession set includes all of the needed objects, the requesting process then utilizes the objects as needed.
As mentioned, a grant causal list is updated using a predetermined total ordering procedure. This ordering procedure compares current request values of each causal time stamp to determine which is of a higher priority. A higher priority occurs as a result of a direct comparison of each current request value in the request causal time stamps. When a current request value in one request causal time stamp is less than the corresponding current request value in another request causal time stamp, the causal time stamp having the lower current request value is considered to precede, or have a higher priority than, the other causal time stamp. Thus, the preceding causal time stamp is given priority over the other time stamp which allows that particular request to be satisfied before the other. By using such a method and apparatus to order and grant object requests, sharing of objects within a distributed computing system can be obtained without a centralized server, without deadlock occurring, without object inconsistencies occurring, and with the guarantee that fair progress will occur.
The causal time stamps illustrated with respect to Figures 1 through 46 may be either full or abbreviated causal time stamps. However, for full understanding of the conceptual framework. Figures 1 tlirough 46 are described with respect to full causal time stamps. Abbreviated causal time stamps are described with reference to Figure 47.
Figure 1 illustrates a distributed computing system 10 that includes a plurality of processing units 12, 14, 16, 18, 20, interconnected by a distribution network 62. The processing units 12, 14, 16, 18, and 20 may be individual processors such as microcontrollers, microprocessors, digital signal processors, or any other type of integrated ciicαit piυcebsing elements. Such units are coupled together by a series of buses. Alternatively, the processing units may be standalone computers, workstations, or mainframe computers, intercoupled by an Ethernet connection or some other type of network connection.
As shown, the processing units are arranged into two groups; Group 1 and Group 2. Processing unit (A) 12, processing unit (B) 14, and processing unit (D) 18 are in Group 1, while processing unit (C) 16, processing unit (D) 18, and processing unit (E) 20 are in Group 2. Note that processing unit (D) 18 is in both Groups 1 and 2. In these group configurations, objects residing within any particular member of the group may be shared with the other members of the group. Further note that objects within one group are not shared with objects of the other group. Thus, processing unit (D), when acting as a member of Group 1 , only shares the objects with the members of Group 1 and, when operating within Group 2, only shares objects with members of Group 2. Still further note that processing unit (D) may be operating within both Groups 1 and 2 simultaneously. As shown, each of the processing units 12. 14, 16, 18. and 20 includes a processor
22, 24, 26, 28. 30 and local memory 32. 34, 36, 38, 40. These elements are shown to be part of a client section of the processing unit. The client sections 21. 23. 25, 27. 29 are, in a sense, the basic processing entities, e.g., processors or computers, which interface with the particular users. In addition, the client section operates on. and stores, the objects.
The processing units 12, 14, 16, 18, 20 also include object allocation sections 42,
44, 46, 48, 50, 52 which provide the mechanism for processing the distributed object allocation procedure in accordance with the present invention. The object allocation section may include a processor 58 and memory 60 functioning as a co-processor or may simply be software instructions that are executed by the processor in the client section 21 ,
23, 25. 27, 29. Note that processing unit (D) 18 has two object allocation sections 48 and 50. Each object allocation section 48. 50 is used for a particular group of which processing unit (D) is a member. Thus, object allocation section 48 is used for Group 1 while object allocation section 50 is used for Group 2. The object allocation sections function as behind-the-scenes processing entities to control the exchange of shared objects. For the purposes of this application, each object allocation section is associated with u pttrLiuuIar process υf u group of processes, where a process may be a particular processing unit, or a process running on a processing unit.
The processing unit (E) 20 is shown to include an input/output port 54 that. couples it to an external memory 56. The external memory may be a database of objects which are shared among members of Group 2 and may be affiliated with any of the particular processing units in the system. However, it is shown affiliated with processing unit (E) for the purposes of this discussion. Also note that processing unit (E) 20 is designated as the group controller for Group 2, while processing unit (A) is designated as group controller for Group 1. The functions of the group controller are to process the addition and deletion of processes from the group of processes. The addition and deletion of processes from the group of processes will be discussed below with reference to Figures 18 and 19. Note that other than the processing of addition and deletion of processes from the group, the designated group controller has no other special functions. The processing unit (F) 33 is shown to include two SubGroup Managers ("SGM")
51 and 53. each coupled to a processor 31 which, in turn, is coupled to memory 41. Each SGM 51 and 53 is an optional special process in a respective group which is used to monitor object requests to determine whether the request was sent to the all the required processes in the group. As illustrated, SGM 51 monitors Group 1 while SGM 53 monitors Group 2. In discussions of the system illustrated in Figures 2 through 46, most messages are sent to all processes in the group. However, efficiencies may be obtained by sending messages to a subset of all processes in the group without compromising the functionality of the processes within the group. The SGM associated with a particular group guarantees that messages are sent to all necessary processes within the group. A technique for such operation is described further in with respect to Figure 48. Figure 2 illustrates an alternate distributed computing system that incorporates the teachings of the present invention. As shown, the distributed computing system 70 includes a single processing unit 72 coupled to a local memory unit 74 and is provided with a network transmission path 82. The local memory may be any type of digital information storage device such as RAM, ROM. EE-PROM E-PROM. magnpric disc, CD-ROM, etc. The processing unit 72 may comprise a microprocessor, microcontroller, digital signal processor, or any other device that executes instructions.
As shown, tne processing unit may support a plurality of processes 76. 78, 80. Each of the processes may be a separate algorithm being executed by the processing unit 72. but are within the same group sharing a set of objects. While not shown in the distributed processing system 70, the processing unit would also include an object allocation section comprised of software instructions, thereby allowing the processing unit to support multiple processes and further to support the object sharing as taught by the present invention. Further note, that if the processing unit includes multiple copies of the object allocation section of the present invention, it can support multiple groups of processes.
Figure 3 illustrates a graphical representation of the data processed by the object allocation sections 42, 44, 46, 48, 50, 52 of Figure 1. As shown, for a particular process 90, a current causal time stamp 92, possession set information 96, needed object set information 98, group sequence number information 100, and a grant causal list 94 are stored. The current causal time stamp 92 contains information indicating the current request value 102 known for each of the processes in the group. The example shown in Figure 3 has four processes in this particular group: Process A. Process B. Process C. and
Process D. The current request value 102 indicates the number of times the particular process has had its request satisfied. For example, if the current request value for Process
A is four, it reflects that Process A has had four of its object requests satisfied. Current request values 102 are updated when an object request has been satisfied for corresponding processes or when causal time stamps are received within object grants or object requests that are more current. The satisfaction of a request only updates the current request value for the process affiliated with the current causal time stamp. For example, when a request for process A has been satisfied, the current request value A, in the current causal time stamp 92 for process A is updated. The current request value for process A will be updated in the current causal time stamp tables of processes B. C. and D when these processes receive an object request or object grant from process A containing an updated current request value.
The grant causal list 94 includes the total ordering of outstanding object requests. As shown, the first request 104 in the grant causal list 94 is for Process B 108 and includes the causal time stamp for process B 1 10 and the objects being requested. The causal time stamp af request R 1 1 0 ςho ς thnt thp current request value for A is one. for B is one. for C is two. and for D is one. The second entry 106 of the grant causal list 94 is for process C 1 14. The causal time stamp for Process C 1 16 and the objects being requested by Process C 1 18 are further included in the object request. The causal time stamp 1 16 of Process C indicates that the current request value for Process A is two. for Process B is one, for Process C is two, and for Process D is two.
By comparing the current request values of the causal time stamp 1 10 for Process B with the causal time stamp 1 16 for Process C. it can be shown that the request by Process B has a causal time stamp priority to that of Process C. This can be seen by comparing the current request values in each of the causal time stamps 1 10 and 1 16. As shown, the current request value for Process A of causal time stamp 1 10 is one, while the current request value of Process A in causal time stamp 1 16 is two. Thus, the information t-oniaiiicu in ihe causal time stamp uf request B precedes that Oi the information in causal time stamp 1 16. Examples of the comparison of causal time stamps will be discussed in greater detail with reference to Figures 9-17. The possession set 96 indicates the objects which are currently held by this particular process (Process A). The objects shown in the possession set 96 are objects 1. 2, 7, and 9. These objects will be granted to processes in the group of processes based on the information in the grant causal list 94. Note that any objects held in the possession set that are not needed are considered to be surplus objects. As shown in the grant causal list 94, Process B is requesting objects 7 and 8. With process A possessing object 7. it would prepare a grant message and relinquish object 7 to Process B. The order in which objects is granted are based on the priority of the request in the grant causal list, which will be discussed below in greater detail. The needed object set 98 contains information of objects that a particular process needs in relation to its current outstanding object request. As shown, this particular process has a need set of objects 4. 5, and 7. Note that the objects listed in the need object set 98 are shown purely for example purposes. If process A's request has not been satisfied, Process A would have an entry in the grant causal list 94. The group sequence number 100 indicates the number of times in which the group has changed its membership. As a member is added to the group of processes, the group sequence number is updated. The group sequence number 100 is also updated when a member leaves the group of processes. The group sequence number is usually transmitted along with an object request message or an object grant message for the recipients to use to determine whether the incoming request is the most current request from that particular process and to further determine whether a change has occurred to the membership of the group that has not yet been recorded by the receiving process.
The information in the current causal time stamp 92 and the grant causal list 94, as well as the group sequence number 100, are updated by receiving object requests 120 and object grants 122. An object request 120 is formatted in the manner shown. For a particular object request 120, the requesting process 126 indicates its identity, includes a request causal time stamp 128, the needed objects 130, and the group sequence number 132. The information in the requested causal time stamp 128 is reflective of the current causal time stamp information stored by the particular object allocation section for the particular process. The group sequence number is also reflective of the values stored in the object allocation section for the particular process. The example shown indicates that Process B is transmitting a request for objects 7 and 8. Updating the information in the object allocation section for Process A and other processes will be described in more detail with reference to Figure 4 below.
The object grant message 122 includes a grant causal time stamp 134. the objects being granted 136, and the group sequence number 138. The object grant 122 does not necessarily include the identity of the process transmitting the grant; however, such information may readily be included in the transmission.
In addition to receiving object grants and requests, the process can generate, via its object allocation section, object requests and object grants. An object grant will look similar to the object grant 122, while the object request 124 includes the information shown. The object request 124 includes the identity of the requesting unit 140, the request causal time stamp for the particular process 142, the needed objects 146, and the most current group sequence number 148 known by the process. In a comparison of the object request 124 with the object request 120. it will be seen that these are identical. Figure 4 illustrates a logic diagram that may be used to implement an embodiment of the present invention. The steps of Figure 4 may be comprised of a plurality of program instructions stored on a processor, or computer, readable storage medium. Such processor readable storage medium may be any type of device for storing digital information such as RAM. ROM. E-PROM. EE-PROM, magnetic disk. CD-ROM, etc. The method begins at step 160 wherein a process of a group of processes determines whether it has received an object request from another process of the group of processes. If not. the method proceeds to step 162 wherein the process determines whether it needs any objects. If not, the process remains in a wait loop between steps 160 and 162 until either an object request from another process occurs or this particular process needs an object.
When this process needs an object as determined at step 162. the method proceeds to step 164 wherein the process identifies a set of needed objects. The set of needed objects includes the identity of particular objects and is determined by the client side of the processing system or processing unit. Once determined, the client side conveys identity of the needed objects to the object allocation section which stores identity of the needed objects in a need set. Having identified the set of needed objects, the method proceeds to step 166 wherein the particular process determines whether it has. in its possession set, all ofthe needed objects.
If the process does not have all of the needed objects, the method proceeds to step
168 wherein the process generates an object request to include the identity of the requested objects, a request causal time stamp that is set equal to its current causal time stamp, and the identity of the requesting unit. (Refer to the object request 124 of Figure 3 for an illustrative example of an object request.) Once the object request is generated, the method proceeds to step 170 wherein the object request is sent to all group members.
Having sent the object request, the method proceeds to step 172 wherein the requesting process adds its new object request to its grant causal list. (Refer to the grant causal list
94 of Figure 3 for an illustrative example.) The updating or adding of new object requests to the grant causal list will be discussed in greater detail below with reference to Figures
9-17.
Once the requesting process has updated its grant causal list, the method proceeds to step 174 wherein the process determines whether it has received an object request from another process. If yes, the method proceeds to step 176 where the particular object request is handled. Handiing of an object request will be discussed below with reference to steps 206-212 of this particular diagram. If the object request was handled or no object request was received, the method proceeds to step 178 wherein the process determines whether it has received an object grant. If not, the process remains in a loop waiting either for an object request from another process or an object grant.
Once an object grant has been received, the method proceeds to step 180 where the process updates its current causal time stamp based on information in the object grant.
Updating the current causal time stamp will be discussed in greater detail with reference to Figure 5. Once the current causal time stamp is updated, the method proceeds to step
182 wherein the process invalidates any old requests. Invalidating old requests will be discussed in greater detail with reference to Figure 6.
The method then continues to step 184 wherein the process updates its possession set to include the object received via the object grant message. In order to provide a weak consistency model with read-only objects, the process does not take ownership of the read-only objects but instead can copy them to the client side. Once in possession, the method proceeds to step 186 wherein the process determines whether any of the objects it currently possesses should be allocated to another requesting process having a higher priority request. (See figure 7 for a more detailed discussion.) As mentioned with reference to Figure 3, the grant causal list 94 includes the prioritized ordering of object requests. The ordering ofthe grant causal list 94 will be discussed in greater detail below with reference to Figures 9- 17 below.
The method then continues to step 188 wherein the process determines whether it has all of the needed objects. If not, the method proceeds to step 174 and waits to either receive an object request from another process or receive an object grant. If, however, the process has all of the needed objects, the method proceeds to step 190 wherein the particular process removes its object request from its grant causal list. By removing the process' object request from the grant causal list, the process is indicating that this request has been satisfied. The method then proceeds to step 192 wherein the particular process updates its current request value in its current causal time stamp. (Refer to Figure 3 for an illustrative example of the current causal time stamp 92 and the current request value.) Note that the speed in which steps 166 - 192 are executed by an object allocation section Is increased vv en ihe requested objects reside in the same processing entity.
The method of Figure 4 also shows another path to arrive at step 192. This path occurs at the decision step 166 in which the process determines whether it has all of the needed objects of its particular object request. If so, the method proceeds to step 192. After the current request value is updated at step 192, the method proceeds to step 194 wherein read only objects are handled. The handling of read only objects will be discussed in greater detail with reference to Figure 8 below. Having processed the read only objects, the method proceeds to step 196 wherein the process determines whether the client side of the processing unit has finished utilizing the requested objects. If not, the method proceeds to step 202 wherein the process determines whether it has received an object request from another process. If not. the process remains in a loop waiting for the client portion of the processing unit to finish utilizing the requested object or to receive an object request from another process. If an object request is received from another process, the method proceeds to step 204 wherein the request is handled as described in steps 206- 212 below. Once the client pomon ol the processing unit has finished utilizing the requested objects, the method proceeds to step 198 At step 198. the process clears its set of needed objects, l e . clears the needed object set. Having αone mis. tne metnoα proceeαs to step 200 w nerein the objects that were just released bv the client portion o the processing unit are granted to prioritized requests (The granting of objects to prioritized requests will be discussed in greater detail below with reference to Figure 7 ) Once the objects have been granted to a prioritize request, the process returns to step 162
The handling ol an object request begins at step 206 Λt step 206. the particular process receiving the object requests updates its current causal time stamp (Updating the current causal time stamp will be discussed below with reference to Figure 5 ) Having updated its current causal time stamp, the method proceeds to step 208 wherein the process invalidates anv old request tor the pamcular process that had generated the newiy receiv ed object request (Invalidating old requests will be discussed in greater detail belov \\ ith reference to Figure 6 ) The method then proceeds to step 210 wherein the process updates its grant causal list which will be discussed in greater detail below with reference to Figures 9-17 The method then proceeds to step 212 wherein the process grants objects to prioritized requests, which will be discussed m greater detail below with reference to Figure 7
Figure 5 illustrates the method steps that a process or the group of processes Jtihzes to update us current causal time stamp The upαating method begins at step 206-1 wherein the process determines whether there are more terms, or current request values, to be compared If yes, the method proceeds to step 206-2 wherein the next terms, or current request values, from the current causal time stamp (Xi) is retπeved The method then proceeds to step 206-3 wherein the process retrieves the next term, or next current request value (Yi), from the incoming causal time stamp The method then proceeds to step 206-
4 wherein the current request value in the current causal time stamp is set to the maximum value of Xi or Yi For example, assume that the current request value in the current causal time stamp is 4 and the corresponding current request value of the incoming causal time stamp is 5 Given these parameters, the current causal time stamp would be updated to have the number 5 as the current request value After setting this particular current request value to the maximum of Xi or Yi, the method returns to step 206- 1. Once all of the terms, or current request values, have been compared, the method is complete.
Figure 6 illustrates a method for invalidating old requests. The method begins at step 208-1 where a determination is made as to whether there are more requests in the grant causal list. If not, the method is complete. If, however, there are more requests in the grant causal list, the method proceeds to step 208-2. At step 208-2. the process retrieves the next request (R). The method then proceeds to step 208-3 wherein the process retrieves the requestor's identity (Rid) and the request causal time stamp (Rets). The method then proceeds to step 208-4 wherein the process retrieves, for the process (Rid), its term, or current request value (Xi), from the request causal time stamp (Rets).
The method then proceeds to step 208-5 wherein the process retrieves, for the process that generated request (R), the current request value (Yi), or term, from its current causal time stamp. The method then proceeds to step 208-6 wherein the current request value ofthe request causal time stamp Xi is compared with the current request value Yi of the process's current causal time stamp. If Yi is greater than Xi, this particular object request (R) is removed from the grant causal list at step 208-7. As mentioned above, when a process has nad an ooject request satisfied, it updates its current request value. Thus, when the current request value for a particular process in the current causal time stamp is greater than the current request value in the request causal time stamp of an object request for the particular process, the object request has been satisfied and can be removed from the grant causal list.
If, however, the current request value in the object request (Xi) is not less than the corresponding current request value in the current causal time stamp (Yi). the request has not yet been satisfied and the method proceeds to step 208-1. At step 208-1 , the process goes through each object request in its grant causal list and compares the corresponding current request values of the requesting process to the current request value known by this particular process in its current causal time stamp. Once the process has compared all the current request values for processes having a request in the grant causal list as described above, the invalidation of old requests is complete. Figure 7 illustrates a method for granting objects to prioritized requests as referenced in steps 212, 200, and 186 of Figure 4. The method begins at step 212-1 where a determination is made as to whether there is a request from this process in the grant causal list. If the particular process does not have a request in its grant causal list, the method proceeds to step 212-5 wherein requested objects within the process' possession set and not in the process' need set (i.e., surplus objects) are granted to the requesting process. In order to provide a weak consistency model using read-only objects, the process can send a copy of any objects requested as read-only along with the grant without transfering ownership of the read-only objects.
If the process has one of its requests in the grant causal list, the method proceeds to step 212-2 wherein the next entry in the grant causal list (R) is retrieved. If this is the first time through the grant causal list, the process will retrieve the highest priority entry in the grant causal list, and for subsequent retrievals, it will sequence down the priority chain in the grant causal list. Having retrieved the next request (R), the method proceeds to step 212-3. At step 212-3, a determination is made as to whether the next request (R) is from this particular process. If yes, the method proceeds to step 212-5 wherein anv objects in the possession set that are not part of the needed set may be granted to the incoming object request.
If, however, the request is not for this particular process, the method proceeds to step 212-4 wherein the process grants any objects in the possession set that are requested in the next request (R). Having done this, the process returns to step 212-2 wherein the . next request (R) from the grant causal list is retrieved. The process remains in this loop of steps 212-2 to 212-4 until the entire grant causal list has been exhausted or the process has reached its own request.
Figure 8 illustrates a method for handling read-only objects as illustrated at step 194 of Figure 4. The handling of read-only objects begins at step 194-1 wherein a determination is made, prior to utilizing the set of needed objects, whether at least one of the objects in the need set is a read-only object. If the need set includes at least one read¬ only object 194-2, the method proceeds to step 194-4. At step 194-4, the read-only objects are copied and subsequently stored by the process. After copying the read-only objects, the method proceeds to step 194-5 wherein the read-only objects are removed from the need set. Having removed the read-only objects from the need set, the read-only objects may be subsequently granted to other object requests. When there are no read- only objects, or after the read-only objects have been removed from the need set, the method proceeds to step 194-3 wherein the objects are utilized by the client portion of the processing unit. This method of handling read-only objects provides a strong consistency model in that all the objects utilized by the process are consistent with each other at the time it starts utilizing the objects.
Figure 9 illustrates a logic diagram that may be used to generate a prioritization of the grant causal list 94 (of Figure 3). The steps of this logic diagram may be implemented as program instructions that can be stored on any digital information storage medium. Also shown is an exemplary illustration of the logic diagram which includes a new message 224 having an identity of the requesting process X 228 and the requesting causal time stamp 230 of X. Similarly, the existing message 226 includes the identity of the requesting process Y 232 and its corresponding request causal time stamp 234.
The total ordering procedure begins at step 236 where a determination is made as to whether all of the current event values (Xi) and (Yi) have been compared. If not, the method proceeds to step 238 wherein the next current event values (Xi) and (Yi) are retrieved. The method then proceeds to step 240 where a determination is made as to whether Xi equals Yi. If yes, the method returns to step 236 for a determination as to whether all of the current event values in the request causal time stamp of the new message 230 and the request causal time stamp 234 of the existing message have been compared.
If, at step 240. Xi does not equal Yi, the method proceeds to step 242 where a determination is made as to whether Xi is less than Yi. If Xi is less than Yi, the process proceeds to step 246 where it is established that X precedes Y in the message lists, or grant causal lists, of each of the members of the group of processes. In other words, the new message precedes, or has a higher priority than, the existing message in the grant causal lists. If, however, Xi is not less than Yi, in other words, Yi is less than Xi. the method proceeds to step 244 where it is declared that the object request of Y precedes the object request of X (i.e., the existing message precedes, or has a higher priority than, the new message). If, at step 236. all of the current event values in the request causal time stamp 230 and request causal time stamp 234 have been compared and found to be equal, the method proceeds to step 248. At step 248, a determination is made as to whether the name of the new message (Xy) is less than the name of the existing message (Y). This determination is based on a predetermined total ordering such a numerical identity of the processes, alphabetical ordering of the names of the processes, an alphanumeric character prioritization of the names of the processes, or any other prioritizing scheme desired so long as it defines total ordering.
If, for example, the name of the new message 228 (X) is less than the name of the existing message 232 (Y), the method proceeds to step 246 where it is declared that the object request of X precedes the object request of Y. In other words, the object request of X has a higher priority than the object request of Y. If, however, the name of the new message is not less than the name of the existing message, the method proceeds to step 244 where it is declared that the object request of Y precedes, or has priority over, the object request of X.
Figures 10-12 illustrate examples of the method of Figure 9. Figure 10 is based on comparing the object request of process A with the object request of process C. As shown, the object request for process A only include the identity of process A 250 and its corresponding request causal time stamp 252. Similarly, the object request for process C only includes the identity of process C 254 and its corresponding request causal time stamp 256. The example begins at step 236-1 where a determination is made that all of the terms, or current request values, have not been compared. The example then proceeds to step 238-1 wherein it is determined that the current event values are Xi=4 and Yi=4. Note that these current event values are the first entries in their respective request causal time stamps 252, 256. The example continues to step 240-1 where a determination is made as to whether Xi=Yi. In this case, both equal 4, so the answer to this inquiry is yes. The example then continues to step 236-2 wherein the determination is made as to whether all terms, or current request values, have been compared.
The example proceeds to step 238-2 wherein the next respective current request values from the request causal time stamps 252, 256 are retrieved. In this case, both values are 6. The example continues to step 240-2 wherein a comparison is made between the retrieve current request values. As shown, both values are 6; thus, the answer to this inquiry is yes.
SUBSTITUTE SHEET (RULE The example continues for the third current request v alues in the request causal time stamps 252, 256 at step 236-3. The example then proceeds to step 238-3 where the current request values are retrieved from the respective request causal time stamps. As shown, both values are 5. The example then continues to step 240-3 wherein a comparison between the retrieved current request values are equal; thus, the answer to this inquiry is yes.
The example continues to step 236-4 where a determination is made that not all of the terms, or current request values, of the respective request causal time stamps have been compared. The example proceeds to step 238-4 wherein the final terms are retrieved. As shown, the final term Xi is 4 and the final term Yi is 4. The example continues to step 240-4 where it is determined that the retrieved terms Xi and Yi are equal. The example continues to step 236-5 where a determination is made that all of the terms have been compared and all of the terms are indeed equal. Having made this determination, the example continues to Step 248-1 where a determination is m rl that X is less than Y. In this example, an alphabetic ordering was used such that X, which corresponds to process A, precedes Y, which corresponds to process C. As such, at Step 246 tne object request tor process A precedes, or has priority over, the object request for process C. Note that the example steps of Figure 10 correspond with the steps of Figure 9. For example, step 236 is referenced as 236-1, -2, -3, and -4. which indicates the four times that step 236 of Figure 9 is executed in this example.
Figure 1 1 illustrates another example of the method of Figure 9. In this example, an object request for process C is compared to an object request for process F. As shown, the object request for process C includes the identity of process C 260 and its request causal time stamp 262. Likewise, the object request for process F is shown to include the identity of process F 264 and its request causal time stamp 266. The example begins at step 236-10 where a determination is made that not all of the terms, or current request values, of the request causal time stamps have been compared. The example continues at step 238-10 wherein the first terms are retrieved. As shown, the first term for process C (Xi) is 4, while the first term for process F (Yi) is 6. The example continues at step 240- 10 where it is determined that the terms are not equal. Having made this determination, the example proceeds to step 242-10 where it is determined that the retrieved term for process C is less than the retrieved term for process F. Therefore, at step 246-10 it is declared that the object request of X (process C) precedes, or has priority over, the object request of Y (process F).
Figure 12 illustrates yet another example of the method of Figure 9. In this example, an object request for process A is compared to an object request for process B. As shown, the object request for process A includes the identity of process A 270 and its request causal time stamp 272. Likewise, the object request for process B includes the identity of process B 272 and its request causal time stamp 276. The example begins at step 236-20, where it is determined that not all of the terms, or current request values, of the request causal time stamps have been compared.
The example continues at step 238-20 where the first terms of the respective request causal time stamps are retrieved. As shown, these values are both 4. The example then continues to step 240-2-20 where it is determined that the retrieved terms are indeed equal. The example continues at 236-21 where it is determined that not all of the terms have been compared. Proceeding to step 238-21, where the retrieved terms are shown to be Xi is ό and Yi is 5. Note thai for this exampie, X equates to process A and Y equates to process B. The example continues at step 240-21 wherein it is determined that Xi does not equal Yi. Having made this determination, the example proceeds to step 242-20. where it is determined that Xi is not less than Yi. Having made this determination, the example proceeds to step 244-20 where it is declared that the object request of Y (process B) precedes, or has priority over, the object request of X (process A).
Figure 13 illustrates a logic diagram that may be used to implement an alternate prioritizing technique ofthe grant causal list. The steps of Figure 13 may be implemented using program instructions and stored on a processor, or computer, readable storage medium. The method begins at step 280. where a determination is made as to whether a new message is received. Once a new message is received, the method proceeds to step 282 where a determination is made as to the causal relationship between the new message and existing messages. The method then proceeds to step 284, where a determination is made as to whether the causal relationship is one of a causal precedent relationship. If yes, the process proceeds to step 286, wherein the message lists of the group of processes is ordered to prioritize the new message over subsequent messages of the existing messages.
At step 288. a determination is made as to whether the causal relationship is a causal subsequent relationship. If yes, the method proceeds to step 290. wherein the message lists of the group of messages is ordered to prioritize preceding messages of the existing messages over the new message. If the causal relationship is an independent relationship, the message lists are ordered to prioritize the remaining messages of the existing messages and the new messages based on a non-causal, or predetermined total, ordering. As mentioned, a predetermined total ordering may be based on an alphabetic ordering, a numerical ordering, alphanumeric character ordering, or any predetermined total ordering sequence.
Figure 14 illustrates a computational example of the method of Figure 13. In this example, new message 300 is compared with existing message 306. The object request for new message 300 includes the identity of the new message 302 and its request causal time stamp 304. Likewise, the object request for the existing message 306 includes the identity of the existing message 308 and its request causal time stamp 310. The example begins at step 12 where trie current event values of the request causal time stamp 304 of the new message are compared with the current event values of the request causal time stamp 310 of the existing message. The comparison determines whether the corresponding current event values are equal to. less than, or greater than each other.
The example proceeds to step 314. where a determination is made as to whether all of the current event values for the new message are less than the current event values for the existing message. If yes, the example proceeds to step 316, where a determination is made as to whether at least one of the current event values of the new message is less than its corresponding current event value of the existing message. If the answer to the inquiry at step 316 is yes, the example proceeds to step 318, where it is determined that a causal precedent relationship exists between the new message and existing message. In other words, the object request of the new message (X) precedes, or has priority over, the object request of Y (the existing message). If the answer to Step 314 is "no", the example continues to step 320. where a determination is made as to whether all ofthe current event values of the new message are greater than or equal to all ot the current event values ol the existing message If v es. the example proceeds to step 322. where a determination is made as to w hether at least one of the current ev ent alues of the new message is greater than the corresponding current event v alue ot the existing message If the answer to this inquirv is ves. the example proceeds to step 324. where it is determined that a causal subseαuent relationship exists. In other words, the causal subsequent relationship indicates that the existing message (Y) precedes, or has priority over, the new message (X)
If the answer to the determinations at steps 316. 320 or 322 is no", the example proceeds to step 326 where it is determined that an independent causal relationship exists between the new message and the existing message Having established this relationship, the process proceeds to step 328 to determine whether the identitv ot the new message is greater man the identitv ot the existing message This determination is based on a non- causal ordering relationship such as numerical ordering, alphabetic ordering, alphanumeric ordering or any other tv pe ot prearranged ordering If the idenmy of thp new message (X) is greater than the identity of the existing message (Y the example proceeds to step 332, where it is determined that the existing message precedes, or has pnoπtv o er, the new message If. however X is not greater than Y then the example proceeds to step 330. where it is determined that the new message precedes, or has onoπtv ov er the existing message Figures 15- 17 illustrate an exampie of the method of Figure 1 Λs shown, three object requests are to be prioritized in the grant causal list The object reαuests are for process D. process E. and process F As shown, the object request for process D includes the identitv of process D 309. its request causal time stamp 31 1. and the objects requested 313. The object request for process E includes the identity of process E 315. its request causal time stamp 317. and the requested objects 319 Likewise, the object request for process F includes the identity of process F 321, its request causal time stamp 323. and the objects being requested 325.
A grant causal list 307 is shown to include three existing object requests for process A. process B and process C The prioritization is also shown to be that the object request for process A has priority over process B and the object request for process B has pπoπtv over the object request for process C The object request tor D. E. and F are being received as incoming object requests 301. 303. and 305
The exampie continues when the object request tor process D is received Once this is received, a comparison is made between the first entry causal time stamp with request time stamp 327 In other words, the highest priority obiect request in the grant causal list is compared with the incoming object request In this case, the obiect request for process A is compared with the object request with process D Comparing each of the correspondmg current request lues in the request causal time stamps shows that all of the terms in the request causal time stamp for process D is greater than or equal to the corresponding terms m the request causal time stamp of process A Therefore, the object request for process D is causallv subsequent to the object request tor process A. in other words, the obiect request for process Λ has priority over the object request ior process D.
The example continues to Figure 16. where a comparison between the request causal time stamp of process D is compared with the request causal nme «jm.n nf the second entry in the grant causal list 307 This comparison is shown at step 329 where the corresponding terms, or current request values, of the respectiv e request causal time stamps are compared As shown, all of the terms in the request causal time stamp of process D are greater than or equal to the corresponding terms of process B Therefore, the obiect reαuest for process D is causal subsequent to process B Because the request causal time stamp tor process C has the same request causal time stamp as process B. it is determined that D is also causal subsequent to process C Therefore, the grant causal list is updated as shown at step 331. As shown, process A has the highest priority followed by B. C. and D Note that process B has pπoπtv over process C even though thev have the same request causal time stamps because of an alphabetic ordering The example continues at step 333 where the object request for process E is received and subsequently compared with the request causal time stamp of process A. As shown, the corresponding terms, or current request values, of the request causal time stamps for process A and process E have an independent causal relationship As such, the predetermined ordeπng is used and based on an alphabetic ordering, the object reαuest for A precedes the request for process E The example continues to Figure 17 at 335 where the request causal time stamp for process E is compared with the request causal time stamp of process B As shown, the terms, or current request values, of process B are greater than or equal to all of the corresponding terms in the request causal time stamp of process E Therefore, the object request for process E is causal precedent to the object request for process B Thus, the object request for process E has priority over the object request for process B The example continues at step 337 where it is indicated there is no need to compare the object request of process E with the object requests for C or D. because it is determined that the object request for process E falls between the object request for process A and process B. Thus, the grant causal list is updated to include the ordering as shown in which the object request for process Λ has the highest priority followed by the object reαuests for processes E. B. C. and D
Finally, at 339. the object request for process F is received and compared with the object request of process A The comparison between the reαuest causal time stamps shows that all of the terms, or current request values, of the request causal time stamp of A are greater than or equal to the corresponding terms of the request causal time stamp for process F As such, a determination is made that the object request for process F has a causal precedent relationship to the object request of process A. Therefore, the object request for process F has pπoπtv ov er the object request for process A The updated grant causal list is shown at 341 Because the object request of process A had the highest priority prior to receiving the object request of process F. there is no need for subsequent comparisons between the request causal time stamp of process F with any of the other object requests in the grant causal lists. Thus, the resulting grant causal list has the object request for process F having the highest priority followed in a pnonty sequence by the object requests of processes A. E, B, C. and D
Figure 18 illustrates a method which may be utilized to add a process to the group of processes. The steps of Figure 18 may be implemented as programming instructions which may be stored on a processor, or computer, readable storage medium The method begins at step 340 where a group controller receives a join group request from a requesting process. The method then proceeds to step 342. where a determination is made as to whether the requesting process is authorized to join the group of processes. If not. the method proceeds to step 344. wherein access to the group is denied.
If, however, the requesting process is authorized to join the group of processes, the method proceeds to step 346, wherein a group sequence value is updated by the group controller. The group sequence value indicates changes in group membership and is used by the members of the group to identify when changes have been made to the group. Once the group sequence value is updated, the process proceeds to step 348. where an acceptance message is sent from the group controller to the requesting process. The acceptance message includes the updated group sequence value, the current causal time stamp as known by the group controller, and identifies each of the members in the group of processes.
At any time while a member of the group, the requesting process may send a request message to the group of processes. The request message will include its updated group sequence value, and a request causal time stamp known by the requesting process. For example, if the purpose of the message is to request objects, the set of the needed objects would be listed. The method then proceeds to step 352 wherein the requesting process generates a grant causal iist to include the request that it had just created.
The method then proceed to step 354 where, upon receiving the message, existing members of the group of processes compare the updated group sequence value with a stored group sequence value. When the updated group sequence value is more current than the stored group sequence value, each of the existing members updates their current causal time stamp, based on the request causal time stamp of the requesting process, the stored group sequence value and a grant causal list. This is done at step 356.
The process then proceeds to step 358 where existing members of the group send outstanding request messages to the requesting process. Thus, if an existing member of the group has an object request that has not been fulfilled, the existing member sends the object request to the newly entering, or requesting process. The method then proceeds to step 360 wherein the requesting process updates its grant causal list to include each of the outstanding request messages it receives from other processes. Once this has transpired, the requesting process has the same grant causal list as all the other existing members. It should be noted that in order to guarantee advance progress, to avoid deadlock and to avoid inconsistencies, each of the processes must have the same prioritization in their respective grant causal list. The previously described methods insure that each of the members of the group of processes will have the same grant causal list. As one skilled in the art will readily appreciate, the members of the group of processes will not simultaneously generate the grant causal list or, at any given time, have exactly the same information in their grant causal list; but when it comes time to transmit or allocate an existing object, it will do so based on a grant causal list which corresponds to the other members in the group.
Figure 19 illustrates a method for a process to leave a group of processes. This method may be implemented by program instructions that can be stored on a processor, or computer, readable storage medium. The method begins at step 370 where a process sends a departure message to the group process controller. The method then proceeds to step 372 wherein the group control process reclaims objects held by the departing process. For example, if the departing process holds objects 1. 2, and 3. these must be relinquished to the group control process such that objects are not taken out of the group and may be subsequently reallocated by the group control process.
The mexhod continues at step 374 wherein the group control process updates a group sequence value. As mentioned with reference to Figure 18. the group sequence value is updated any time the membership to the group of processes is changed. Thus, when a member enters the group or departs the group, the group sequence value is updated. At step 376, the group control process sends a group change message to the remaining processes. This message includes the updated group sequence value and identity of the remaining processes. Note that the group change message includes the identity of the remaining processes and not the identity of the process departing. This is done to insure that an accurate record is kept by each of the participating members of the group.
At step 378, a determination is made by each of the remaining members of the group as to whether the updated group sequence value is more current than the stored group sequence value. Note that the updated group sequence value may be done by incrementing such that the number 5 is more current than the number 4. If the determination at step 378 is "no", the process proceeds to Step 380 where no change is made to the membership of the group as known by the requesting unit. If. however, the updated group sequence value is more current than the stored group sequence value, the method proceeds to step 382 wherein the existing processes update the grant causal list and a current causal time stamp based on the remaining processes. Determining that the updated group sequence value is more current than the stored one is done to insure that regardless of which order the messages are received, the existing members will know which is the most current data. For example, a group may enter and leave the group of processes rather quickly. Thus, a process may receive the departure message before it receives the update message. Thus, an error could result if a departing process is identified as leaving before it's identified as entering. Such a situation could occur if the departing message was received before the entering message. Without the group sequence number, a member of the group of processes would ignore the departing message because it couldn't identify the departing process, but it would record the process when the entering message is received resulting in an error in membership. The group sequence value insures that this will not happen because it is updated each time the membership changes making it irrelevant which message is received first.
Figure 20 iiiusxrates a deterministic state diagram for a process of the group of processes in accordance with the present invention. The particular states are idling 390, joining 392. releasing 394, acquiring 396. and holding 398. As shown, certain actions may be executed by a process when in a particular state upon receiving the appropriate event. An event may be initiated by the client side of a processing unit (see Figure 1 ) or from another process (see the object allocation section of Figure 1).
In the idling state 390, a process is not yet a member of the group but may execute a join group request 404 when triggered by an event requesting the process to join the group. Such an event may be initiated by the client side of the processing unit (see Figure 1). The join group request 404 may be performed as shown in steps 340 and 342 of Figure 18. Once the join group request 404 has been initiated, the process changes states to the joining state 392.
While the process is in the joining state 392, the process may encounter events causing the process to have its join request denied 406, to handle a request 408, to handle a group change 410, object interest update 41 1 , or to receive an acceptance message 402. If the process' join group request is denied 406 by the group controller (see Figure 1 ), steps 342 and 344 of Figure 18 will be executed and the process will return to the idling state 390. If. however, the group controller grants the process' join group request, an acceptance message 402 will be generated as per step 348 of Figure 18 and the process will move to the releasing state 394. While the process is waiting for its join group request to be granted or denied, it may encounter an event causing it to handle an object request 408 by executing steps 206 - 212 of Figure 4. Such an event is initiated by another process, in which the other process is requesting a set of objects. After handling the request, the process remains in the same state. Additionally, the process, while waiting for a response to its join group request, may encounter an event causing it to handle a group change as shown in steps 376 - 382 of Figure 19. Such an event is initiated by the group controller when another process leaves the group. After handling the group change, the process remains in the same state. Finally, the process, while waiting for a response to its joining group request, may encounter an event causing it to handle a object interest update 41 1.
In the releasing state 394, the process may encounter events causing it to handle object requests 408, handle a group change 410, leave the group 420, object interest update 41 1 , or acquire objects 418 or 430. If the process encounters an event requesting the process to leave the group 420. the process executes steps 370 and 372 of Figure 19 and returns to the idling state 390. Such an event is initiated by the client side of the processing unit (see Figure 1). If the process encounters an event requesting it to acquire objects, the process does so either over acquire path 418 or acquire and satisfied path 430. The process will use acquire path 418 when it does not currently possess all of the requested objects. To acquire objects over this path 418, the process performs steps 162 - 172 of Figure 4 and changes to the acquiring state 396. The process will use the acquire and satisfied path 430 when it possesses all of the requested objects. To traverse this path 430, the process executes steps 162 - 166 and 192 - 194 of Figure 4 and changes to the holding state 398.
When the process encounters an object interest update event 41 1, it updates its internal records using the information stored in the received message. The message identifies a set of processes and any objects in which they are interested. The message may also identify a set of processses and any objects in which they are explicitly not interested. If the process has an outstanding request and has not yet sent that request to a process that is interested in a requested object, then the process sends a copy of its current request to the interested process. At any time, the process can send an object interest update 41 1 to any other process in the group identifying objects in which the process is interested.
When the process is in the acquiring state, it may encounter events causing its object request to be satisfied 428, handle object requests 408, handle group changes 410. object interest update 41 1 , or handle an object grant 424. If the process' object request is satisfied per path 428, it executes steps 188 - 194 of Figure 4 and it changes to the holding state 398. Handling object requests 408 and group changes 410 are done as described above. To handle an object grant 424. the process performs steps 180 - 186 of Figure 4 and remains in the acquiring state 396.
Once the process has acquired all of the needed objects, either through acquire path 430 or acquire paths 418 and 428, the process enters the holding state 398. While in this state, the process may encounter events causing it to handle requests 408, handle group changes 410, object interest update 41 1 , or release objects 426. If an event causes the process to release objects 426, the process performs the steps 196 - 200 of Figure 4 and the process changes to the releasing state 394. As mentioned, in the releasing state 394, the process may encounter events causing it to leave the group 420, handle requests 408, handle group changes 410, or acquire objects.
Figures 21-46 illustrate an example of the present invention. The example is based on a hospital system wherein the hospital system includes a hospital administrator, a pharmacy, a doctor's office, patients' rooms, and operating rooms. Each of these entities have a computer system which facilitates the sharing of objects as described above with reference to Figures 1 - 20. The example of Figures 21 - 46 illustrates the sharing of objects among the hospital network for a particular patient. The example begins with a visit to the doctor's office, followed by a trip to the pharmacy, and ending with surgery.
Figure 21 illustrates a hospital distributed computed system 450 which includes a hospital administrator system 452, a pharmacy system 454, a doctor's office system 456, patient room system 458. and operating room system 460 interconnected by a distributed network 462. Note that the operating room is shown as a dotted line connection to the other systems. This is done to illustrate that the operating room 460 is subsequently added to the group and then deleted from the group. Thus, at the beginning of this example, a group of processes includes the hospital administrator 452, the pharmacy 454, the doctor's office 456, and the patient's room 458.
The objects to be shared are contained in a plurality of patient's records 464. Each of the patient's records includes object headers 466 and objects 468. For example, an object header is personal data wherein the objects are the patient's name, address, serial number, age, birth date, height, weight, and insurance carrier. Another object header is current medical condition, wherein the associated objects are medication, treatment, and vital signs, which include temperature, blood pressure and pulse. Another object header is medical history, which includes the objects of allergies and past treatments. Finally, an accounting information object header includes the objects of doctor payment records, hospital payment records, and pharmacy payment records. Figure 22 illustrates the individual process information known by the doctor's office 470, the pharmacy 472, the hospital administrator 474, and the patient's room 476 at a given lime for a paπicuiar patient's record. As shown, the doctor's office process 470 includes a current causal time stamp 478. a grant causal list 480, group sequence number 482. a needed set 484, and a possession set 486. The pharmacy, hospital administrator, and patient's room all include a causal time stamp 488, 498. 508. grant causal list 490, 500, 510, group sequence 492, 502, 512, needed set 494. 504, 514, and a possession set 496, 506. 516.
As can be seen, each process has the same current causal time stamp 478. 488, 498. 508. the same information in the grant causal list 480. 490, 500, 510. the same group sequence number 482, 492, 502, 512, and the same need set 484, 494, 504. 514. With each of the need sets being 0, it is indicative that none of the associated processes have any outstanding object requests. The possession sets are shown to have different information.
Figure 23 illustrates the response to the doctor's office request for objects related to the particular patient. In this example, the doctor is examining the particular patient. As shown, at time one 528, the doctor's office transmits its object request. At time two 530, the pharmacy receives the doctor's office object request, as is true at times three 532 and four 534 for the patient's room and hospital administration, respectively. The corresponding steps of the time line are further described in Figures 24-30. The corresponding times on the time line of Figure 23 are discussed in greater detail with reference to Figures 24-30.
Referring to Figure 24, at time Tl , step 528, the doctor's office DO generates its object request. As shown, the object request includes the identity of the doctor's office, a request causal time stamp which equals the current causal time stamp known by DO at the time the request was formulated, and the needed objects. In addition, DO sets its need set to objects { 1 1-13} and updates its grant causal time list to include its object request. At time T2, step 530, the pharmacy PH receives the doctor's office request and updates its current causal time stamp to PHI, D01. HA1 , PRI. and its grant causal list to include the doctor's office request. Note that the updated current causal time stamp has not changed. This occurs because the current request values of the request causal time stamp of the doctor's office object request is the same or less than the corresponding current value current request values stored in the c rent causal time stamp ofthe pharmacy.
At time T3, step 532, the patients room receives the doctor's office request and updates its current causal time stamp to PHI , D01. HA1 , PRI . It also updates its grant causal list to include the doctor's office object request. The example continues at Figure 25 where, at T4, step 534, the hospital administrator (HA) receives the doctor's office request and updates its current time stamp to PHI , D01. HA1 , PRI, and updates its grant causal list to include the doctor's office object request.
At time T5, step 536, the patient's room sends an object grant of objects { 1 1-13 } to the doctor's office and sets its possession set to 0. At time T6, step 538. the doctor's office receives the object grant from the patient's room and sets its possession set to objects {9 - 16}. At time T7, step 540, the doctor's office sets its grant causal list to 0 indicating that its outstanding object request has been satisfied. In addition, the doctor's office increments its own current request value from 1 to 2 and subsequently updates its current time stamp to PHI, D02. HA1, PRI . For any subsequent responses by the doctor's office, it will use this current time stamp. The doctor's office computer system now may utilize these objects. For example, assume that the doctor determines that the patient's medication needs to be changed. As such, object 9. patient's medication, would be changed to identify the new medication. In addition, the doctor's office would update the patient's billing statement to include fees for this visit. Still further, the doctor's office may update the vital sign objects. Having made this changes, the doctor's office computer moves out of the holding state and enters the releasing state (refer to Figure 20 for an explanation of the states). At time T8. step 542, the doctor's office sets its need set to 0.
The example continues on Figure 26 at time T9, step 544, wherein the pharmacy generates an object request in response to the patient's medication being changed. The object request of the pharmacy includes the identity of the pharmacy PH. its request causal time stamp PHI . DOI . HA1, PRI , and the objects it needs. Note that the request causal time stamp for the pharmacy is indicative, or identical, to its current causal time stamp known to the pharmacy at the time the object request is generated. In addition to generating the object request, the pharmacy sets its need set to include object 9 and it updates its grant causal list to include its request along with the doctor's office request.
The prioritization of the grant causal list is first based on a predetermined ordering of the causal time stamps. At this step 544. the causal time stamps are equal. When this occurs, the prioritization is based on the predetermined total ordering (e.g. alphabetical ordering) of the names of the outstanding object requests. In this case the doctor's office request precedes the pharmacy request because D precedes P in the alphabet.
At time T10, step 546, the hospital administration receives the pharmacy's request and updates its current causal time stamp to PHI, DOI, HA1, PRI. In addition, the hospital administration updates its grant causal list to include the pharmacy's request along with the doctor's office request. Note that the ordering in the hospital administration's grant causal list is the same ordering as the grant causal list of the pharmacy. This is due to the fact that each of the processes in the group utilize the same total ordering procedure to prioritize their respective grant causal list. This insures that each of the members in the group of processes have the same grant causal list. The example continues on Figure 27 at time Ti l, step 548, wherein the doctor's office receives the pharmacy's request and updates its current causal time stamp. In addition, the doctor's office updates its grant causal list to include the request of the pharmacy. Note that the only object request in the doctor's office grant causal list is the pharmacy's request. This results because the doctor's office has already invalidated its object request because it has been satisfied. However, the other members of the group have not yet been informed that the doctor's office outstanding request has been satisfied. This will occur when the doctor's office transmits an object grant or object request which includes its updated current request value.
At time T12, step 550, the patient's room receives the pharmacy's request and updates its current causal time stamp to PHI, DOI , HAl, PRI . In addition, the patient's room updates its grant causal list to include the doctor's office object request and the pharmacy's object request. As with the grant causal list of the hospital administration's process, and the pharmacy's process, the grant causal list of the patient's room prioritizes the doctor's object request over the pharmacy's object request. At time T13, Step 552, the doctor's office sends a grant of object 9 to the pharmacy. Thε obiect grant includes the particular object and the current causal time stamp of DO which is PHI, D02, HAl, and PRI . In addition, the doctor's office sets its possession set to objects { 10-16}.
The exampie continues to Figure 28 where, at time T14, step 554, the pharmacy receives the object grant of object 9 from the doctor's office. At this time, the pharmacy sets its possession set to object 9 and object 18. At time T15, Step 556. the pharmacy sets its grant causal list to 0 and updates its current causal time stamp to PH2. D02, HAl, PRI . Note that the pharmacy deletes the doctor's office request, because the current request value for the doctor's office in the object grant received from the doctor's office is greater than the current request value in the object's request. This indicates that the object request stored in the pharmacy's grant causal list is outdated. In addition, the pharmacy updated its current request value to 2, because its outstanding object request has been satisfied. Finally, at time T16, PH sets its need set to 0. This concludes the example of the doctor examining the patient and then indicating that the patient needs medication which is obtained from the pharmacy. Thus, when the doctor was examining the patient, it required certain objects or data of the patient which it requested and subsequently obtained. Likewise, when the patient was sent to the pharmacy to obtain medication, the pharmacy needed particular objects, or data information on the patient, and subsequently requested and obtained that information.
Unfortunately for this patient, the medication did not work, and surgery is required. The scheduling of surgery is illustrated in Figures 29-38. Referring to Figure 29, at time Tn, the doctor's office process 470, the pharmacy process 472, the hospital administrator 474 and the patient's room process 476 include the current causal time stamps 480, 478, 488, 498, 508, group sequence number 482, 492, 502, 512, their respective need sets 484, 494, 504, 514, their respective possession sets 486, 496, 506, 516 and a grant causal list 480, 490, 500, 510 as shown in Figures 29 and 30. Note that the grant current causal time stamps and the grant causal list for each of the processes are not identical. This is a typical situation in a distributed processing environment which results due to latencies in transmission paths, certain processes not being involved in object grants or requests, and other such factors.
Figure 31 illustrates a time line for sharing objects at time Tn for the particular patient requiring surgery. Each of the time lines are referenced with a particular time value, which is encircled, and a corresponding step number. Each of these functions will be described with reference to Figures 32-38. Referring to Figure 32. at time TNI, step 560, the hospital administration generates an object request to schedule the patient for surgery. The object request includes the hospital administration's identity, its requesting causal time stamp, which equals its current causal time stamp at the time the object request was generated, and the needed objects. In addition, the hospital administration process sets its need set to include the needed objects { 1-5 and 8}.
The hospital administration process then updates its grant causal list to include the pharmacy's object request, the patient's room object request, and the hospital administration's object request, in that order. Note that the pharmacy's object request has priority over the patient's object request and the hospital administration's request. The pharmacy has priority over the patient's room request, because even though their respective request causal time stamps are equal, PH precedes PR in the alphabet. Therefore, it has priority over the pharmacy's request. In relationship to the hospital administration's outstanding object request, the requesting causal time stamp of the pharmacy is less than the requesting causal time stamp of the hospital administration. This can be seen in that the current request value for the hospital administration in the request causal time stamp of the hospital administration is 3. while its corresponding value in the pharmacy's request causal time stamp is 2. Therefore, the pharmacy's request causal time stamp precedes the hospital's request causal time stamp. Similarly, the patient's rooms request causal time stamp precedes the hospital administration's request causal time stamp for the same reason.
At time TN2, step 562, the doctor's office receives the hospital administration's request and updates its current causal time stamp to PH4, D06, HA3. PR3. Note that the only value in the doctor's office current causal time stamp to be changed was the current request value for the hospital administration. It was changed from a 2 to a 3. In addition, the doctor's office updates its grant causal list to include the pharmacy's request followed by the patient's room request and finally the hospital administration's request. The prioritizing of the doctor's office grant causal list is identical to the prioritizing of the hospital administration's grant causal list discussed above. At time TN3, step 564, the doctor's office grants object 8 to the hospital administration and updates its possession set to include objects {6, 7 and 14-16}.
The example coπriπues on Figure 33 at time TN4, step 566. when the doctor's office generates an object request. The doctor's office object request includes the identity of the doctor's office, a request causal time stamp which equals the current causal time stamp known by the doctor's office, and the objects needed. In addition, the doctor's office sets its need set to include the needed objects. Finally, the doctor's office updates its grant causal list to include the prioritized object request of the pharmacy, followed by the patient's room, hospital administration, and the doctor's office. Note that the doctor's office object request is last, because its request causal time stamp is causally subsequent to any of the other request causal time stamps. In particular, the current request value for the doctor's office is 6, and the doctor's office request value is 5 in all the others, while the other current request values for the other processes in the request causal time stamp of DO are at least equal to or greater than the corresponding values in the other request causal time stamps. At time TN5, step 568, the pharmacy receives the doctor's office request and updates its current causal time stamp to PH5, D06, HA3, PR3. In addition, it updates its grant causal list to include the patient's room's object request followed by the doctor's office request. At time TN6, step 570, the hospital's administration receives the doctor's office request and updates its current causal time stamp to PH4, D06, HA3, PR3. In addition, it updates its grant causal list to prioritize the pharmacy's request followed by the patient's room request, hospital administration's, and the doctor's office request. The example continues on Figure 34 at time TN7, step 572, wherein the pharmacy grants objects 4 and 5 to the doctor's office and updates its possession set to include only object 18. Note that the object grant generated by the pharmacy will include its current causal time stamp which, at this time, is PH5. D06, HA3, PR3. At time TN8, step 574, the pharmacy receives HA's request and updates its grant causal time stamp to be PH5, D06,
HA3, PR3. In addition, it updates its grant causal list to include the prioritized request of the patient's room, followed by the hospital administration, and finally, the doctor's office.
At time TN9, step 576, the patient's room receives the hospital administration's request and updates its current causal time stamp to PH4, D05, HA3, PR4. In addition, it updates its grant causal list to include the pharmacy's request and the hospital administration's request. At time TN10. step 578, the patient's room grants objects 2 and 3 to ihe hospital administration. In addition, it updates its possession set to include objects {9-13 } . Note that the object grant of objects 2 and 3 will include the current causal time stamp known by the pharmacy. The example continues on Figure 35 at time TNl l , step 580. wherein the hospital administration receives objects 2 and 3 from the patient's room and updates its possession set to include objects { 1-3 and 17} . In addition, it updates its current causal time stamp to PH4, D06, HA3, PR4. Note that in the hospital administration's current causal time stamp the current request value for the patient's room has been updated from a 3 to a 4. All other current request values remain the same. Because the current request value for the patient's room has been changed, the hospital administration updates its grant causal list to remove the object request of the patient's room wherein, within the object request from the patient's room, the current request value ofthe patient's room was 3. Thus, with the current causal time stamp having a value of 4 for the current request value of the patient's room, it knows that any object request by the patient's room, wherein its current request value is less than 4, is obsolete. At time TNI 2, step 582, the doctor's office receives objects 4 and 5 and updates its possession set to include objects {4-7 and 14-16}. In addition, the doctor's office updates its current causal time stamp to PH5, D06, HA3, PR3. Finally, the doctor's office updates its grant causal list to include the object request of the patient's room, the hospital administration, and the doctor's office. Note that, at this time, the doctor's office is still lacking object 8, and thus, it does not update its current request value for its grant causal list until object 8 has been obtained. The example continues on Figure 36 at time TNI 3, step 584, wherein the hospital administration receives object 8 and updates its possession set to objects { 1-3, 8, and 17}. Note that the hospital administration and the doctor's office were requesting object 8. Also note that in the grant causal list, the hospital administration's request has a higher priority than the doctor's office request. Therefore, it will receive object 8 prior to the doctor's office receiving object 8. This insures fair progress, which avoids deadlock.
At time TNI 4, step 586, the patient's room receives the doctor's office request and updates its grant causal list to include PH4, D06, HA3, PR4. In addition, it updates its grant causal list to include the pharmacy's request, the hospital administration's request, and the doctor's office request.
At time TNI 5, step 588, the doctor's office grants objects 4 and 5 to the hospital administration and updates its possession set to include only objects {6, 7 and 14-16}. Note that because the hospital administration has a higher priority in the grant causal list than the doctor's office, the doctor's office will grant the objects to the hospital administration even though these are objects needed by the doctor's office. When the hospital administration has exhausted its need for these objects, the hospital administration will subsequently grant them to the doctor's office or to another process based on its grant causal list.
At time TNI 6, step 590. the hospital administration receives objects 4 and 5, and updates its possession set to include objects { 1 -5, 8, and 17}. In addition, it updates its current causal time stamp to PH5, D06, HA3, PR4. Finally, the hospital administration updates its grant causal list to include the hospital administration's object request and the doctor's office request. Note that the hospital administration has deleted the pharmacy's object request from its grant causal list, because the current request value of the pharmacy in the current causal time stamp is greater than the current request value in the request causal time stamp ofthe pharmacy.
The example continues on Figure 37 at time TNI 7. step 592, wherein the hospital administration updates its current causal time stamp to PHS. D06, HA4, PR4. Note that the current request value for the hospital administration has been incremented from a 3 to a 4 indicating that the outstanding object request of the hospital administration has been fulfilled. In addition, the hospital administration updates its grant causal list to include only the request from the doctor's office. Once this occurs, the hospital administration process transmits the objects to the client portion of the hospital administration processing unit such that the client portion can utilize the requested objects.
At time TNI 8, step 594, the hospital administration has finished processing the needed objects and clears its needed object set to 0. Next, at time TNI 9. step 596, the hospital administration grants objects 1-5 and 8 to the doctor's office and updates its possession set to include object { 17}. At time TN20. step 598, the doctor's office receives objects 1-5 and 8 and updates its possession set to include objects { 1 -8 and 17} . In addition, it updates its current causal time stamp to reflect the change in the hospital administration's current request value. Finally, the doctor's office updates its current causal list to include only its request. Note that the doctor's office current causal list has deleted the hospital administration's request, the pharmacy's request and the patient's request. The example continues on Figure 38 wherein at time TN21, step 600, the doctor's office updates its current causal time stamp to PH5. D07, HA4, PR4 and updates its grant causal list to 0. The current request value for the doctor's office has been incremented from a 6 to a 7 reflecting that the doctor's office request has been satisfied. Once this occurs, the doctor's office process transfers the needed objects to the client portion ofthe doctor's office processing unit for execution thereon.
The next phase of the example is the actual patient surgery in which the operating room is to be added to the group of processes. This is illustrated in Figures 39-43. As shown in Figure 39, the doctor's office 470, the pharmacy 472, the hospital administration 474, and the pharmacy 476 are each in different operating states. The doctor's office and the pharmacy are in the acquiring states while the pharmacy and the hospital administration are in the holding states. The respective information for each of the processes is also shown in Figure 39. Figure 40 illustrates a time line of activity signifying the addition of the operating room to the group of processes. Each time sequence is indicated by an encircled number and a corresponding step.
Figure 41 illustrates the functions that occur for the particular time lines shown in Figure 40. At time TX1, step 612. the operating room sends a join group message to the hospital administration. The hospital administration for this particular example is functioning as the group controller. At time TX2, step 614, the hospital administration receives the join message wherein the joined group message includes the identity of the operating room. At time TX3, step 616, the hospital administration determines whether the operating room is authorized to join the group and. if so, updates a group sequence value. In this case, the group sequence value is updated from a 4 to a 5. Refer to Figures 39, Items 484. 492, 505 and 512 for the existing group sequence value.
At time TX4, step 618, the hospital administration sends an acceptance message to the operating room. The acceptance message includes the identity of each member in the group, the doctor's office, the pharmacy, the hospital administration, and the patient's room, a current request value for each of the members as known by the hospital administration from its current causai time stamp, and the upgraded group sequence value 5. At time TX5, step 620, the operating room receives the acceptance message and creates a current causal time stamp. The current causai time stamp includes PH6, D08, HA5, PR4, OR1. In addition, the operating room sets its group sequence number to 5.
The example continues on Figure 42 at time TX6, step 622, wherein the operating room sends an object request to the group wherein the object request includes the group sequence value 5, the identity of the operating room, its request causal time stamp, and the needed objects. At time TX7, step 624, the other members receive the operating room's object request and update their current causal time stamps, their grant causal list, and the group sequence number. As shown, the current causal time stamps are PH6, D08, HA5, PR4, OR1. Each will also increment their group sequence value to 5 and update their grant causal list to include the operating room's object request.
At time TX8, step 626, the pharmacy and doctor's office send their respective outstanding object requests to the operating room. At time TX9, step 628, the operating room updates its grant causal list to include the object request from the patient's room. The example continues on Figure 43, wherein at time TX10, step 630, the operating room receives the doctor's office object request and updates its grant causal list to include the doctor's office request, the patient's room request, and the operating room's request. Once this has been completed, the operating room has been completely added to the group of processes.
At some time later, the patient's surgery has been completed, and the operating room is being removed from the group of processes. At this time, Figure 44 illustrates that each member has the same current causal time stamp and grant causal list, which are the current causal time stamp 632 of PH6, D09, HA5, PR5, OR2, and the grant causal list 634 of only a request from the pharmacy. The possession sets for each of the existing members is shown as 636 while the need sets are shown as 638. Note that the only process having an outstanding need is the pharmacy, which needs object 18.
Figure 45 illustrates a time line for the operating room to depart the group of processes. Each of the encircled numbers corresponds to a particular step which will be described with reference to Figure 46. At time Tl, step 640, the operating room sends a departure message but only when it is in the releasing state. Thus, if the operating room is in the acquiring state, or holding state, it cannot depart the group of processes.
At time T2, step 642, the hospital administration process, as the group controller, reclaims the objects held by the operating room. These objects are objects 1-7 and objects 9-13. At time T3, step 644. the hospital administration updates the group sequence value. The previous group sequence value was 5; now it is updated to 6. At time T4. step 646, the hospital administration sends a group change message to the remaining group members. The group change message includes the updated group sequence value and a new current causal time stamp. The current causal time stamp includes PH6, D09, HA5, PR5 which does not include the departing member of the group. Finally, at time T5, Step 648, the remaining members of the group update their current causal time stamp, group sequence value, and grant causal list. Each of these are shown to be PH6, D09, HA5, PR5 for the current causal time stamps, the group sequence value is 6, while the grant causal list includes the outstanding request for the pharmacy. Once this occurs, the members are aware that there are only four members left in the group, and the operation continues as described above. Figure 47 illustrates how abbreviated time stamps are computed. The algorithm starts in step 700 where the abbreviated time stamp value is initialized to the sum of the final request sequence numbers of all the processes that have ever left the group. In step 702, if there are more terms in the current causal time stamp to be processed, then proceed to step 704. Once all the terms are processed, the procedure is finished. In step 704, we retrieve the next request value (Xi) from the current causal time stamp and proceed to step 706. In step 706, we add Xi to the abbreviated time stamp value and then loop back to step 702.
Abbreviated time stamps can be used like full causal time stamps. They represent a causal ordering consistent with the ordering determined in Figure 9. The algorithm described in Figure 9 can be used to compare abbreviated time stamps noting that each time stamp will only have one event value, the abbreviated time stamp value calculated in Figure 47. When sending requests which contain an abbreviated causal time stamp, the current request sequence number for the sending process is included in the message. Figure 48 illustrates how processes interact with the SGMs 51 and 53 of Figure 1 using object interest update messages. The procedure starts in step 720 where the process sends an object interest update to its respective SGM 51 and proceeds to step 722. The message identifies a set of processes and any objects in which they are interested. The message may also identify a set of processses and any objects in which they are explicitly not interested. In step 722. the SGM 51 updates its internal records using the information stored in the received message and proceeds to step 724. In step 724. the SGM 51 determines whether any processes need to be informed of other processes' interest information. If so, proceed to step 726, otherwise the procedure is finished. In step 726, the SGM 51 sends object interest update messages to the processes and proceeds to step 728. In step 728. the processes handle the object interest updates as described by step 41 1 of Figure 20.
The present invention provides a method and apparatus for sharing objects within a distributed computing system without centralized control of the objects. The present method and apparatus insures that deadlock will be avoided in the distributed computing system. In addition, the present invention insures that fair progress is made such that each outstanding object request will eventually be fulfilled and further insures that object inconsistencies are avoided.
In view of the above detailed description of the present invention and associated drawings, other modifications and variations will now become apparent to those skilled in the art. It should also be apparent that such other modifications and variations may be effected without departing from the spirit and scope of the present invention as set forth in the claims which follow.

Claims

Claims:
1. A multiprocessing system comprising: a plurality of communicatively coupled processes sharing a plurality of objects; for each of the plurality of processes, an object allocator that maintains an apparent system state, that generates object requests based upon the apparent system state and required objects, that transmits the generated object requests to other processes, that receives object requests from other processes, that transmits object grants, that receives object grants and that allocates possessed objects based upon the generated object requests, the received object requests and the object grants.
2. The multiprocessing system of claim 1. each object request comprising: a requesting process identity; a request causal time stamp based upon an apparent system state of the requesting process; and at least one object identity.
3. The multiprocessing system of claim 1. each object allocator maintaining a grant causal list of generated and received object requests that are dynamically prioritized based upon respective apparent system states.
4. The multiprocessing system of claim 3. the object allocator discarding some of the object requests in the grant causal list based upon an apparent system state contained in a received message.
5. The multiprocessing system of claim 1, each object grant comprising: a grant causal time stamp based upon an apparent system state maintained by the granting process; and at least one object identity.
6. The multiprocessing system of claim 1 , for each of the plurality of processes, the apparent system state comprising a current causal time stamp that represents a perceived relative progress of each ofthe plurality of processes.
7. The multiprocessing system of claim 1 , further comprising: a group controller that organizes the plurality of processes into at least one group based upon shared object requirements and manages membership within the at least one group.
8. The multiprocessing system of claim 7, each object grant and object request further comprising a group sequence number used to validate group membership.
9. The multiprocessing system of claim 7, the group controller transmitting a group change message when group membership changes.
10. The multiprocessing system of claim 1, further comprising at least one subgroup manager that monitors some object requests and facilitates the delivery of object requests to processes within a respective group.
PCT/US1997/002142 1996-02-09 1997-02-04 A multiprocessing system having processes that share objects WO1997029436A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
AU18600/97A AU1860097A (en) 1996-02-09 1997-02-04 A multiprocessing system having processes that share objects

Applications Claiming Priority (6)

Application Number Priority Date Filing Date Title
US59905096A 1996-02-09 1996-02-09
US59905396A 1996-02-09 1996-02-09
US08/599,054 US5778225A (en) 1996-02-09 1996-02-09 Method and apparatus for sharing objects among a plurality of processes
US08/599,054 1996-02-09
US08/599,050 1996-02-09
US08/599,053 1996-02-09

Publications (1)

Publication Number Publication Date
WO1997029436A1 true WO1997029436A1 (en) 1997-08-14

Family

ID=27416772

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US1997/002142 WO1997029436A1 (en) 1996-02-09 1997-02-04 A multiprocessing system having processes that share objects

Country Status (2)

Country Link
AU (1) AU1860097A (en)
WO (1) WO1997029436A1 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2000075778A1 (en) * 1999-06-07 2000-12-14 Sun Microsystems, Inc. Marking fields within objects with timestamps in order to improve efficiency
WO2015178849A1 (en) * 2014-05-21 2015-11-26 Omx Technology Ab Efficient and reliable host distribution of totally ordered global state

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5437031A (en) * 1990-10-10 1995-07-25 Fuji Xerox Co., Ltd. Interprocess communications control system
US5506966A (en) * 1991-12-17 1996-04-09 Nec Corporation System for message traffic control utilizing prioritized message chaining for queueing control ensuring transmission/reception of high priority messages

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5437031A (en) * 1990-10-10 1995-07-25 Fuji Xerox Co., Ltd. Interprocess communications control system
US5506966A (en) * 1991-12-17 1996-04-09 Nec Corporation System for message traffic control utilizing prioritized message chaining for queueing control ensuring transmission/reception of high priority messages

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2000075778A1 (en) * 1999-06-07 2000-12-14 Sun Microsystems, Inc. Marking fields within objects with timestamps in order to improve efficiency
WO2015178849A1 (en) * 2014-05-21 2015-11-26 Omx Technology Ab Efficient and reliable host distribution of totally ordered global state
US20150341422A1 (en) * 2014-05-21 2015-11-26 Omx Technology Ab Efficient and reliable host distribution of totally ordered global state
US9712606B2 (en) 2014-05-21 2017-07-18 Nasdaq Technology Ab Efficient and reliable host distribution of totally ordered global state
US20170302728A1 (en) * 2014-05-21 2017-10-19 Nasdaq Technology Ab Efficient and reliable host distribution of totally ordered global state
AU2015262038B2 (en) * 2014-05-21 2017-10-19 Nasdaq Technology Ab Efficient and reliable host distribution of totally ordered global state
US10819773B2 (en) 2014-05-21 2020-10-27 Nasdaq Technology Ab Efficient and reliable host distribution of totally ordered global state
US11277469B2 (en) 2014-05-21 2022-03-15 Nasdaq Technology Ab Efficient and reliable host distribution of totally ordered global state
US11757981B2 (en) 2014-05-21 2023-09-12 Nasdaq Technology Ab Efficient and reliable host distribution of totally ordered global state

Also Published As

Publication number Publication date
AU1860097A (en) 1997-08-28

Similar Documents

Publication Publication Date Title
EP1326184B1 (en) Conflict resolution for collaborative work system
US20200073722A1 (en) System and Method For a Workload Management and Scheduling Module to Manage Access to a Compute Environment According to Local and Non-Local User Identity Informationr
US5454108A (en) Distributed lock manager using a passive, state-full control-server
US7810098B2 (en) Allocating resources across multiple nodes in a hierarchical data processing system according to a decentralized policy
WO2020001320A1 (en) Resource allocation method, device, and apparatus
JP2731376B2 (en) Database management method
JP2002521766A (en) Method and system for arbitrating streams of concurrent transactions in a database
CN1602479A (en) Dynamic RDF groups
JPH10301834A (en) Management method for shared memory
JP2000194674A (en) Decentralized job integration management system
CN1331052C (en) Method and apparatus for managing resource contention in a multisystem cluster
CN102932164A (en) Clustered client failover
CN101329681A (en) Distributed lock manager for file system objects in a shared file system
US5778225A (en) Method and apparatus for sharing objects among a plurality of processes
US7730093B2 (en) Method for controlling access to the resources of a data processing system, data processing system, and computer program
US11799740B2 (en) Distributed saga execution and coordination
Pandey et al. RACE: A concurrency control protocol for time-constrained transactions
CN1703891A (en) High-performance lock management for flash copy in N-way shared storage systems
Lee et al. A comparison of priority-based decentralized load balancing policies
WO1997029436A1 (en) A multiprocessing system having processes that share objects
JP2005216050A (en) Storage system
US6912586B1 (en) Apparatus for journaling during software deployment and method therefor
KR20190070251A (en) Method for scheduling using learning delay based on snapshot and apparatus using the same
EP1057105B1 (en) Method and system for leasing storage
US7515553B2 (en) Group synchronization by subgroups

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

Designated state(s): AU CA JP NO US

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): AT BE CH DE DK ES FI FR GB GR IE IT LU MC NL PT SE

121 Ep: the epo has been informed by wipo that ep was designated in this application
DFPE Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed before 20040101)
NENP Non-entry into the national phase

Ref country code: JP

Ref document number: 97528744

Format of ref document f/p: F

122 Ep: pct application non-entry in european phase