欢迎来到天天文库
浏览记录
ID:34573158
大小:1.68 MB
页数:61页
时间:2019-03-08
《基于j2me手机即时通信系统设计和实现》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、大连理工大学硕士学位论文摘要本文实现了基于J2ME的手机即时通信系统,系统客户端和服务器通信使用的是Http协议,对Http协议的特性作了简要描述,结合本系统的使用,分析了Http协议的内部操作流程。设计了本系统客户端和服务器通信的消息格式规范,重点对手机客户端轮询、登陆的初始化、注册、登陆、发送聊天、接收聊天消息等业务操作的消息规范进行了分析和设计。本系统的客户端通过轮询机制与服务器进行主动通信,有利于通信的优化,实现了通信过程的虚拟持久性。客户端体系结构中的核心模块是消息的接受模块和发送模块,这两个模块是多线程执行的,充当了与服务器通信的主要角色。在与服务器通信过程中,客
2、户端实现了对CMwAP和CMNET两种方式连接网络的兼容。对系统服务器端的设计进行了讨论,分析了服务器端的系统结构,讨论了服务器端数据库的设计,对应用服务器端的负载均衡问题进行了分析,结合本系统的实际情况,给出了一种负载均衡的解决方案。对于数据库的负载均衡,弓l入了表拆分和库表散列技术,将数据库服务器分成多个组,分担了高并发访问给数据库造成的负载。每个数据库服务器组建立主从式的冗余结构,有效解决了数据库读和写的冲突问题,缩短了系统响应时间。每个数据库组中包含多个从数据库有利于分担查询负载。主从式的数据库冗余结构有利于数据库的备份和恢复,避免了单点故障。关键词:即时通信;J2M
3、E;负载均衡;库表散列基于J2ME的手机即时通信系统的设计与实现DesignandImplementationofMobilePhoneInstantMessagingSystemBasedonJ2M匣AbstractThispaperrealizeamobilephoneinstantmessagesystembasedonj2me,thecommunicationprotocolbetweenclientandserverishap,wedescribedthebasiccharacterandinneroperationflowofhttpcommunication.w
4、edesignedthecriterionofmessagepassedbetweellclientandseryer.Especially.Wegavedetaileddesignofclient'sinitiaion,register,logiIl,sendingmessage,receivingmessage,andSOOILThecommunicationbetweenclientandSeTVerofthesystemislaunchedbyclientotherthanSerVer,thismechanismismakeforoptimizationofcommu
5、nicationanditrealizedthevirtualpermanenceofcommunication.Thecoremodulesintheclientarchitecturearesendingmessagemoduleandreceivingmessagemodule,thesetwomodulestunedintheseparatethreadswhichusedtocommunicate研mservers.Theclientofthesystemalsosupportedcormeetingserverusingbothemwapandcmnet.Inth
6、elastpart,wegavea盯chitecturediagramoftbeservers.wedescribedthedesignofthedatabase,especially,analysedtheloadbalancingproblemoftheserversandgaveaachemeofloadbalaningofthesystemattheend.Inordertosolvingtheloadbalancingproblemofdatabase,weintroducedtechnologyofpartitioningtable,whichpartitione
7、dadatabaseintoseveralgroupsandeachgroupcontainsamasterdatabaseandseveralslavedatabases.Thenlaster—slavearchited[Ilreisabletosolvingread-writeconflictproblem,reducingthesystemrespondtimeeffectively,makingfordatabasebackupandresume,avoidingasin班epo砒offailu
此文档下载收益归作者所有