FR3104279B1 - Gestion d’acces a une ressource partagee par une pluralite d’applications - Google Patents

Gestion d’acces a une ressource partagee par une pluralite d’applications Download PDF

Info

Publication number
FR3104279B1
FR3104279B1 FR1913808A FR1913808A FR3104279B1 FR 3104279 B1 FR3104279 B1 FR 3104279B1 FR 1913808 A FR1913808 A FR 1913808A FR 1913808 A FR1913808 A FR 1913808A FR 3104279 B1 FR3104279 B1 FR 3104279B1
Authority
FR
France
Prior art keywords
access
applications
shared resource
resource
control unit
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.)
Active
Application number
FR1913808A
Other languages
English (en)
Other versions
FR3104279A1 (fr
Inventor
Sylvain Sauvant
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Airbus Operations SAS
Original Assignee
Airbus Operations SAS
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 Airbus Operations SAS filed Critical Airbus Operations SAS
Priority to FR1913808A priority Critical patent/FR3104279B1/fr
Priority to US17/111,176 priority patent/US11868822B2/en
Publication of FR3104279A1 publication Critical patent/FR3104279A1/fr
Application granted granted Critical
Publication of FR3104279B1 publication Critical patent/FR3104279B1/fr
Active legal-status Critical Current
Anticipated expiration legal-status Critical

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
    • G06F9/526Mutual exclusion algorithms
    • 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/48Program initiating; Program switching, e.g. by interrupt
    • G06F9/4806Task transfer initiation or dispatching
    • G06F9/4843Task transfer initiation or dispatching by program, e.g. task dispatcher, supervisor, operating system
    • G06F9/4881Scheduling strategies for dispatcher, e.g. round robin, multi-level priority queues
    • 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/5016Allocation 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 the resource being the memory
    • 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
    • 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/54Interprogram communication
    • G06F9/544Buffers; Shared memory; Pipes
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Multi Processors (AREA)

Abstract

L’invention concerne un procédé de gestion d’accès à une ressource partagée dans un système électronique comprenant une unité de contrôle et la ressource partagée, l’unité de contrôle étant destinée à exécuter des applications candidates à un accès à la ressource partagée, le procédé utilisant un calendrier de périodes d’égale durée, chacune attribuée à une seule desdites applications, pour définir une répartition temporelle d’accès à la ressource partagée, et des indices de pénalité associés à chacune desdites applications, le procédé comprenant des étapes pour traiter conditionnellement des requêtes en accès émises par les applications en fonction de leurs indices de pénalités. Ainsi, chaque application est empêchée d’accéder à la ressource partagée quand le quota qui lui est attribué est atteint, ce qui permet de limiter l’empiètement d’une application qui s’exécute, sur les quotas d’accès à la ressource attribués aux autres applications. Figure à publier avec l’abrégé : Fig. 4
FR1913808A 2019-12-05 2019-12-05 Gestion d’acces a une ressource partagee par une pluralite d’applications Active FR3104279B1 (fr)

Priority Applications (2)

Application Number Priority Date Filing Date Title
FR1913808A FR3104279B1 (fr) 2019-12-05 2019-12-05 Gestion d’acces a une ressource partagee par une pluralite d’applications
US17/111,176 US11868822B2 (en) 2019-12-05 2020-12-03 Managing access to a resource shared by a plurality of applications

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
FR1913808 2019-12-05
FR1913808A FR3104279B1 (fr) 2019-12-05 2019-12-05 Gestion d’acces a une ressource partagee par une pluralite d’applications

Publications (2)

Publication Number Publication Date
FR3104279A1 FR3104279A1 (fr) 2021-06-11
FR3104279B1 true FR3104279B1 (fr) 2022-01-07

Family

ID=69903370

Family Applications (1)

Application Number Title Priority Date Filing Date
FR1913808A Active FR3104279B1 (fr) 2019-12-05 2019-12-05 Gestion d’acces a une ressource partagee par une pluralite d’applications

Country Status (2)

Country Link
US (1) US11868822B2 (fr)
FR (1) FR3104279B1 (fr)

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6601083B1 (en) * 1996-08-29 2003-07-29 Frederick John Reznak Multitasking data processing system and method of controlling allocation of a shared resource
FR2829848A1 (fr) * 2001-09-20 2003-03-21 Cp8 Procede de gestion d'acces a des ressources partagees dans un systeme embarque et systeme embarque pour la mise en oeuvre d'un tel procede
US7620950B2 (en) * 2003-07-01 2009-11-17 International Business Machines Corporation System and method to monitor amount of usage of applications in logical partitions
FR2956226B1 (fr) * 2010-02-10 2012-12-14 Airbus Operations Sas Procede, programme d'ordinateur et dispositif de supervision d'un ordonnanceur pour la gestion du partage de temps de traitement dans un systeme informatique multitache
US9327600B1 (en) * 2011-09-06 2016-05-03 Neeme Systems Solutions, Inc. Aircraft utilities and power distribution system
EP3443456A1 (fr) * 2016-04-12 2019-02-20 Telefonaktiebolaget LM Ericsson (PUBL) Planification de processus dans un système de traitement doté d'au moins un processeur et de ressources matérielles partagées
US10430799B1 (en) * 2017-02-03 2019-10-01 Numerify, Inc. System and method for determining a time threshold guarantee of a task for updating in a penalty clause of a service level agreement

Also Published As

Publication number Publication date
US11868822B2 (en) 2024-01-09
US20210173721A1 (en) 2021-06-10
FR3104279A1 (fr) 2021-06-11

Similar Documents

Publication Publication Date Title
Gong et al. Allocation and reallocation of ambulances to casualty clusters in a disaster relief operation
Kergosien et al. A generic and flexible simulation-based analysis tool for EMS management
US20170083846A1 (en) Managing a project
US20160299782A1 (en) System and method for determining a sequence for performing a plurality of tasks
US20150324229A1 (en) Propagation of task progress through the use of coalesced time intervals
US9705884B2 (en) Intelligent access control
US20220334837A1 (en) Method, apparatus, and system for outputting a development unit performance insight interface component comprising a visual emphasis element in response to an insight interface component request
US20140188536A1 (en) Skill update based work assignment
KR20180065840A (ko) 적합한 업무 담당자를 자동으로 할당하는 방법 및 장치
US20170235606A1 (en) System and methods for implementing control of use of shared resource in a multi-tenant system
US20140359628A1 (en) Dynamically altering selection of already-utilized resources
Duma et al. The real time management of operating rooms
KR101809589B1 (ko) 구인자와 구직자를 매칭하는 매칭 서비스 제공 방법 및 장치
CN109146393B (zh) 人伤查勘信息处理方法及系统
US20140173699A1 (en) Assigning permissions based on organizational structure
WO2014099083A1 (fr) Affectation d'actif ayant des compétences et/ou des capacités uniques
US20120198375A1 (en) Multi-condition resource planning
US9635188B1 (en) Mobile device data allocation system
US20190057210A1 (en) User details based password policy
US20160171404A1 (en) System and method for staffing employees on a project
US20150363237A1 (en) Managing resource consumption in a computing system
US20180101809A1 (en) Real-time update of a mobile workforce schedule
FR3104279B1 (fr) Gestion d’acces a une ressource partagee par une pluralite d’applications
Kelly-Hope et al. Conflict-climate-displacement: a cross-sectional ecological study determining the burden, risk and need for strategies for neglected tropical disease programmes in Africa
Chakravorty et al. Improving labour relations performance using a Simplified Drum Buffer Rope (S-DBR) technique

Legal Events

Date Code Title Description
PLFP Fee payment

Year of fee payment: 2

PLSC Publication of the preliminary search report

Effective date: 20210611

PLFP Fee payment

Year of fee payment: 3

PLFP Fee payment

Year of fee payment: 4

PLFP Fee payment

Year of fee payment: 5