High performance locking facility6185650Abstract A method of assigning and releasing locks, in a network computing environment having a plurality of central processing units coupled to a high performance locking facility. The method comprises of the steps of first processing multiple requests for locking operations simultaneously and then recording lock names and lock states in entry records of a lock table based on the requests. When a request is being processed, providing high-speed searching to search any particular lock entry in the table and altering and modifying the table accordingly. Finally an appropriate response and the status of the lock state will be generated and sent to other requestors requesting the lock. Claims What is claimed is: Description FIELD OF INVENTION
------------------------------
.vertline..vertline. 0 .vertline. 0 .vertline. 0 .vertline. 1
.vertline. 0 .vertline. 0 .vertline. 0 .vertline..vertline.
------------------------------
1 2 3 4 5 6 7
In the above example, user 4 holds the lock. The Exclusive Requestor's Queue indicates which user has requested and is waiting for exclusive rights to the lock. Example 2-Exclusive Requestor's Queue:
-------------------------------
.vertline..vertline. 1 .vertline. 0 .vertline. 0 .vertline. 0
.vertline. 1 .vertline. 0 .vertline. 0 .vertline..vertline.
-------------------------------
1 2 3 4 5 6 7
In the above example, users 1 and 5 are waiting for the lock exclusively. In one embodiment of the present invention, once the exclusive lock is released, the waiting queue (both Exclusive and shared Requestor's Queue) is processed in a round-robin fashion so as to be blocked indefinitely. In another embodiment, it is possible to provide more bits so as to determine waiting or task priority. A similar situation exists for the Shared Requestor's Queue. Normally when the lock is shared, every requestor can access the data concurrently. But it is not difficult to imagine situations where one user is actually requesting an exclusive lock. For example if user 3 and 7 are requesting a lock with shared access while user 2 is holding the lock exclusively, then users 3 and 5 must wait in the Shared Requestor's Queue as shown in example 3. Example 3-Waiting Shared Queue:
-------------------------------
.vertline..vertline. 0 .vertline. 0 .vertline. 1 .vertline. 0
.vertline. 1 .vertline. 0 .vertline. 0 .vertline..vertline.
-------------------------------
1 2 3 4 5 6 7
This queuing technique of holding the requestor in the holding queue has the added benefit of freeing up I/O links which eventually also lead to performance improvements. Without queuing, each rejected request must be re-submitted which leads to an increased total request rate. In the existing systems, for each lock operation there had to be a separated input/output request. The present invention proposes a high-speed locking facility, where the execution of the locking commands can be synchronous with respect to the requesting CPU to provide fast response time and to simplify the task management. In addition, multiple lock requests can be packaged into one command so that the effective overhead for each lock request becomes negligible. Also different locking functions, like lock request and lock release, can be packaged together and are executed in sequence. This provides for an efficient distributed locking management mechanism at each system. Furthermore, multiple locking commands can be processed by the locking facility simultaneously. A mechanism of notifying lock holders for lock-contention events and lock waiters for lock-granted events is also provided. As a consequence, under the workings of the present invention, locking requests can be grouped in a batch and submitted in a bundled up configuration, perhaps hundred at a time. Also it is possible to have multiple links work together simultaneously. Furthermore, the present invention provides for a synchronous, rather than asynchronous, locking operation without any interruptions or overhead. FIG. 3 depicts a block diagram of a coupling facility environment including multiple computer systems 320, which are in processing communication with a coupling facility 360. The coupling facility can include a plurality of Intersystem (I/S) channels and one or more buffers located within the intersystem channels for storing data received from intersystem channels. Even though, one coupling facility is shown in FIG. 3, it will be understood that multiple coupling facilities can be used in conjunction with one another. The coupling facility includes storage accessible by the computer systems and multiple operating systems. One example of a storage structure located in the coupling facility is a list structure. List structure includes list structure controls a very primitive lock table and list-entry controls. List structure controls contain attributes of the structure and are initialized when the list structure is created. It can include maximum data list entry size and list structure type, for example. List command provides a means for conditionally creating, reading, replacing, moving or deleting one entry in a list. Examples of this are list-number comparison, version-number comparison and global-lock manager. The position of a list entry is determined when it is created and may be changed when any entry in the list is created, deleted, or moved. U.S. Pat. No. 5,737,600 assigned to International Business Machines (IBM) Corp. of Armonk, can be referenced for more information about this. The workings of the present invention is preferably designed based on existing list structure of the coupling facility, but it is understood that the present invention can be implemented using other data structures. FIG. 4 shows a lock table using the list structure constructs. A list structure is used primarily to record data and can have a number of elements called list entries as shown in FIG. 4, 410 to 460 respectively. Each element is are used under the present invention for each lock being held. Under the embodiment shown in FIG. 4, a list set is created with L+2N+1 lists. Each list entry contains only list-entry controls and adjunct-data area. In one embodiment up to 64 users can be attached to the lock table. The first L+1 lists in the list structure are used to maintain lock information. Lists L+1 to L+N, one for each user, are used to facilitate generation of lock contention event notifications for the associated user. Lists L+N+1 to L+2N, again one for each user are used for generating lock-granted event notifications. Each user registers interest in the state transitions of the associated lists. Whenever a lock contention or lock granted event occurs, an entry in the appropriate list is created by the requesting user and a list notification may be generated and sent to all registered users. A lock contention event occurs when a lock request cannot be granted and the requestor is placed in a waiting queue. A lock granted event occurs when the requested lock is granted to a user in a waiting queue. Note that the lock contention or lock-granted notification could be performed by the locking facility automatically when the event occurs. In that case, lists L+1 to L+2N are not needed. The embodiment uses list notification to simulate these notifications for saving cost. The list set uses a name for locating list entries. There is one list entry for each lock that is currently being held by some systems. The lock name is stored in the associated list-entry name object in the list entry controls. When the lock name is eight bytes long, as in one embodiment of the present invention, and list entry name is 16 bytes long, an eight-byte value to the right of its lock name is padded to form a 16 byte list-entry name. When an entry in the first L+1 lists is located using the name, the padding value is zero. When a list entry is to be written for signaling a lock granted or lock contention event, the padding value consists of one byte user ID of the requestor and seven bytes of the low order part of the Time Of Day (TOD) clock value. This ensures that multiple list entries with the same lock name have unique list entry names. The present invention can use the existing message-path commands to establish connections to the coupling facility and uses the existing list structure commands to create the list structure for locking. All other existing commands are available for retry, measurement or management. ADJUNCT LOCKING FACILITY This section summarizes coupling facility's command architecture extensions that support the adjunct locking facility used such as the one used by International Business Machines Transaction Processing Facility (hereinafter TPF) operating system. A new one-bit object, adjunct-lock-entry indicator is used in list entry controls to define a new type of list entry. When the value of the object is one, the entry is an adjunct lock entry, and the associated adjunct-data area contains lock information and is formatted. When the value is zero, the entry is a list entry and the associated adjunct data area if it exists is unformatted. Adjunct lock entries can be created only by the lock request process, but can be operated on by existing commands. However, the new commands proposed here operate only on named list entries with adjunct-lock entries. The adjunct locking facility also consists of the perform adjunct lock operations (PALOS) read-adjunct-lock-information (RALI), withdraw-adjunct-lock user (WALU) and perform-adjunct-lock-operation (PALO) list structure commands. They are collectively called adjunct locking commands. The facility provides a means to construct an adjunct lock table, for in one embodiment up to 64 users, based on the list structure. There is one list entry for each lock that is currently being held by some users. List entries are named so that the lock name is stored in the associated list entry name object. Information about lock state, pending lock requests, lock holders, and first requestor in the waiting queue of a particular lock is maintained in the adjunct-lock entry. A. FORMAT OF ADJUNCT DATA AREA FIG. 5 shows the format of adjunct-data area of an adjunct-lock entry. Lock State (LS)--is a common one bit value that specifies the lock state. When the value is zero, the associated lock is being held as shared. When the value is one, the lock is being held as exclusive. First Waiter ID (FWI)--is a one byte value that contains the user ID of the first requestor in the waiter queue (that is both ERL and SRL). This is used to provide a round-robin scheme of granting the lock to requestors in the waiter queue. Lock Holder List (LHL)--is an eight byte value that contains the lock holder list. Each bit in this field is assigned to a user; the value of the user ID minus one specifies the bit position. When a bit is one, the corresponding user is holding the lock. A lock may be held by more than one user only if it is shared. Exclusive-Requestor List (ERL)--is an eight byte value that contains the exclusive-requestor list. Each bit in this field is assigned to a user; the value of the user ID minus one specifies the bit position. When a bit is one, the corresponding user is waiting for the lock with an exclusive request. Shared-Requestor List (SRL)--is an eight byte value that contains the shared-requestor list. Each bit in this field is assigned to a user; the value of the user ID minus one specifies the bit position. When a bit is one, the corresponding user is waiting for the lock with a shared request. B. Locking Operations This section describes the lock-request process, lock release process and lock withdrawal process. These processes may be invoked by executing the PALO, PALOS and WALU commands. 1) Lock Request Process: 1. When the requested lock is not currently being held, (that is, the named entry does not exist,) a list entry with the specified name and an adjunct-lock entry is created at the target position in the specified list. If, during the list entry creation, a list full or list set full condition exists, then an appropriate reply code and response code are stored, and command execution is completed. If the named entry is created successfully, then the lock is granted to the requestor as follows: the lock state field is set to the requested lock type (exclusive or shared), the FWI field is set to zero, the bit for the requestor in LHL is set to one, both ERL and SRL are set to zeros and an appropriate reply code is stored. 2. When the located entry is not an adjunct-lock entry, then an appropriate reply code and response code are stored, and command execution is completed. 3. When the requestor is already a lock holder or waiter of the specified lock, then an appropriate reply code and response code are stored, and command execution is completed. 4. When the requested lock is currently being held, and the requestor is not in any of LHL, ERL, SRL and if a. the lock is being held as shared and: i) FWI is zero and the requested lock type is shared, then the lock is granted to the requestor by setting the bit for the requestor in LHL to one. An appropriate reply code is stored. ii) FWI is non-zero, then the requestor is placed in either ERL or SRL, depending on the requested lock type. An appropriate reply code is stored. iii) FWI is zero and the requested lock type is exclusive, then the requestor is placed in ERL and FWI is set to the requestor ID. An appropriate reply code is stored. b. the lock is being held as exclusive, then the requestor is placed either in ERL or SRL, depending on the requested lock type. If the requestor is the only one in the ERL and SRL, then FWI is set to the requestor ID and an appropriate reply code is stored. Otherwise, a different reply code is stored. 2) Lock Release Process 1. When the specified lock does not exist, an appropriate reply code and response code are stored and command execution is completed. 2. When the located entry is not an adjunct-lock entry, then an appropriate reply code and response code are stored, and command execution is completed. 3. When the specified lock exists, but the lock state does not match the specified lock-type operand, an appropriate reply code and response code are stored, and command execution is completed. 4. When the requestor does not hold the specified lock, an appropriate reply code and response code are stored and command execution is completed. 5. When the requestor holds the lock with the specified lock type and if a. the requestor is the only holder of the lock and there is no waiter (that is both ERL and SRL are zeros), the entry associated with the adjunct-lock entry is deleted and an appropriate reply code is stored. b. there are other holders (that is the lock is being held as shared) then the requestor is removed from LHL and an appropriate reply code is stored. c. the requestor is the only holder of the lock and there is at least one waiter, then the requestor is removed from LHL, and i) if the requested lock type of the next requestor pointed to by FWI is exclusive, then the lock is granted to the next requestor by removing its ID from the ERL and adding it to LHL, the lock state is set to exclusive, and FWI is set to the next waiter in ERL and SRL in an ascending-order, round-robin fashion. If there is no more waiter, FWI is set to zero and an appropriate reply code is stored. If there is still a waiter, a different reply code is stored. ii) if the requested lock type of the next requestor pointed to by FWI is shared, then the lock is granted to the next requestor by removing its ID from SRL to LHL, the lock state set to shared, and FWI is set to the next requestor in ERL and SRL in an ascending-order, round-robin fashion; a non-blocking scheme that ensures no requestor will wait indefinitely. Step 5c2 is then repeated until there are no more waiters or the next requestor is an exclusive requestor. In the former case, FWI is set to zero and an appropriate reply code is stored; in latter case FWI is set to the exclusive requestor and a different reply code is stored. 3) Request-Withdrawal Process The process is used to withdraw the specified user from a waiter queue (either ERL or SRL) or the holder queue (LHL) of the designated lock. 1. When the specified lock does not exist, an appropriate reply code and response code are stored, and command execution is completed. 2. When the located entry is not an adjunct-lock entry, then an appropriate reply code and response code are stored, and command execution is completed. 3. When the specified lock exists, if the requestor does not hold or wait for the lock, an appropriate reply code and response code are stored, and command execution is completed. 4. If the requestor is found in a waiter queue of the specified lock, and if a. the requestor is the only waiter, then the requestor is removed from the queue, FWI is set to zero, and an appropriate reply code is set. b. there are other waiters, then the requestor is removed from the queue and an appropriate reply code is set. If FWI contains the requestor ID, it is set to the next waiter in ERL and SRL in an ascending-order, round-robin fashion; otherwise, FWI remains unchanged. 5. If the requestor is found in the holder queue, then the steps 5a to 5c of the lock-release process are performed. Conclusion of Locking Operation A reply code is stored for each locking operation to indicate the result of execution. Also stored for each locking operation is the contents of the LHL object at the completion of the locking operation. This LHL value allows the requestor to initiate event notifications. In one embodiment of the present invention a hashing algorithm is used. A hash table is defined as a table of information that is accessed by way of a shortened search key (the hash value) as is known by those skilled in the art. Using a hashing minimizes average search time. C. Adjunct-Locking Commands Perform Adjunct Lock Operations (PALOS) A number of locking operations are requested through this command. Each request is performed in the specified order, and a reply code and the contents of the LHL object are returned for each request processed. Processing continues until the end of the request list is reached, or an abnormal condition happens causing command execution to complete. Read Adjunct Lock Information (RALI) Information about the list-entry controls and adjunct-list entry is read for entries that the specified user is a lock holder or a lock requestor in the waiter queue. The list entries in the set are processed starting at a specified entry until the last entry is processed or an abnormal condition happens causing command execution to complete. Withdraw Adjunct Lock User (WALU) The specified user is withdrawn from the waiter queue of all locks and is also withdrawn from the lock holder list of all locks (i.e. all held locks are released). For each entry the user's request is withdrawn, information about the lock-holder list, list entry name, and reply code is stored. The list entries in the set are processed starting at a specified entry until the last entry is processed or an abnormal condition happens causing command execution to complete. Perform Adjunct Lock Operation (PALO) This command is similar to the PALOS command, except that only one locking operation can be requested by the command. While the invention has been described in detail herein in accordance with certain preferred embodiments thereof, many modifications and changes therein may be effected by those skilled in the art. Accordingly, it is intended by the appended claims to cover all such modifications and changes as fall within the true spirit and scope of the invention.
|
Same subclass Same class Consider this |
||||||||||
