CO2018014030A2 - Destrucción de objeto basada en flujo de trabajo - Google Patents

Destrucción de objeto basada en flujo de trabajo

Info

Publication number
CO2018014030A2
CO2018014030A2 CONC2018/0014030A CO2018014030A CO2018014030A2 CO 2018014030 A2 CO2018014030 A2 CO 2018014030A2 CO 2018014030 A CO2018014030 A CO 2018014030A CO 2018014030 A2 CO2018014030 A2 CO 2018014030A2
Authority
CO
Colombia
Prior art keywords
destruction
thread
workflow
favor
initiates
Prior art date
Application number
CONC2018/0014030A
Other languages
English (en)
Inventor
Jeffrey Evan Stall
Original Assignee
Microsoft Technology Licensing Llc
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
Application filed by Microsoft Technology Licensing Llc filed Critical Microsoft Technology Licensing Llc
Publication of CO2018014030A2 publication Critical patent/CO2018014030A2/es

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/50Allocation of resources, e.g. of the central processing unit [CPU]
    • G06F9/5005Allocation of resources, e.g. of the central processing unit [CPU] to service a request
    • G06F9/5011Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resources being hardware resources other than CPUs, Servers and Terminals
    • G06F9/5022Mechanisms to release resources
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F12/00Accessing, addressing or allocating within memory systems or architectures
    • G06F12/02Addressing or allocation; Relocation
    • G06F12/0223User address space allocation, e.g. contiguous or non contiguous base addressing
    • G06F12/023Free address space management
    • G06F12/0253Garbage collection, i.e. reclamation of unreferenced memory
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F12/00Accessing, addressing or allocating within memory systems or architectures
    • G06F12/02Addressing or allocation; Relocation
    • G06F12/0223User address space allocation, e.g. contiguous or non contiguous base addressing
    • G06F12/023Free address space management
    • G06F12/0253Garbage collection, i.e. reclamation of unreferenced memory
    • G06F12/0261Garbage collection, i.e. reclamation of unreferenced memory using reference counting
    • 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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F12/00Accessing, addressing or allocating within memory systems or architectures
    • G06F12/02Addressing or allocation; Relocation
    • G06F12/0223User address space allocation, e.g. contiguous or non contiguous base addressing
    • G06F12/023Free address space management
    • G06F12/0253Garbage collection, i.e. reclamation of unreferenced memory
    • G06F12/0269Incremental or concurrent garbage collection, e.g. in real-time systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F12/00Accessing, addressing or allocating within memory systems or architectures
    • G06F12/02Addressing or allocation; Relocation
    • G06F12/0223User address space allocation, e.g. contiguous or non contiguous base addressing
    • G06F12/023Free address space management
    • G06F12/0253Garbage collection, i.e. reclamation of unreferenced memory
    • G06F12/0269Incremental or concurrent garbage collection, e.g. in real-time systems
    • G06F12/0276Generational garbage collection
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2212/00Indexing scheme relating to accessing, addressing or allocation within memory systems or architectures
    • G06F2212/10Providing a specific technical effect
    • G06F2212/1016Performance improvement
    • G06F2212/1024Latency reduction
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2212/00Indexing scheme relating to accessing, addressing or allocation within memory systems or architectures
    • G06F2212/10Providing a specific technical effect
    • G06F2212/1032Reliability improvement, data loss prevention, degraded operation etc

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)
  • Information Transfer Between Computers (AREA)
  • Hardware Redundancy (AREA)
  • Multi Processors (AREA)
  • Devices For Executing Special Programs (AREA)

Abstract

Los objetos en un entorno de cómputo por lo general son utilizados por hilos a través de un ciclo de vida del objeto y se destruyen al final del ciclo de vida del objeto para reclamar los recursos de cómputo utilizados por el objeto. En algunos casos, un hilo que inicia una destrucción de objeto de un objeto puede ser incapaz de completar la destrucción (por ejemplo, un segundo hilo puede mantener un bloqueo de sincronización sobre un recurso de objeto del objeto). Un flujo de trabajo de destrucción de objeto inicia la destrucción de un objeto a favor de un hilo. Si el flujo de trabajo de destrucción de objeto encuentra una falla para completar la destrucción del objeto, una nueva referencia al objeto se inserta en una lista de destrucción de objeto, como la última referencia al objeto. Un segundo hilo descubre y libera la última referencia en la lista de destrucción de objeto, incitando al flujo de trabajo de destrucción de objeto a reasumir el intento para destruir el objeto a favor del segundo hilo.
CONC2018/0014030A 2016-07-14 2018-12-21 Destrucción de objeto basada en flujo de trabajo CO2018014030A2 (es)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US15/210,864 US10223163B2 (en) 2016-07-14 2016-07-14 Workflow-based object destruction
PCT/US2017/040570 WO2018013377A1 (en) 2016-07-14 2017-07-03 Workflow-based object destruction

