US8595567B2 - Method and system for spinlock fault recovery - Google Patents
Method and system for spinlock fault recovery Download PDFInfo
- Publication number
- US8595567B2 US8595567B2 US12/969,786 US96978610A US8595567B2 US 8595567 B2 US8595567 B2 US 8595567B2 US 96978610 A US96978610 A US 96978610A US 8595567 B2 US8595567 B2 US 8595567B2
- Authority
- US
- United States
- Prior art keywords
- resource
- status
- spinlock
- taker
- time limit
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Expired - Fee Related, expires
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/46—Multiprogramming arrangements
- G06F9/52—Program synchronisation; Mutual exclusion, e.g. by means of semaphores
- G06F9/526—Mutual exclusion algorithms
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/07—Responding to the occurrence of a fault, e.g. fault tolerance
- G06F11/0703—Error or fault processing not based on redundancy, i.e. by taking additional measures to deal with the error or fault not making use of redundancy in operation, in hardware, or in data representation
- G06F11/0706—Error or fault processing not based on redundancy, i.e. by taking additional measures to deal with the error or fault not making use of redundancy in operation, in hardware, or in data representation the processing taking place on a specific hardware platform or in a specific software environment
- G06F11/0715—Error or fault processing not based on redundancy, i.e. by taking additional measures to deal with the error or fault not making use of redundancy in operation, in hardware, or in data representation the processing taking place on a specific hardware platform or in a specific software environment in a system implementing multitasking
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/07—Responding to the occurrence of a fault, e.g. fault tolerance
- G06F11/0703—Error or fault processing not based on redundancy, i.e. by taking additional measures to deal with the error or fault not making use of redundancy in operation, in hardware, or in data representation
- G06F11/0706—Error or fault processing not based on redundancy, i.e. by taking additional measures to deal with the error or fault not making use of redundancy in operation, in hardware, or in data representation the processing taking place on a specific hardware platform or in a specific software environment
- G06F11/0721—Error or fault processing not based on redundancy, i.e. by taking additional measures to deal with the error or fault not making use of redundancy in operation, in hardware, or in data representation the processing taking place on a specific hardware platform or in a specific software environment within a central processing unit [CPU]
- G06F11/0724—Error or fault processing not based on redundancy, i.e. by taking additional measures to deal with the error or fault not making use of redundancy in operation, in hardware, or in data representation the processing taking place on a specific hardware platform or in a specific software environment within a central processing unit [CPU] in a multiprocessor or a multi-core unit
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/07—Responding to the occurrence of a fault, e.g. fault tolerance
- G06F11/0703—Error or fault processing not based on redundancy, i.e. by taking additional measures to deal with the error or fault not making use of redundancy in operation, in hardware, or in data representation
- G06F11/0793—Remedial or corrective actions
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/07—Responding to the occurrence of a fault, e.g. fault tolerance
- G06F11/0703—Error or fault processing not based on redundancy, i.e. by taking additional measures to deal with the error or fault not making use of redundancy in operation, in hardware, or in data representation
- G06F11/0751—Error or fault detection not based on redundancy
- G06F11/0754—Error or fault detection not based on redundancy by exceeding limits
- G06F11/0757—Error or fault detection not based on redundancy by exceeding limits by exceeding a time limit, i.e. time-out, e.g. watchdogs
Definitions
- Computing systems may use spinlocks to control access to resources having limited capacity.
- Spinlocks may ensure that one taker is granted exclusive access to the resource while subsequent takers wait until the resource becomes available in order that they may subsequently be granted access. However, if a taker experiences a failure while accessing a spinlock-controlled resource, the spinlock may be unable to grant access to subsequent takers.
- a method includes requesting access to a resource governed by a spinlock; determining an allocation of the resource to a further requester; determining an expiration of a time limit for the spinlock, if the resource is allocated to the further requester; and initiating a fault recovery, if the time limit is expired.
- a system includes a resource, a spinlock governing access to the resource, and a plurality of takers for accessing the resource.
- the first taker determines whether a second taker is using the resource; determines, if the second taker is using the resource, whether a time limit relating to the spinlock has been exceeded; and initiates a fault recovery, if the time limit has been exceeded.
- a non-transitory computer-readable storage medium stores a set of instructions executable by a processor.
- the set of instructions is operable to request access to a resource governed by a spinlock; determine an allocation of the resource to a further requester; determine an expiration of a time limit for the spinlock, if the resource is allocated to the further requester; and initiate a fault recovery, if the time limit is expired.
- FIG. 1 shows an exemplary system including an exemplary fault recoverable spinlock.
- FIG. 2 shows an exemplary method for accomplishing spinlock fault recovery.
- FIG. 3 shows an exemplary method by which a fault recovery involving multiple takers may proceed.
- the exemplary embodiments of the present invention may be further understood with reference to the following description and the appended drawings, wherein like elements are referred to with the same reference numerals.
- the exemplary embodiments describe methods and systems for providing fault recovery for a taker of a spinlock, which may be initiated by a further of the spinlock.
- Entities accessing resources in such systems may include, but are not limited to, multiple processors within a symmetric multiprocessing or asymmetric multiprocessing system, multiple processing threads within a single operating environment, multiple systems within a distributed computing array, etc. All such entities will be generically referred to herein as “takers” of resources.
- Controlled resources may include storage media (e.g., magnetic drives, optical drives), volatile memory, excess processing capacity, networking equipment, or any other type of resource that may be accessed by multiple takers for multiple purposes and may not be capable of serving all takers simultaneously.
- a taker When a taker attempts to access the resource governed by a spinlock, access is accomplished via the spinlock, which may be, for example, a computing routine comprising code embodying the policies of the spinlock. If a taker sends a request to the spinlock and the resource is not allocated to a prior taker, then the requesting taker is granted access to the resource. In such cases, access to the resource is exclusive to the requesting taker until the taker releases the lock. Conversely, if the resource is already allocated to a prior taker, then the requesting taker may wait, or “spin”, until the resource is no longer allocated to the prior taker.
- the spinlock may be, for example, a computing routine comprising code embodying the policies of the spinlock.
- the requesting taker may wait for a period of time (e.g., predetermined, user-configurable, etc.) and may then attempt to access the locked resource again; while spinning, the requesting taker may perform other tasks that may not require access to the locked resource.
- a period of time e.g., predetermined, user-configurable, etc.
- a taker that has been granted access to a resource may experience a failure that may cause its operations to terminate; the precise nature of the failure may depend on the nature of the taker, but factors causing such failures and the results of such failures may be well known in the art.
- the taker may not release the spinlock, preventing other takers from accessing the resource in due course. This lack of access may last for an indeterminate amount of time until discovered, thus significantly slowing the progress of tasks to be accomplished by the other, non-failed takers.
- the exemplary embodiments present methods and systems by which such failures may be detected by subsequent takers that attempt to access the resource, by which a single taker may be determined from among multiple subsequent takers to remedy the failure, and by which the failure may be remedied in order that normal access to the locked resource may commence.
- FIG. 1 illustrates a schematic view of an exemplary system 100 .
- the system 100 includes a plurality of N takers 110 , 112 , 114 and 116 ; N may be any number greater than or equal to 2, with no upper limit.
- Each of the takers may include a corresponding timer 111 , 113 , 115 and 117 ; the operation of the timers will be described below.
- the takers 110 , 112 , 114 and 116 may communicate with a spinlock 120 in order to access a resource 130 .
- the spinlock 120 may have a status 122 , which will be discussed in further detail below.
- the spinlock may also have a timer 124 , which will also be discussed in further detail below.
- the takers 110 , 112 , 114 and 116 may be any type of taker that may require access to a resource 130 of limited capacity, and the resource 130 may be any type of limited-capacity resource to which it may be preferable to govern access in this manner.
- FIG. 1 presents a simplified illustration of the system 100 , which may include numerous further components (e.g., processing, active memory, storage, user interface, network interface, etc.) that are not shown for purposes of clarity.
- FIG. 2 illustrates an exemplary method 200 by which a taker may attempt to access a resource via a spinlock; the method 200 will be described with reference to the elements of the exemplary system 100 of FIG. 1 , but those of skill in the art will understand that the broader principles described herein are equally applicable to various other systems.
- a taker e.g., taker 110
- a locked resource e.g., resource 130
- a spinlock e.g., spinlock 120
- the precise form of the request may be specific to the nature of the taker 110 .
- the taker 110 determines the status 122 of the spinlock 120 .
- An exemplary spinlock 120 may have various statuses indicating whether it is FREE, TAKEN or FAULTED.
- the status 122 may further indicate the identity of the taker that currently has access to the resource 130 .
- the status 122 may simply take the form of an integer variable; in such an embodiment, the status 122 may be 0 to indicate that the status 122 is FREE, ⁇ 1 to indicate that the status 122 is FAULTED, or a positive integer to indicate that the status 122 is TAKEN, with the value of the positive integer revealing the identity of the taker. For example, if the status 122 is 1, this may indicate that the resource 130 is being accessed by taker 1 110 ; if the status 122 is 2, this may indicate that the resource 130 is being accessed by taker 2 112 ; etc.
- step 215 the taker 110 determines that the status 122 is FREE
- the taker 110 may access the resource.
- step 220 the taker 110 changes the status 122 of the lock 120 to TAKEN, with the TAKEN status indicating that taker 110 is the taker having access to the resource 130 .
- this may mean that the taker 110 changes the status 122 variable from 0, indicating FREE, to 1, indicating TAKEN by taker 1 110 .
- step 225 the taker 110 uses the resource 130 normally; it will be apparent to those of skill in the art that the nature of this use will depend on the nature of the taker 110 and the resource 130 , and that the details of this use are outside the scope of the exemplary embodiments.
- step 230 the taker 110 returns the status 122 to FREE; continuing with the example described above, this may mean changing the status 122 variable from 1 back to 0.
- the method 200 terminates.
- step 215 the taker 110 determines that the status 122 is TAKEN by a prior taker
- step 235 the taker 110 initiates its timer 111 , which it may use to determine whether the status 122 has been TAKEN by a prior taker for longer than a time limit.
- the time limit may be predetermined, user-configurable, etc.
- the time limit may be stored in the spinlock 120 or elsewhere in the system 100 . Expiration of the time limit may indicate to the taker 110 that the prior taker has experienced a failure, as described above. In a preferred embodiment, the time limit may therefore be long enough that its expiration may be clearly indicative of a failure, rather than just a delay on the part of the prior taker.
- the timer 111 may accomplish this task in a variety of ways.
- the timer 111 may count upwards starting at zero and may indicate an amount of time during which the taker 110 has been waiting while the status 122 has been TAKEN.
- the timer 111 may start at a time limit and count downwards, indicating that a time limit has expired once the time reaches zero.
- the timer 124 of the spinlock 120 may indicate a timestamp at which the prior taker set the status 122 to TAKEN, and the taker 110 may compare the timestamp to a current time indicated by its timer 111 order to determine the amount of time that the status 122 has been set to TAKEN, and whether the time limit has been exceeded.
- step 240 in which the taker 110 waits, or “spins”, while the spinlock 120 remains occupied.
- the taker 110 may perform other tasks in the interim; in other implementations, the taker 110 may be unable to perform other tasks and may simply spin while waiting to re-check the status of the spinlock 120 . Subsequently, the taker 110 returns to step 215 and re-checks the status 122 of the spinlock 120 .
- the taker 110 may determine that the prior taker has experienced a failure.
- the taker 110 changes the status 122 from TAKEN to FAULTED. Continuing with the values of the status 122 described above, this may involve changing a variable of the status 122 from a positive integer to ⁇ 1. Changing the status 122 to FAULTED may indicate to subsequent takers that a fault has been discovered and is being remedied.
- the taker 110 initiates recovery of the fault.
- the TAKEN status discovered in step 215 may indicate to the taker 110 the identity of the prior taker that has experienced a failure.
- fault recovery may involve terminating and restarting a processing thread, restarting a processor, etc. The precise step or steps to be undertaken are outside the scope of the exemplary embodiments.
- step 255 the taker 110 may use the resource 130 as it normally would. Subsequently, in step 260 , the taker 110 sets the status 122 of the spinlock 120 to FREE and the method 200 terminates. In other exemplary embodiments, step 255 may not be performed, e.g., after performing fault recovery, the taker 110 may immediately set the status 122 to FREE, and may be required to initiate a new query to the spinlock 120 in order to subsequently gain access to the resource 130 .
- step 215 the taker 110 determines that the status 122 of the spinlock 120 is FAULTED, then in step 265 it returns an error. In this manner if a taker is the first to discover a failure, it remedies the failure, as described above. If the taker discovers a failure that has been discovered previously by another taker, it may be made aware of the fact that the failure has been previously discovered by another taker, and that the failure is already being remedied, due to the fact that the status 122 has been changed to FAULTED as described above with reference to step 245 . After step 265 , the method terminates.
- FIG. 3 illustrates an exemplary method 300 by which multiple takers, each operating in accordance with the exemplary method 200 , may attempt to access a locked resource.
- the method 300 will be described with reference to the elements of the exemplary system 100 .
- the resource 130 is not allocated to a taker and the status 122 is FREE.
- a first taker 110 requests and is granted access to the resource 130 according to steps 210 , 215 , 220 and 225 of method 200 .
- a second taker 112 requests access to the resource 130 , and discovers that the status 122 is TAKEN by taker 110 , but that the timer 124 is not expired. Thus, the second taker 112 may perform other tasks in the interim. Step 320 thus proceeds according to steps 210 , 215 and 235 and 240 of method 200 .
- a third taker 114 also requests access to the resource 130 and proceeds substantially identically to the second taker 112 in step 320 .
- step 340 the first taker 110 experiences a failure, as described above.
- the second taker 112 proceeding again through steps 215 and 235 of method 200 , discovers that the status 122 remains TAKEN, but that the timer 124 is expired. Thus, the second taker 112 changes the status 124 to FAULTED and initiates recovery of the fault, as described above with reference to steps 245 and 250 .
- the third taker 114 repeating step 215 , discovers that the lock status 122 has changed to FAULTED and proceeds to step 265 , where the third taker 114 returns an error.
- step 370 the second taker 112 finishes remedying the failure and takes access to the resource 130 according to steps 250 and 255 of method 200 .
- step 380 the first taker 110 may re-initiate its operations under normal procedures, and may subsequently make a new request to spinlock 120 (e.g., restart method 200 ) at an appropriate point.
- step 390 the second taker 112 releases the resource 130 and sets the status 122 to FREE.
- the exemplary embodiments may provide a mechanism by which failures by takers of spinlocks may be detected.
- the exemplary embodiments may further enable a single subsequent taker to be selected to remedy such failures.
- the exemplary embodiments may provide a mechanism by which failures may be remedied and by which a spinlock and its resource may thereby be returned to normal operation.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Quality & Reliability (AREA)
- Software Systems (AREA)
- Hardware Redundancy (AREA)
- Debugging And Monitoring (AREA)
Abstract
Description
| while (TRUE) |
| { | |
| currentState = atomicGet (lock −> state); | |
| newState = ((currentState−>iterCnt + 1) | nodeId); | |
| if(atomicCas (lock−>state, LOCK_NOT_TAKEN, newState)); |
| { | |
| return (OK); | |
| } |
| timeLimitStart = getStartTime( ); | |
| while (atomicGet(lock−>state == currentState) |
| { | |
| if((getCurrentTime( ) − timeLimitStart)> | |
| lock−>timeLimit) |
| { | |
| if(atomicCas(lock−>state,currentState,newState)) |
| { | |
| return(FORCE_TAKE) | |
| } |
| } |
| } |
| } | ||
Claims (18)
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US12/969,786 US8595567B2 (en) | 2010-12-16 | 2010-12-16 | Method and system for spinlock fault recovery |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US12/969,786 US8595567B2 (en) | 2010-12-16 | 2010-12-16 | Method and system for spinlock fault recovery |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| US20120159242A1 US20120159242A1 (en) | 2012-06-21 |
| US8595567B2 true US8595567B2 (en) | 2013-11-26 |
Family
ID=46236071
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| US12/969,786 Expired - Fee Related US8595567B2 (en) | 2010-12-16 | 2010-12-16 | Method and system for spinlock fault recovery |
Country Status (1)
| Country | Link |
|---|---|
| US (1) | US8595567B2 (en) |
Families Citing this family (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP5568491B2 (en) * | 2011-01-31 | 2014-08-06 | ルネサスエレクトロニクス株式会社 | Multiprocessor device |
Citations (14)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US4604694A (en) * | 1983-12-14 | 1986-08-05 | International Business Machines Corporation | Shared and exclusive access control |
| US5815651A (en) * | 1991-10-17 | 1998-09-29 | Digital Equipment Corporation | Method and apparatus for CPU failure recovery in symmetric multi-processing systems |
| US5924122A (en) * | 1997-03-14 | 1999-07-13 | Compaq Computer Corp. | Method for error recovery spinlock in asymmetrically accessed multiprocessor shared memory |
| US6567873B1 (en) * | 2000-02-29 | 2003-05-20 | Novell, Inc. | Spinlock with adaptive delay |
| US6845417B2 (en) * | 2002-01-09 | 2005-01-18 | Hewlett-Packard Development Company, L.P. | Ensuring fairness in a multiprocessor environment using historical abuse recognition in spinlock acquisition |
| US20050223302A1 (en) * | 2004-03-26 | 2005-10-06 | Jean-Pierre Bono | Multi-processor system having a watchdog for interrupting the multiple processors and deferring preemption until release of spinlocks |
| US20070050527A1 (en) * | 2005-08-26 | 2007-03-01 | Cheng-Ming Tuan | Synchronization method for a multi-processor system and the apparatus thereof |
| US20080098180A1 (en) * | 2006-10-23 | 2008-04-24 | Douglas Larson | Processor acquisition of ownership of access coordinator for shared resource |
| US7383368B2 (en) * | 2003-09-25 | 2008-06-03 | Dell Products L.P. | Method and system for autonomically adaptive mutexes by considering acquisition cost value |
| US20080235690A1 (en) * | 2007-03-23 | 2008-09-25 | Vmware, Inc. | Maintaining Processing Order While Permitting Parallelism |
| US20080294648A1 (en) * | 2004-11-01 | 2008-11-27 | Sybase, Inc. | Distributed Database System Providing Data and Space Management Methodology |
| US7921272B2 (en) * | 2007-10-05 | 2011-04-05 | International Business Machines Corporation | Monitoring patterns of processes accessing addresses in a storage device to determine access parameters to apply |
| US8055855B2 (en) * | 2007-10-05 | 2011-11-08 | International Business Machines Corporation | Varying access parameters for processes to access memory addresses in response to detecting a condition related to a pattern of processes access to memory addresses |
| US20110296028A1 (en) * | 2009-02-17 | 2011-12-01 | Panasonic Corporation | Exclusive control method of resource and exclusive controller of resource |
-
2010
- 2010-12-16 US US12/969,786 patent/US8595567B2/en not_active Expired - Fee Related
Patent Citations (15)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US4604694A (en) * | 1983-12-14 | 1986-08-05 | International Business Machines Corporation | Shared and exclusive access control |
| US5815651A (en) * | 1991-10-17 | 1998-09-29 | Digital Equipment Corporation | Method and apparatus for CPU failure recovery in symmetric multi-processing systems |
| US5924122A (en) * | 1997-03-14 | 1999-07-13 | Compaq Computer Corp. | Method for error recovery spinlock in asymmetrically accessed multiprocessor shared memory |
| US6567873B1 (en) * | 2000-02-29 | 2003-05-20 | Novell, Inc. | Spinlock with adaptive delay |
| US6845417B2 (en) * | 2002-01-09 | 2005-01-18 | Hewlett-Packard Development Company, L.P. | Ensuring fairness in a multiprocessor environment using historical abuse recognition in spinlock acquisition |
| US7383368B2 (en) * | 2003-09-25 | 2008-06-03 | Dell Products L.P. | Method and system for autonomically adaptive mutexes by considering acquisition cost value |
| US7162666B2 (en) * | 2004-03-26 | 2007-01-09 | Emc Corporation | Multi-processor system having a watchdog for interrupting the multiple processors and deferring preemption until release of spinlocks |
| US20050223302A1 (en) * | 2004-03-26 | 2005-10-06 | Jean-Pierre Bono | Multi-processor system having a watchdog for interrupting the multiple processors and deferring preemption until release of spinlocks |
| US20080294648A1 (en) * | 2004-11-01 | 2008-11-27 | Sybase, Inc. | Distributed Database System Providing Data and Space Management Methodology |
| US20070050527A1 (en) * | 2005-08-26 | 2007-03-01 | Cheng-Ming Tuan | Synchronization method for a multi-processor system and the apparatus thereof |
| US20080098180A1 (en) * | 2006-10-23 | 2008-04-24 | Douglas Larson | Processor acquisition of ownership of access coordinator for shared resource |
| US20080235690A1 (en) * | 2007-03-23 | 2008-09-25 | Vmware, Inc. | Maintaining Processing Order While Permitting Parallelism |
| US7921272B2 (en) * | 2007-10-05 | 2011-04-05 | International Business Machines Corporation | Monitoring patterns of processes accessing addresses in a storage device to determine access parameters to apply |
| US8055855B2 (en) * | 2007-10-05 | 2011-11-08 | International Business Machines Corporation | Varying access parameters for processes to access memory addresses in response to detecting a condition related to a pattern of processes access to memory addresses |
| US20110296028A1 (en) * | 2009-02-17 | 2011-12-01 | Panasonic Corporation | Exclusive control method of resource and exclusive controller of resource |
Also Published As
| Publication number | Publication date |
|---|---|
| US20120159242A1 (en) | 2012-06-21 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US8788579B2 (en) | Clustered client failover | |
| US9411646B2 (en) | Booting secondary processors in multicore system using kernel images stored in private memory segments | |
| US10243780B2 (en) | Dynamic heartbeating mechanism | |
| US12039373B2 (en) | Dynamic throttling based on health metrics | |
| JP7020616B2 (en) | Methods and systems for resource scheduling | |
| CN107018091B (en) | Resource request scheduling method and device | |
| WO2016022405A1 (en) | Providing higher workload resiliency in clustered systems based on health heuristics | |
| US11271814B2 (en) | Online capacity-expanding and online capacity-reducing methods and apparatuses for distributed consensus system | |
| JP2016508647A5 (en) | ||
| US10567492B1 (en) | Methods for load balancing in a federated identity environment and devices thereof | |
| CN109173270B (en) | Game service system and implementation method | |
| CN112468310A (en) | Streaming media cluster node management method and device and storage medium | |
| WO2024083259A1 (en) | Master/backup database cluster and master selection method therefor, computing device, and storage medium | |
| JP5503678B2 (en) | Host providing system and host providing method | |
| WO2017215430A1 (en) | Node management method in cluster and node device | |
| US11340967B2 (en) | High availability events in a layered architecture | |
| US8595567B2 (en) | Method and system for spinlock fault recovery | |
| US8719478B2 (en) | Deadlock prevention | |
| US8918798B2 (en) | Shared object lock under state machine control | |
| CN119814554B (en) | Connection pool management method, device, equipment and storage medium | |
| CN117193974A (en) | Configuration request processing method and device based on multi-process/thread | |
| US8307371B2 (en) | Method for efficient utilization of processors in a virtual shared environment | |
| WO2015165073A1 (en) | System and method for supporting adaptive self-tuning locking mechanism in transactional middleware machine environment | |
| US10223402B1 (en) | Multi-site block level write consistency | |
| CN116346728A (en) | Low-code platform current limiting method and device |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| AS | Assignment |
Owner name: WIND RIVER SYSTEMS, INC., CALIFORNIA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:RICHARDSON, RAYMOND;STULTS, GREGORY;REEL/FRAME:025623/0317 Effective date: 20101215 |
|
| STCF | Information on status: patent grant |
Free format text: PATENTED CASE |
|
| REMI | Maintenance fee reminder mailed | ||
| FEPP | Fee payment procedure |
Free format text: SURCHARGE FOR LATE PAYMENT, LARGE ENTITY (ORIGINAL EVENT CODE: M1554) |
|
| MAFP | Maintenance fee payment |
Free format text: PAYMENT OF MAINTENANCE FEE, 4TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1551) Year of fee payment: 4 |
|
| AS | Assignment |
Owner name: GUGGENHEIM CORPORATE FUNDING, LLC, NEW YORK Free format text: PATENT SECURITY AGREEMENT;ASSIGNOR:WIND RIVER SYSTEMS, INC.;REEL/FRAME:049148/0001 Effective date: 20181224 |
|
| FEPP | Fee payment procedure |
Free format text: 7.5 YR SURCHARGE - LATE PMT W/IN 6 MO, LARGE ENTITY (ORIGINAL EVENT CODE: M1555); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
| MAFP | Maintenance fee payment |
Free format text: PAYMENT OF MAINTENANCE FEE, 8TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1552); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY Year of fee payment: 8 |
|
| AS | Assignment |
Owner name: WIND RIVER SYSTEMS, INC., CALIFORNIA Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:GUGGENHEIM CORPORATE FUNDING, LLC;REEL/FRAME:062239/0590 Effective date: 20221223 Owner name: WIND RIVER SYSTEMS, INC., CALIFORNIA Free format text: RELEASE OF SECURITY INTEREST;ASSIGNOR:GUGGENHEIM CORPORATE FUNDING, LLC;REEL/FRAME:062239/0590 Effective date: 20221223 |
|
| FEPP | Fee payment procedure |
Free format text: MAINTENANCE FEE REMINDER MAILED (ORIGINAL EVENT CODE: REM.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
| LAPS | Lapse for failure to pay maintenance fees |
Free format text: PATENT EXPIRED FOR FAILURE TO PAY MAINTENANCE FEES (ORIGINAL EVENT CODE: EXP.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
| STCH | Information on status: patent discontinuation |
Free format text: PATENT EXPIRED DUE TO NONPAYMENT OF MAINTENANCE FEES UNDER 37 CFR 1.362 |
|
| FP | Lapsed due to failure to pay maintenance fee |
Effective date: 20251126 |