WORKFLOW-BASED OBJECT DESTRUCTION

Objects in a computing environment are often utilized by threads through an object lifecycle, and are destroyed at the end of the object lifecycle to reclaim the computing resources used by the object. In some cases, a thread that initiates an object destruction of an object may be unable to complet...

Ausführliche Beschreibung

Gespeichert in:
Bibliographische Detailangaben
1. Verfasser: STALL, Jeffrey Evan
Format: Patent
Sprache:eng ; fre
Schlagworte:
Online-Zugang:Volltext bestellen
Tags: Tag hinzufügen
Keine Tags, Fügen Sie den ersten Tag hinzu!
Beschreibung
Zusammenfassung:Objects in a computing environment are often utilized by threads through an object lifecycle, and are destroyed at the end of the object lifecycle to reclaim the computing resources used by the object. In some cases, a thread that initiates an object destruction of an object may be unable to complete the destruction (e.g., a second thread may hold a synchronization lock over an object resource of the object). An object destruction workflow initiates the destruction of an object on behalf of a thread. If the object destruction workflow encounters a failure to complete the object destruction, a new reference to the object is inserted into an object destruction list, as the last reference to the object. A second thread discovers and releases the last reference in the object destruction list, prompting the object destruction workflow to resume the attempt to destroy the object on behalf of the second thread. Dans un environnement informatique, les objets sont souvent utilisés par des fils d'exécution tout au long du cycle de vie d'un objet, et sont détruits à la fin du cycle de vie de l'objet pour récupérer les ressources informatiques utilisées par l'objet. Dans certains cas, un fil qui initie une destruction d'objet d'un objet peut être incapable d'achever la destruction (p. ex.un second fil peut maintenir un verrouillage de synchronisation sur une ressource d'objet de l'objet). Un flux de travail de destruction d'objet initie la destruction d'un objet au nom d'un fil. Si le flux de travail de destruction de l'objet rencontre une défaillance lors de l'achèvement de la destruction de l'objet, une nouvelle référence à l'objet est insérée dans une liste de destruction d'objets, en tant que dernière référence à l'objet. Un second fil découvre et libère la dernière référence dans la liste de destruction d'objets, invitant le flux de travail de destruction d'objet à reprendre la tentative de destruction de l'objet au nom du second fil.