Publications (1)

Publication Number Publication Date
CO2018014030A2 true CO2018014030A2 (es) 2019-01-18

Family

ID=59337912

Family Applications (1)

Application Number Title Priority Date Filing Date
CONC2018/0014030A CO2018014030A2 (es) 2016-07-14 2018-12-21 Destrucción de objeto basada en flujo de trabajo

Country Status (17)

Country Link
US (1) US10223163B2 (es)
EP (1) EP3485375B1 (es)
JP (1) JP6941154B2 (es)
KR (1) KR102399406B1 (es)
CN (1) CN109478148B (es)
AU (1) AU2017295814B2 (es)
BR (1) BR112018077371A8 (es)
CA (1) CA3029992A1 (es)
CL (1) CL2019000006A1 (es)
CO (1) CO2018014030A2 (es)
IL (1) IL264145B (es)
MX (1) MX2019000541A (es)
PH (1) PH12018550216A1 (es)
RU (1) RU2746155C2 (es)
SG (1) SG11201900010QA (es)
WO (1) WO2018013377A1 (es)
ZA (1) ZA201808252B (es)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9747088B2 (en) * 2013-04-22 2017-08-29 Embarcadero Technologies, Inc. Automatic reference counting
JP2019121240A (ja) * 2018-01-09 2019-07-22 東芝メモリ株式会社 ワークフロースケジューリングシステム、ワークフロースケジューリング方法及び電子機器
CN110246255A (zh) * 2019-06-18 2019-09-17 深圳市简工智能科技有限公司 智能锁控制方法、装置、计算机可读存储介质及系统
CN113342427B (zh) * 2021-06-01 2022-08-16 青岛小鸟看看科技有限公司 程序控制方法及装置
CN115442635A (zh) * 2021-06-04 2022-12-06 武汉斗鱼鱼乐网络科技有限公司 一种跨平台安全过滤弹幕的方法、装置、设备和存储介质

Family Cites Families (25)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5398334A (en) 1992-04-06 1995-03-14 General Electric Company System for automatic garbage collection using strong and weak encapsulated pointers
US5758184A (en) * 1995-04-24 1998-05-26 Microsoft Corporation System for performing asynchronous file operations requested by runnable threads by processing completion messages with different queue thread and checking for completion by runnable threads
US6275857B1 (en) 1996-10-30 2001-08-14 Microsoft Corporation System and method for freeing shared resources in a computer system
US6230213B1 (en) 1997-03-18 2001-05-08 Compaq Computer Corporation Extensible mechanism for providing safe automatic management of objects
US6473773B1 (en) 1997-12-24 2002-10-29 International Business Machines Corporation Memory management in a partially garbage-collected programming system
US6119115A (en) * 1998-03-12 2000-09-12 Microsoft Corporation Method and computer program product for reducing lock contention in a multiple instruction execution stream processing environment
US6681263B1 (en) 1998-03-31 2004-01-20 Intel Corporation Control of software object lifetime
GB9906629D0 (en) 1999-03-23 1999-05-19 Koninkl Philips Electronics Nv Memory reclamation method
US6363403B1 (en) * 1999-06-30 2002-03-26 Lucent Technologies Inc. Garbage collection in object oriented databases using transactional cyclic reference counting
KR100333486B1 (ko) * 1999-12-27 2002-04-25 오길록 객체지향 고 수준 언어에서 병행객체 관리 방법
US7216136B2 (en) * 2000-12-11 2007-05-08 International Business Machines Corporation Concurrent collection of cyclic garbage in reference counting systems
US7237237B2 (en) 2001-07-24 2007-06-26 The Mathworks, Inc. Designating an object for destruction
US6728738B2 (en) 2002-04-03 2004-04-27 Sun Microsystems, Inc. Fast lifetime analysis of objects in a garbage-collected system
US7472144B2 (en) * 2003-07-28 2008-12-30 International Business Machines Corporation Method and system for resolving memory leaks and releasing obsolete resources from user session data
US7181463B2 (en) * 2003-10-24 2007-02-20 Microsoft Corporation System and method for managing data using static lists
US7363628B2 (en) * 2005-06-27 2008-04-22 Microsoft Corporation Data centric and protocol agnostic workflows for exchanging data between a workflow instance and a workflow host
CN101046755B (zh) * 2006-03-28 2011-06-15 郭明南 一种计算机自动内存管理的系统及方法
US8548942B2 (en) * 2006-10-04 2013-10-01 Salesforce.Com, Inc. Methods and systems for recursive saving of hierarchical objects to a database
CN101788905A (zh) * 2009-01-22 2010-07-28 上海科泰世纪科技有限公司 Applet托管对象的方法
CN101639779B (zh) * 2009-08-18 2012-07-18 腾讯科技(深圳)有限公司 一种资源释放方法和装置
EP2466455A1 (en) 2010-12-15 2012-06-20 Schneider Electric Buildings AB Definition of objects in object-oriented programming environments
EP2671161B1 (en) 2011-01-31 2019-03-13 The MathWorks, Inc. System and method for determining an objects lifetime in an object oriented environment
US9053017B2 (en) 2011-09-09 2015-06-09 Microsoft Technology Licensing, Llc Managing object lifetime in a cyclic graph
US9098515B2 (en) * 2011-11-15 2015-08-04 Sap Se Data destruction mechanisms
CN105373434B (zh) * 2015-12-16 2018-11-13 上海携程商务有限公司 资源管理系统及方法

