@inproceedings{c0c7201283fd4f36aa18d71c41e7b487,
title = "Application of lock-free queue in a fast command relay software",
abstract = "Lock-free algorithms provide a new way for thread synchronization, it avoid some common problems encountered in traditional synchronization methods. But the implementation of lock-free algorithm is generally complex. The lock-free queue algorithm described by Maged M. Michael and Michael L. Scott was fast and simple, its implementation using C++ under Windows platform was described. The algorithm was applied in a command relay software in astronautics field. The main function of this software is to relay command between control device and telemetry device. Speed and reliability are very important design goals. The algorithm was analyzed, and tests were conducted on the software. Test results show that performance of the software meet our design goals.",
keywords = "Lock-free queue, Multithreading, Telecommand, Thread synchronization",
author = "Sen Wang and Qi Zhao and Feng, \{Wen Quan\}",
year = "2009",
doi = "10.1109/FITME.2009.147",
language = "英语",
isbn = "9780769538808",
series = "2009 2nd International Conference on Future Information Technology and Management Engineering, FITME 2009",
pages = "572--575",
booktitle = "2009 2nd International Conference on Future Information Technology and Management Engineering, FITME 2009",
note = "2009 2nd International Conference on Future Information Technology and Management Engineering, FITME 2009 ; Conference date: 13-12-2009 Through 14-12-2009",
}