Distributed Database System-Implementation of business travel booking system (12)

Source: Internet
Author: User
Coordination between transactions

Every assembled transaction will be lost in the transaction pool, waiting for the program to execute it. The program checks which transactions in the transaction pool can be executed at intervals, agrees to the transactions that can be executed to process themselves, and leaves the results in the Results pool.

Result pool and transaction pool

 

Transaction execution in the transaction pool

The execution program checks which transactions in the transaction pool can be executed at intervals, and the transactions that can be executed by itself. The client program only needs to leave the assembled transactions in the transaction pool. The rest of the work is to wait for the results in the result pool.

While (true) // check the result queue cyclically and find the transaction result {If (queuetransactionservice. transactionresult. containskey (inttransactionid. tostring () // you can find the data you need in the result list and jump out of the infinite waiting for break;} resulthashtable = (hashtable) queuetransactionservice. transactionresult [inttransactionid. tostring ()]; // receives results from the slave server

The client waits for the result in the result pool.

 

 

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.