EP1145121A2 - Verfahren zur asynchronen übertragung von informationen mit acid eigenschaften - Google Patents

Verfahren zur asynchronen übertragung von informationen mit acid eigenschaften

Info

Publication number
EP1145121A2
EP1145121A2 EP00958660A EP00958660A EP1145121A2 EP 1145121 A2 EP1145121 A2 EP 1145121A2 EP 00958660 A EP00958660 A EP 00958660A EP 00958660 A EP00958660 A EP 00958660A EP 1145121 A2 EP1145121 A2 EP 1145121A2
Authority
EP
European Patent Office
Prior art keywords
transaction
information
chain
communication channel
supplier
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
EP00958660A
Other languages
English (en)
French (fr)
Other versions
EP1145121A3 (de
Inventor
Michel Ruffin
Laurent Clevy
Simone Sedillot
Ramzi Karoui
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.)
Alcatel Lucent SAS
Original Assignee
Alcatel CIT SA
Alcatel SA
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 Alcatel CIT SA, Alcatel SA filed Critical Alcatel CIT SA
Publication of EP1145121A2 publication Critical patent/EP1145121A2/de
Publication of EP1145121A3 publication Critical patent/EP1145121A3/de
Withdrawn legal-status Critical Current

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/466Transaction processing

Definitions

  • the invention relates to the field of information transmission between suppliers and consumers through a chain of communication channels. More particularly, the invention consists in carrying out this transmission asynchronously while respecting the so-called ACID properties.
  • An asynchronous communication service includes a manager and one or more communication channels.
  • a supplier (customer of the service) transmits the information by addressing a specific channel.
  • the channel transfers information to the consumer
  • the channel acts as an intermediary between two customers by decoupling the transmission of information on one side and the other. We must be able to deliver information reliably while maintaining desynchronization between suppliers and consumers.
  • a known solution for transmitting data reliably is based on transaction systems.
  • a transaction is initiated by the data provider, then is "propagated" to intermediate elements (communication channels) to finally reach the consumer. Once the data has been delivered, and before confirming the modifications made (data delivery), the properties linked to the execution of the transaction are checked.
  • Asynchronous communication channels imply a desynchronization between suppliers and consumers while transactions require synchronization to enable end-to-end tracking of transaction stability properties.
  • a transaction must satisfy four properties grouped under the acronym ACID meaning: Atomicity, Coherence, Insulation and Durability. These four properties are closely related. The competition control and takeover mechanisms implemented by a transactional engine aim to enforce them.
  • the atomicity guarantees that either all of the updates to a transaction are made, or none of these updates are made. Failure to comply with this property can lead to all the data evolving from the initial coherent state to an incoherent state.
  • any series of actions constituting a transaction is marked by a beginning and an end.
  • the start of a transaction signals the transaction start event to the transaction engine.
  • Two orders are provided to mark the end of a transaction:
  • the consistency property concerns the semantic consistency of a data set.
  • the maintenance of this can be partly ensured by the mechanisms ensuring the control of integrity constraints and by the maintenance of the ownership of the transactions.
  • Isolation is essential in a multitasking environment, to ensure that each transaction sees a consistent state of all of the data. Isolation consists in ensuring that if the transaction is executed in parallel with other transactions (accessing a common set of data), there is a serial execution of the same transactions which would produce the same changes to the data set accessed by transactions. In this case, the isolation property is checked for this set of transactions.
  • Durability ensures that updates to a committed transaction are final.
  • the only action which must make it possible to undo the updates of a validated transaction is the execution of a compensation transaction. This property goes hand in hand with the atomicity property stipulating that the updates of a transaction form a coherent whole which is either abandoned as a whole, or validated durably.
  • a method of implementation in the event of memory or disk failure resulting in the loss of part of the information in the database, consists of having a recovery mechanism to recover the lost information.
  • a transaction can be initiated and guarantee from the information provider to the consumer that the ACID properties are respected.
  • the actions guaranteeing these properties must interact with each other in a reliable and determined manner, depending on the quality of service desired.
  • the object of the invention is therefore to provide an asynchronous communication system having ACID properties.
  • the subject of the invention is a method of asynchronous transmission of information between a supplier and a consumer, in accordance with the ACID properties, the supplier and the consumer being connected by a chain of communication channels.
  • This process is characterized in that the information is transmitted by means of established independent transactions:
  • Another subject of the invention is a communication channel, allowing the asynchronous transmission of information between a supplier and a consumer, in accordance with the ACID properties.
  • This channel has a set of customers, which can be other communication channels and / or consumers and it is characterized in that it comprises:
  • the supplier initiates a transaction only with the first communication channel in the chain. Also, he will very quickly obtain the result (“commit” or “Abort”) of this transaction, and will not remain blocked while awaiting the delivery of information to the consumer. In other words, the objective of asynchronous transmission is achieved.
  • Figure 1 shows the general principle of a transaction chain according to the invention.
  • FIG. 2 shows an example of a communication network implementing communication channels according to the invention.
  • a transaction is initiated by a supplier, referenced 1, destined for a communication channel 2.
  • This transaction includes at least the information that the supplier wishes to transmit to consumers 5.
  • the communication channel then stores this information in a reliable memory 4.
  • this reliable memory can be a database having an XA interface and the necessary recovery mechanisms.
  • the transaction which was initiated by the supplier 1 is finalized. If this finalization is successful (which conventionally corresponds to the sending of a "commit" message to the supplier), the information contained in the transaction is stored in queues 6.
  • a client of the channel can be a consumer as is the case in this example, or another communication channel. In the example in FIG. 1, there are therefore two queues, each one being associated with one of the two consumers 5.
  • the information is stored in the queues before finalizing the transaction, but it is only made available (for example by means of an availability identifier associated with each queue) when this finalization has been successful.
  • an execution thread exists for each consumer virtually connected to the channel.
  • the role of these execution threads is to consume the information stored in the queues 6 in order to initiate transactions with the clients of the communication channel.
  • These customers can be consumers 5, or possibly other communication channels.
  • These transactions contain the information stored in the queues, which was previously received from provider 1. Information is thus transmitted along the chain.
  • the reliable storage is never used in reading.
  • the reliable memory is typically a database, it is understood that any access is penalizing in terms of speed of execution. This method therefore makes it possible to minimize access to reliable memory, by the use of much faster queues, and consequently to accelerate the speed of transmission of information from the supplier to consumers.
  • each software element provides a standard recovery interface for failure recovery.
  • This interface allows you to undo the actions made by a failed transaction.
  • the reliable memory provides an interface which makes it possible mainly to remove information relating to a transaction from storage. Thus, if one of the transactions in the chain fails, all of the actions taken on the objects involved in the transaction in question are undone. Once the actions are undone due to the failure of a transaction, the transaction can be started again. by reading the information stored in the reliable memory.
  • This solution provides an end-to-end data recovery mechanism, working automatically with an external transaction system. Compared to other solutions, this mechanism is generic.
  • a single communication channel is considered, but this mechanism being symmetrical it works in the same way in any chain of channels.
  • the number of communication channels between the supplier and the consumer or consumers can be arbitrary.
  • a communication channel can connect as a client of another communication channel.
  • FIG. 2 illustrates an example of a network of communication channels.
  • a supplier F is connected to a first communication channel.
  • a supplier F 2 is connected to a second communication channel. These two communication channels have a third communication channel for the client.
  • One or more consumers C are connected as customers of the first communication channel, while one or more consumers C 2 are connected as customers of the second communication channel.
  • Such a network topology is of great practical interest. It allows consumers C to receive only information from the supplier F 17 while consumers C 2 receive information from the suppliers F and F 2 . Any piece of software can therefore choose to receive information from several suppliers by choosing the communication channel to which he must connect as a customer.

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computer And Data Communications (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)
EP00958660A 1999-08-16 2000-08-10 Verfahren zur asynchronen übertragung von informationen mit acid eigenschaften Withdrawn EP1145121A3 (de)

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
FR9910516 1999-08-16
FR9910516 1999-08-16
PCT/FR2000/002292 WO2001013225A2 (fr) 1999-08-16 2000-08-10 Procede de transmission asynchrone d'informations, possedant les proprietes acid