Also Published As

Publication number Publication date
BR112018077371A2 (pt) 2019-07-16
PH12018550216A1 (en) 2019-10-28
CN109478148A (zh) 2019-03-15
CN109478148B (zh) 2022-03-29
US10223163B2 (en) 2019-03-05
RU2019100443A (ru) 2020-07-13
KR102399406B1 (ko) 2022-05-17
EP3485375B1 (en) 2024-01-10
CA3029992A1 (en) 2018-01-18
KR20190027823A (ko) 2019-03-15
RU2746155C2 (ru) 2021-04-08
WO2018013377A1 (en) 2018-01-18
CL2019000006A1 (es) 2019-04-26
BR112018077371A8 (pt) 2023-01-31
JP2019525321A (ja) 2019-09-05
US20180018206A1 (en) 2018-01-18
IL264145B (en) 2021-09-30
JP6941154B2 (ja) 2021-09-29
AU2017295814A1 (en) 2018-12-20
IL264145A (en) 2019-02-28
EP3485375A1 (en) 2019-05-22
AU2017295814B2 (en) 2021-09-09
SG11201900010QA (en) 2019-01-30
ZA201808252B (en) 2020-05-27
RU2019100443A3 (es) 2020-09-23
MX2019000541A (es) 2019-07-04

Similar Documents

Publication Publication Date Title
CO2018014030A2 (es) Destrucción de objeto basada en flujo de trabajo
CO2019004751A2 (es) Moléculas de pmhc de clase ii recombinantes
CL2021000442A1 (es) Conjunto de paneles con un dispositivo de bloqueo mecánico
CL2021000441A1 (es) Conjunto de paneles con un dispositivo de bloqueo mecánico
CO2020006368A2 (es) Componentes de catalizador para la polimerización de propileno
CL2019001126A1 (es) Servicio de seguridad del internet de las cosas.
AR105811A1 (es) Componente tejido con miembro tipo tapón
CL2017001108A1 (es) Solución
CL2018001771A1 (es) Tecnologías de red
AR095169A1 (es) Botella con un cuerpo aislante
CO2019007651A2 (es) Identidad abstracta de enclave
BR112017002505A2 (pt) tecido e tecido compósito resistente a chamas.
CL2017000306A1 (es) Artículos moldeados apilables y ensamblaje y métodos conexos
BR112016016343A2 (pt) Filamentos de grama artificial e artigos preparados dos mesmos
CO2020001827A2 (es) Procedimiento de acceso aleatorio con prioridad
CL2019001288A1 (es) Gestión de claves seguras.
CL2017002602A1 (es) Métodos y aparatos para dispositivo final que detecta otro dispositivo final
CL2017000225A1 (es) Componente de desgaste para herramienta de acoplamiento al suelo
FR3083518B1 (fr) Aéronef
CL2020003241A1 (es) Sistema de instrumentación para el monitoreo de una barrera de red.
AR106826A1 (es) Filamentos bicomponentes
CL2017002307A1 (es) Estilo controlado por condiciones
BR112016028669A2 (pt) montagem de clipe para prender
CY1123330T1 (el) Υδατικες διασπορες, οι οποιες περιεχουν ακλονιφαινη και φλουφενασετη
BR112016028862A2 (pt) ?tecido resistente à chama tendo fios rompidos por estiramento?