欢迎来到天天文库
浏览记录
ID:36646006
大小:1.56 MB
页数:59页
时间:2019-05-13
《银行业务系统通信子系统设计与实现》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、东北大学硕士学位论文银行业务系统通信子系统设计与实现姓名:李春雷申请学位级别:硕士专业:计算机应用技术指导教师:高福祥20061201东北大学硕士学位论文摘要银行业务系统通信子系统的设计与实现摘要随着银行业务的扩展,越来越多的中间业务子系统被集成到银行中心系统中。如果为每个中间业务子系统开发一个通信子系统,将会导致代码冗余、结构混乱、开发效率低下、维护困难、系统可扩展性差。因此,开发一个通用的通信子系统就显得特别必要。本论文介绍通信子系统时引入了通信中间件技术,它不仅使通信子系统具有高通用性和高移
2、植性等特点,同时还屏蔽复杂的网络编程细节,为编程人员提供简单的编程接口,大大降低编程人员的工作量和技术难度。论文详细介绍了通信子系统的三个层次:数据报文转换层、加密解密层、核心层。数据报文转换层负责数据格式的转换,加密解密层采用DES加密算法对接收到的数据加密/解密,核心层采用TCP作为通信协议,采用预先派生子进程队列、守护进程、流管道等技术,为业务系统提供一个稳定、可靠的并发通信平台。同时核心层还具有动态调整子进程数量和超时重传等功能,使系统具有很高的并发效率。本论文详细介绍了系统目标、系统开发
3、理论与技术依据、系统设计、实现和系统并发效率测试几个方面。重点介绍了预先派生子进程技术以及系统如何利用它实现并发服务。关键词:通信中间件,预先派生子进程,TCP,套接字,并发.III.末北大学硕士学位论文AbstraclDesignandImplementationofCommunicationSubsysteminBankBusinessSystemAbstractAlongwiththeexpansionofbankbusiness,moreandmoreintermediatebusines
4、ssubsystemsareintegratedintothebankkernelsystem.Ifwedevelopcommunicationsubsystemforeachintermediatebusinesssubsystem,itwillresultinredundantcode,disorderedframework,lowefficiency,hardmaintenance,andbadscalabilityofthesystem.Therefore,itisespeciallyne
5、cessarytodevelopauniversalcommunicationsubsystem.Communicationmiddlewaretechnologyisintroducedwhilecommunicationsubsystemisdescribedinthesis,whichnotonlymakesthecommunicationsubsystemhavingmanycharacters,suchashighuniversality,hightransplantation,ands
6、ooil,butalsoshieldsoffthecomplicateddetailsofnetworkprogrammingandprovidessimpleprogramminginterfaceforprogrammers.Therefore,theworkloadoftheprogrammerisgreatlylessenedandthetechniquedifficultyisalsoconsumedlyreduced.Thecommunicationsubsystemisdivided
7、intothreelayers,includingdatamessagetransformlayer,encryptionanddecryptionlayer,kemellayer.Thedatamessagetransformlayertakeschargethetransformationofthedataformat.TheencryptionanddecryptionlayermakesuseofDES(dataencryptionstandard)encryptingordecrypti
8、ngthedatawhichhasbeenreceived+ThekernellayerusesTCPasthecommunicationprotocol,andprovidesastableandhighefficiencyconcurrentcommunicationplatformforbusinesssystem,withthetechnologiesofpre—forkingchildprocessesqueue,daemonprocess,streampipe,ands
此文档下载收益归作者所有