EP1350208A1 - Methode von datenverarbeitung und zugreifen in einem computerreservierungssystem und system der durchführung - Google Patents

Methode von datenverarbeitung und zugreifen in einem computerreservierungssystem und system der durchführung

Info

Publication number
EP1350208A1
EP1350208A1 EP02711929A EP02711929A EP1350208A1 EP 1350208 A1 EP1350208 A1 EP 1350208A1 EP 02711929 A EP02711929 A EP 02711929A EP 02711929 A EP02711929 A EP 02711929A EP 1350208 A1 EP1350208 A1 EP 1350208A1
Authority
EP
European Patent Office
Prior art keywords
cache
data
client
processing
compartment
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.)
Withdrawn
Application number
EP02711929A
Other languages
English (en)
French (fr)
Inventor
Pierre O.M.B.I.M.-Cabinet Hautier DOR
Yannick O.M.B.I.M.-Cabinet Hautier GIRARD
Slavko O.M.B.I.M.-Cabinet Hautier KONC
Vincent O.M.B.I.M.-Cabinet Hautier LEXTRAIT
Anne O.M.B.I.M.- Cabinet Hautier MC CULLOCH
Véronique O.M.B.I.M.- Cabinet Hautier MARQUION
François O.M.B.I.M.- Cabinet Hautier WEISSERT
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.)
Amadeus SAS
Original Assignee
Amadeus 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 Amadeus SAS filed Critical Amadeus SAS
Publication of EP1350208A1 publication Critical patent/EP1350208A1/de
Withdrawn legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/02Reservations, e.g. for tickets, services or events
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q50/00Information and communication technology [ICT] specially adapted for implementation of business processes of specific business sectors, e.g. utilities or tourism
    • G06Q50/10Services
    • G06Q50/12Hotels or restaurants