Publications (2)

Publication Number Publication Date
EP1145121A2 true EP1145121A2 (de) 2001-10-17
EP1145121A3 EP1145121A3 (de) 2002-09-11

Family

ID=9549160

Family Applications (1)

Application Number Title Priority Date Filing Date
EP00958660A Withdrawn EP1145121A3 (de) 1999-08-16 2000-08-10 Verfahren zur asynchronen übertragung von informationen mit acid eigenschaften

Country Status (4)

Country Link
EP (1) EP1145121A3 (de)
JP (1) JP2003507789A (de)
AU (1) AU7010900A (de)
WO (1) WO2001013225A2 (de)

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB2301686A (en) * 1995-06-03 1996-12-11 Ibm Transaction synchronisation procedure in a routing node
EP0817019B1 (de) * 1996-07-02 2003-01-29 International Business Machines Corporation Verfahren zur geschichteter Transaktionsverarbeitung

Non-Patent Citations (1)

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

Also Published As

Publication number Publication date
AU7010900A (en) 2001-03-13
JP2003507789A (ja) 2003-02-25
EP1145121A3 (de) 2002-09-11
WO2001013225A3 (fr) 2001-08-30
WO2001013225A2 (fr) 2001-02-22

Similar Documents

Publication Publication Date Title
US9632828B1 (en) Computing and tracking client staleness using transaction responses
EP0005722B1 (de) Auswahlsystem für Vorrangsschnittstellen
FR2756070A1 (fr) Systeme de gestion et de traitement de transactions distribuees d'objets et procede mis en oeuvre par ledit systeme
CN102546776B (zh) 一种san共享文件系统中实现离线读文件的方法
PL180608B1 (pl) Sposób, urzadzenie i produkt programu komputerowego do komunikacji TCP o zredukowanych operacjach pomocniczych PL PL PL PL PL PL PL PL PL PL PL
EP0665494A1 (de) Verfahren zur Simulation einer Server-Architektur unter Verwendung einer Client-Architektur
FR2476349A1 (fr) Systeme de traitement de donnees reparti
US9264519B1 (en) Embedding application services in a distributed datastore
FR2865334A1 (fr) Procede et systeme de transmission de messages dans un reseau d'interconnexions.
EP0969625B1 (de) Kommunikationsagent zwischen einem Verwalter und mindestens einem Betriebsmittel eines Rechnersystems
EP1376437A1 (de) Verfahren zur Prognose von Luftverkehrsereignissen, im Besonderen als Entscheidungshilfe von Fluggesellschaften und Flughäfen
EP3588294A2 (de) Störungsmanagementverfahren in einem netz von funkknoten, das auf einer globalen strategie aufgebaut ist
WO2001013225A2 (fr) Procede de transmission asynchrone d'informations, possedant les proprietes acid
CA2433429A1 (fr) Procede de traitement et d'acces a des donnees dans un systeme de reservation par ordinateur, et systeme de mise en oeuvre
FR2932289A1 (fr) Procede et systeme de synchronisation de modules logiciels d'un systeme informatique distribue en grappe de serveurs, application au stockage de donnees.
EP2442518A1 (de) Verarbeitungsverfahren von SIP-Erstanfragen über die Backends einer SIP-Gruppe bei einer Störung, und entsprechende Verarbeitungsvorrichtung
FR2944366A1 (fr) Procede et dispositif permettant l'execution de composants transactionnels heterogenes
EP2278466A1 (de) Vorrichtung und Verfahren zur verteilten Ausführung von Digitaldatenverarbeitungen
EP1871058B1 (de) System und Verfahren zur Behandlung in einem Verbindungsnetzwerk transportierter Nachrichten
FR2766937A1 (fr) Protocole et systeme de liaison par bus entre elements d'un microcontroleur
FR2863377A1 (fr) Procede de gestion d'un dispositif de memorisation de donnees organisees en file d'attente, et dispositif associe
WO2005055060A1 (fr) Dispositif et procede asynchrones et automatiques de transmission de resultats entre objets communicants
CA2137620C (fr) Procede de simulation d'une architecture "serveur" a partir d'une architecture "client"
EP0524076B1 (de) Zusammengesetztes Softwaresystem und sein Herstellungsverfahren
FR3067490A1 (fr) TRAITEMENT DE MESSAGES MULTlNORMES

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

AK Designated contracting states

Kind code of ref document: A2

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

AX Request for extension of the european patent

Free format text: AL;LT;LV;MK;RO;SI

XX Miscellaneous (additional remarks)

Free format text: DERZEIT SIND DIE WIPO-PUBLIKATIONSDATEN A3 NICHT VERFUEGBAR.

PUAK Availability of information related to the publication of the international search report

Free format text: ORIGINAL CODE: 0009015

17P Request for examination filed

Effective date: 20020228

AK Designated contracting states

Kind code of ref document: A3

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

AX Request for extension of the european patent

Free format text: AL;LT;LV;MK;RO;SI

RAP1 Party data changed (applicant data changed or rights of an application transferred)

Owner name: ALCATEL LUCENT

17Q First examination report despatched

Effective date: 20070830

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: 20080311