摘要
介绍了一个应用于环境远程监控系统的简单、高效的无线短消息(SMS)平台服务器的架构及其设计。该服务器基于有界队列数据结构,采用单独线程阻塞模式读写,并模拟了事件驱动的机制。
This paper focuses on structure and design of a simple and effective SMS server,which is applied to a remote environment monitor and control system.The server is based on a bounded queue,and has a single worker thread running in a block mode and runs as if in event driven mechanism.
出处
《计算机工程与应用》
CSCD
北大核心
2005年第17期105-106,155,共3页
Computer Engineering and Applications
基金
广东省科技计划项目(编号:C31903)
广州市科技攻关重点项目(编号:2002Z2-E0172)
广东省环保局科技研究开发项目(编号:2001-24)
关键词
短消息
有界队列
线程安全
线程同步
SMS,bounded queue,thread safety,thread synchronization