Definitions

  • the present invention firstly relates to a method of processing and accessing data in a computer reservation system.
  • Computer reservation systems are currently widely used, particularly in the field of travel, air transport, or even for reservation in hotels.
  • a central system provides access to the various inventory databases to process information and respond to user requests.
  • the latter can indeed interrogate the central system through client applications to obtain data, in particular as regards availability, prices, and terms of the services offered.
  • the central system receives multiple requests from a plurality of users and, to respond to them, directly queries one or more inventory databases.
  • This operating principle has the disadvantage of weighing down and cluttering the communication networks, mainly in connection with the inventory databases.
  • This document focuses mainly on the problem of the price of the services offered. Indeed, it aims to have perfectly up-to-date prices for agents or other professionals.
  • the present invention overcomes the drawbacks of current techniques. It makes it possible to reduce the volume of direct access to the state inventory databases for reservations by offering a “CACHE” type database capable of answering the first questions from users. Furthermore, access to this cache has the advantage of being able to be carried out via a communication network of the wide extension type such as the Internet for which the communication cost is very reduced.
  • the present invention relates to a method for processing and accessing data in a computer reservation system comprising a server part provided with a central system and at least one reservation status inventory base, and a client part comprising at least one client application, the server and client parts being connected by a communication network, characterized in that: - at least one cache is created in the server part, said cache containing reservation data;
  • an interface application is created between the cache and the client application (s) so that its user can send requests to the cache and receive data in response.
  • This process can be presented according to the variants set out below: * if, during a request to the cache by a client application, the cache does not contain the requested data: - the request is processed in the central system by access to the databases reservation status inventory to find the requested data;
  • a data item is sought in the cache by transforming the key into a numerical value and determining the index of the storage compartment by modulating the numerical value of the key by the number of compartments, and by the fact that:
  • the invention further relates to a computer reservation system comprising a server part provided with a central system and at least one reservation status inventory base, and a client part comprising at least one application. client, the server and client parts being connected by a communication network, capable of implementing the method according to the invention. Characterized by the fact that it comprises
  • - at least one cache block provided with a cache and a cache management application
  • At least one input management block provided with a plurality of input management modules each receiving requests from one or more client applications and managed by an input manager. - each input management module is assigned to a single client application.
  • - input management modules are assigned to several client applications and their cache block includes:
  • the cache (s) comprise a vector of lists comprising a series of compartments capable of containing a list of several data and to which an index is assigned, for searching for a data item by the index of the compartment where it is stored.
  • Figure 1 shows an example of processing client requests according to the current state of the art.
  • Figure 2 shows schematically the organs of the system of the invention in a particular embodiment.
  • FIG. 3 is another embodiment of the system according to the invention which specifies certain organs.
  • FIG. 4 is a block diagram of the phases of interrogation and updating of the cache in the system and according to the method of the invention.
  • FIG. 5 shows an example of cleaning the data contained in the cache
  • FIG. 6 illustrates an alternative arrangement of data in the cache.
  • FIG. 7 is a variant of the invention in which several clients access the system by means of the same input management module.
  • the client can send requests to a central system (CS) to obtain data concerning reservations, for example of airplane flights, or of availability. space in any area of service.
  • CS central system
  • This request can be summarized by a "GET” operation sent to the central system (CS).
  • the latter is linked to one or more inventory databases (I) of reservation status in which the data sought is found.
  • the central system (CS) can return a response to the client.
  • the various customers send a query message to a body commonly called “FRONT END” and said “FRONT END” body transmits the customer's request to the heart of the central system called “BACK END ".
  • the FRONT END organ is in fact an intermediary between the clients and the heart of the central system. It is at this level that the various messages from customers are sent before their transmission. This type of organization generates a multiplicity of communication between the various organs of the system and a significant bulk of the entire central system.
  • the reservation system avoids such drawbacks.
  • it is integrated into a structure comprising a client part with several client applications (19) and a server part provided with a central system (CS) and one or more inventory databases (I) .
  • CS central system
  • I inventory databases
  • the inventory databases are generally databases made available by the service provider such as the airline and it presents an immediate update of the status of reservations. Still according to the current state of the art and possibly in the structure of the invention, the server part and the client part communicate via a communication network 5.
  • the communication network 5 can include a wide area network such as the Internet.
  • the system according to the invention comprises at least one cover (9a, 9b).
  • the cache is located in the server part and contains reservation data.
  • the covers (9 a, 9 b) are integrated in cover blocks (3 a, 3 b, 3 c) shown in FIG. 2.
  • the covers (9 a, 9 b) can be constituted by a volatile RAM type memory (Random Access Memory).
  • a periodic backup of the data contained in the caches (9 a, 9 b) can be carried out on a non-volatile memory, on a disk.
  • the system presented here comprises interfacing applications (18). They allow the user to send requests to the cache and receive data in response.
  • the system preferably comprises one or more input management blocks (2 a, 2 b).
  • the input management block or blocks (2 a, 2 b) communicate with the interfacing applications (18) by means of routing means (4). Any type of routing can be implemented according to the invention which is not limited to a particular variant.
  • the structure composed of input management blocks (2 a, 2 b), routing means (4), interfacing applications (18) and different cache blocks (3 a, 3 b, 3 c) allows the formation of a functional unit called cache server (1).
  • the blocks are advantageously articulated as follows.
  • each input management module comprises a plurality of input management modules (8 a, 8 b) in connection with the client applications (19) via the communication network (5).
  • each input management module is linked to a single client application (19). There are therefore as many modules (8 a, 8 b, 8 c) as there are client applications (19) connected to the input management block (2 a, 2 b).
  • each input management block (2 a, 2 b) includes an input manager (7 a, 7 b). It allows you to apply operating parameters to each input management module (8 a, 8 b).
  • An input management block (2 a, 2 b) can be connected to a cache block (3 a, 3 b) or to several according to suitable routing conditions. According to the example in FIG. 3, the input management block (2 a) communicates with the cache block (3 a).
  • the latter includes a cache (9a) as described above which operates via a cache management application (10a).
  • This cache application (10 a) interfaces between the input management block and the cache block.
  • each client application (19) corresponds to an input management module (8a, 8b). According to a variant, several clients (19) can address their requests to a single input management module.
  • the modules (8 a, 8 b) are connected to a queue (16) operating according to the “first in, first out” logic capable of receiving the requests and of redistributing them in order of 'Entrance.
  • FIG. 5 shows a preferred embodiment of the cleaning of the data contained in the cache (9 a, 9 b).
  • the system includes a cleaning tool (11) sending cleaning commands (12) to the various caches (9 a, 9 b). The procedures used for this cleaning will be explained later.
  • one or more caches (9 a, 9 b) are created in the server part to contain reservation data. Customers will be able to access it to quickly respond to requests without cluttering the rest of the central system as discussed above.
  • data is added to the cache (9 a, 9 b) by transfer from at least one inventory base (I).
  • FIG. 4 An example of the successive operations allowing the addition of the data in the cache (9 a, 9 b) is presented in FIG. 4.
  • the client sends a request generating a “GET” operation for querying the cache (9 a, 9 b). If a positive response can be provided by the cache (9 a, 9 b) to the "GET" query, the data contained in the cache is returned to the client in response. If the cache does not contain the response to the client's request, it is sent to the central system (CS) which is able to generate the response, by linking with the inventory databases (I). The response data is returned by the central system (CS) and is added to the cache (9 a, 9 b) by a "PUT” operation. In this way, data previously not contained in the cache is stored there.
  • CS central system
  • This series of operations can be carried out when the system according to the invention is started from a cache containing no data but in which the data will be successively stored according to the interrogations of the customers. To prevent the cache from taking on too large a dimension and to optimize its operation, it is important to refresh the data it contains.
  • the method according to the invention proposes two separate procedures but which can be used simultaneously to clean up the data.
  • each data item is assigned a maximum retention period. Periodically, the data contained in the cache (9a, 9b) is scanned to distinguish those whose retention period has been exceeded. This data is then deleted from the cache.
  • the update period according to this procedure is variable depending on the nature of the data contained.
  • the time interval between two cleaning commands can be sixty seconds.
  • a second cleaning procedure can be implemented according to the method of the invention in replacement of or in addition to the first.
  • a size limit to the cache corresponding to the maximum size that we want to give to the cache. Furthermore, it is assigned a threshold size of value less than the limit size and corresponding to an admissible size for the correct operation of the cache. For example, the threshold size can be set at 80% of the limit size.
  • the data contained (9 a, 9 b) are deleted in descending order of age of use until the threshold size is reached.
  • a key is assigned to each datum to be stored in the cache.
  • This key can be transformed into a numerical value, commonly called "HASH CODE” according to hashing algorithms commonly used.
  • Each compartment (13) is able to contain one or more data.
  • Each compartment (13) is assigned an entire digital index from scratch.
  • a number of 20,011 compartments could be formed for a cache of size limit of 51,200 Kilo Bytes.
  • a correspondence is then made between the key assigned to each item of data and the digital index of each compartment (13).
  • This establishment of correspondence can be carried out by modulating the digital key of the data by the number of compartments (13) of the vector of lists (14).
  • the object of this correspondence is to store the data in a compartment (13) with a particular index and to make a comparison of the data contained in the cache only for the data of a compartment (13) having the same index as that of the data sought by the client. In this way, the number of comparison operations required is greatly reduced.

