- 1、本文档共5页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
基于消息中间件的航班信息显示系统的设计与实现
2010 第19卷 第 10 期 计 算 机 系 统 应 用
基于消息中间件的航班信息显示系统的
设计与实现①
李小智 陶 勇 (湖南大学 软件学院 湖南 长沙 410082)
要:基于传统 B/S 模式的实时信息显示系统通过定时刷新页面方式以实现动态信息的显示,存在效率低、
与实际数据不同步等问题。引入基于发布/订阅模式的消息中间件,结合浏览器的插件技术组建航班信
息显示系统,系统应用服务器将数据推送给消息中间件,消息中间件再将数据以消息的方式推送给单
个或多个目标浏览器,达到动态信息实时显示的要求。测试结果表明,该系统具有页面响应快、服务
器资源消耗率低等特点,且随着系统规模的不断增加,性能也能得到保证。
关键词:B/S 模式; 发布/订阅; 消息中间件; 数据推送; 实时显示
Design and Implementation of Flight Information Display System Based on
Message-Oriented Middleware
LI Xiao-Zhi, TAO Yong (Software School, Hunan University, Changsha 410082, China)
Abstract: Real-time information display system is based on the traditional B/S mode which requires the user to
refresh the page occasionally in order to display dynamic information . The system is inefficient and it is
hard for the user to keep pace with the actual data. By means of leading the publish/subscribe model-based
message oriented middleware and the browser plug-in technology to build flight information display
system(FIDS), an application server moves the data to the Message-Oriented Middleware, and then the
Message-Oriented Middleware moves the data to a single or multiple target browsers. This system can meet
the requirement of displaying dynamical information. Test results show that the system has the
characteristics of rapid page response and low consumption rate of server resources.
Keywords: B/S model; publish/subscribe; message-oriented middleware (MOM); data push ; real-time display
1 引言 在一定程 上可以达到实时更新信息的要求,但实际运
航班信息显示系统(FIDS)作为机场管理信息系统 行时会生成大量不必要的流量,随着系统规模不断扩
一个子系统,是航站楼向旅客和外界发布航班信息的 大,其结果必然造成网络拥塞,服务器CPU 时间占用
主要手段,
文档评论(0)