Landscapes

  • Engineering & Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • Tourism & Hospitality (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Economics (AREA)
  • Human Resources & Organizations (AREA)
  • Marketing (AREA)
  • General Business, Economics & Management (AREA)
  • Strategic Management (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Quality & Reliability (AREA)
  • Operations Research (AREA)
  • Development Economics (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Health & Medical Sciences (AREA)
  • General Health & Medical Sciences (AREA)
  • Primary Health Care (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
EP02711929A 2001-01-10 2002-01-10 Methode von datenverarbeitung und zugreifen in einem computerreservierungssystem und system der durchführung Withdrawn EP1350208A1 (de)

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
FR0100236A FR2819321B1 (fr) 2001-01-10 2001-01-10 Procede de traitement et d'acces a des donnees dans un systeme de reservation par ordinateur, et systeme de mise en oeuvre
FR0100236 2001-01-10
PCT/FR2002/000067 WO2002056212A1 (fr) 2001-01-10 2002-01-10 Procede de traitement et d'acces a des donnees dans un systeme de reservation par ordinateur, et systeme de mise en oeuvre

Publications (1)

Publication Number Publication Date
EP1350208A1 true EP1350208A1 (de) 2003-10-08

Family

ID=8858634

Family Applications (1)

Application Number Title Priority Date Filing Date
EP02711929A Withdrawn EP1350208A1 (de) 2001-01-10 2002-01-10 Methode von datenverarbeitung und zugreifen in einem computerreservierungssystem und system der durchführung

Country Status (7)

Country Link
US (1) US20040054751A1 (de)
EP (1) EP1350208A1 (de)
JP (1) JP2004527820A (de)
KR (1) KR20030091963A (de)
CA (1) CA2433429A1 (de)
FR (1) FR2819321B1 (de)
WO (1) WO2002056212A1 (de)

Families Citing this family (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7962361B2 (en) 2002-11-07 2011-06-14 Novitaz Customer relationship management system for physical locations
US8600804B2 (en) 2002-11-07 2013-12-03 Novitaz, Inc. Customer relationship management system for physical locations
JP2007065928A (ja) * 2005-08-30 2007-03-15 Toshiba Corp 情報記憶媒体、情報処理方法、情報転送方法、情報再生方法、情報再生装置、情報記録方法、情報記録装置、及びプログラム
US20080040167A1 (en) * 2006-04-05 2008-02-14 Air New Zealand Limited Booking system and method
KR101192626B1 (ko) * 2006-05-12 2012-10-18 삼성디스플레이 주식회사 표시 기판과, 이의 제조 방법 및 이를 구비한 표시 장치
US8302861B2 (en) * 2007-05-22 2012-11-06 Ibm International Group B.V. System and method for maintaining inventory management records based on demand
US20120312879A1 (en) 2011-01-06 2012-12-13 John Rolin PCB Design and Card Assembly for an Active RFID Tag in Credit Card Form Factor
EP2541473A1 (de) * 2011-06-27 2013-01-02 Amadeus S.A.S. Verfahren und System für ein System zur Reservierung vor dem Einkaufen mit verbesserter Sucheffizienz
CN102790683A (zh) * 2011-05-16 2012-11-21 北大方正集团有限公司 一种实时行情数据处理方法、服务器及系统
JP5433640B2 (ja) * 2011-06-30 2014-03-05 楽天株式会社 情報提供装置、情報提供方法、情報提供プログラム及び記録媒体
WO2014155737A1 (ja) * 2013-03-29 2014-10-02 楽天株式会社 データキャッシュシステム、プログラム、記録媒体、及び方法
US9251478B2 (en) * 2013-07-29 2016-02-02 Amadeus S.A.S. Processing information queries in a distributed information processing environment

Family Cites Families (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5655100A (en) * 1995-03-31 1997-08-05 Sun Microsystems, Inc. Transaction activation processor for controlling memory transaction execution in a packet switched cache coherent multiprocessor system
JP2000501532A (ja) * 1995-12-01 2000-02-08 ブリティッシュ・テレコミュニケーションズ・パブリック・リミテッド・カンパニー データベースアクセス
US6256712B1 (en) * 1997-08-01 2001-07-03 International Business Machines Corporation Scaleable method for maintaining and making consistent updates to caches
US6360205B1 (en) * 1998-10-30 2002-03-19 Trip.Com, Inc. Obtaining and utilizing commercial information
WO2000043927A2 (en) * 1999-01-20 2000-07-27 Synxis Corporation Global reservations transaction management system and method
WO2001033472A2 (en) * 1999-11-01 2001-05-10 Ita Software, Inc. Method and apparatus for providing availability of airline seats
US20020053004A1 (en) * 1999-11-19 2002-05-02 Fong Pong Asynchronous cache coherence architecture in a shared memory multiprocessor with point-to-point links
US6505284B1 (en) * 2000-06-26 2003-01-07 Ncr Corporation File segment subsystem for a parallel processing database system

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
See references of WO02056212A1 *

Also Published As

Publication number Publication date
CA2433429A1 (fr) 2002-07-18
FR2819321A1 (fr) 2002-07-12
KR20030091963A (ko) 2003-12-03
JP2004527820A (ja) 2004-09-09
FR2819321B1 (fr) 2005-01-21
WO2002056212A1 (fr) 2002-07-18
US20040054751A1 (en) 2004-03-18

Similar Documents

Publication Publication Date Title
KR101429555B1 (ko) 고 가용성 데이터를 제공하기 위한 시스템 및 방법
EP0727071B1 (de) Steuersystem einer relationellen datenbank gemäss einer objekt-orientierten logik, die die zugriffe auf die datenbank verringert, und entsprechendes verfahren
EP1457023B1 (de) Verfahren zur übertragung von datenobjekten von einem server zu einem client-terminal, das sich einer verwaltung des cache bedient
FR2681707A1 (fr) Systeme de fichiers pour redistribuer selectivement des fichiers et procede pour affecter un espace de memoire dans un systeme informatique comportant de multiples dispositifs de stockage de donnees.
EP1350208A1 (de) Methode von datenverarbeitung und zugreifen in einem computerreservierungssystem und system der durchführung
EP2286354A1 (de) Verfahren zur erstellung von anfragen zur manipulation einer initialisierungs- und verwaltungsdatenbank für einen servercluster, entsprechendes datenmedium und servercluster
EP1193625A1 (de) Kollaborative Suchmaschine
EP1643710A1 (de) Verfahren zum Aktualisieren einer Nachschlagetabelle mit Adressen und Identifizierungsnummern
FR2674654A1 (fr) Systeme de commande de registres partages.
CN101442558B (zh) 一种为p2sp网络提供索引服务的方法和系统
EP1515239A1 (de) Verfahren und System zur Verarbeitung von Daten aus mehrdimensionalen Datenbanken mit einem Tabellenkalkulationprogramm
EP3025481A2 (de) Verfahren zur verarbeitung von geolokalisierungsdaten
EP1637989A1 (de) Verfahren und Vorrichtung zur Aufteilung von Konten mit persönlichen Daten
EP1375016B1 (de) Verfahren des Erzeugens und auf-den-neuesten-Stand-bringens einer Datenbank eines Postsortiersystems
FR2728088A1 (fr) Procede d'echange d'informations en mode client/serveur, entre stations reliees par un reseau de communication
WO2008081146A2 (fr) Procede et dispositif de gestion de connexions dans un reseau de telecommunications
EP1801716A1 (de) Datenübertragung mit Datengruppierung
FR2926905A1 (fr) Procede d'alimentation d'un mandataire de contenu multimedia, mandataire, et produit programme d'ordinateur correspondant
US8032691B2 (en) Method and system for capacity-balancing cells of a storage system
EP2397962A1 (de) Vorrichtung und Verfahren zur gesicherten Speicherung von biometrischen Daten
BE1005968A6 (fr) Systeme electronique integre de magasinage et de distribution.
EP1193946B1 (de) Kmmunikationsverfahren und -netzwerk
FR2826477A1 (fr) Systeme integre de recueil de donnees medico-sociales
FR3105474A3 (fr) Systeme et procede de distribution de donnees a base de cache
WO2020193761A1 (fr) Système de stockage redondant de données, procédé et programme d'ordinateur correspondants

Legal Events

Date Code Title Description
PUAI Public reference made under article 153(3) epc to a published international application that has entered the european phase

Free format text: ORIGINAL CODE: 0009012

17P Request for examination filed

Effective date: 20030802

AK Designated contracting states

Kind code of ref document: A1

Designated state(s): AT BE CH CY DE DK ES FI FR GB GR IE IT LI LU MC NL PT SE TR

AX Request for extension of the european patent

Extension state: AL LT LV MK RO SI

17Q First examination report despatched

Effective date: 20090223

STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: THE APPLICATION IS DEEMED TO BE WITHDRAWN

18D Application deemed to be withdrawn

Effective date: 20101008