欢迎来到天天文库
浏览记录
ID:34355896
大小:361.42 KB
页数:47页
时间:2019-03-05
《企业快信系统的设计与实现》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、华中科技大学硕士学位论文企业快信系统的设计与实现姓名:高伟申请学位级别:硕士专业:软件工程指导教师:吴涛20051030摘要随着计算机和网络技术的迅猛发展和推广应用,web应用程序在各应用领域中所占据的地位越来越重要。在这种背景下,根据时代发展的需要,如何高效地开发稳定、安全的web应用程序是我们当前所面临的一个主要课题。在过去应用系统的开发过程中,C/S体系结构得到了广泛的应用。但C/S结构存在着很多体系结构上的问题,比如:当客户端数目激增时,服务器端的性能会因为负载过重而大大衰减等。同时由于现在的web应用程序正面临越来越多的客户机对数据库的访问要求,因此对数据库高效、安全存
2、取就提出了更高的要求。课题以企业短信系统的设计与实现过程为基线,分析了C/S和B/S架构的特点,选用了微软最新推出的.NET平台,使用APS.NET技术进行系统的实现。在深入研究了.NET平台下数据库存取的各种机制后,根据企业快信系统的自身特点,通过采用SQLServer.NET数据供应器提供的池化功能,同时合理选择链接池的大小,并使用Windows2000自带的性能监视器来监视链接池等方式来实现数据库存取的安全、高效。为提高效率,性能,安全,并达到三者的平衡,采用合理的机制实现了企业快信系统。实践表明,本文的研究成果和文中描述的设计和实现方法是合理的,切实可行的。关键词:B/S多
3、层架构数据库存取数据供应器链接池IIAbstractWiththerapidlydevelopmentofthecomputerandthenetworktechnology,Webapplicationprocedureplaysamoreandmoreimportantroleintheapplicationdomain.Underthiskindofbackground,accordingtotherequirementsofthemoderntime,howtodevelopaWebapplicationeffectivelywhichisstablereliable
4、andsafeisabigquestionwehavetodealwith.C/Sarchitecturewaswidelyappliedinthepastapplicationsystems.ButthereweremanyproblemsintheC/Sarchitecture,forinstance:whenthenumberofclientincreasessharply,theperformanceoftheserverwillweakengreatlybecauseoftheoverweightofload.AtthesametimethepresentWebappli
5、cationencountersmoreandmorecasesthatmanyusersaccessdatabaseatthesametime,thereforeahighlyeffectiveandsafedeposittothedatabaseisahighrequest.Takethedesignandtheimplementationofenterpriseshortsystemasabaseline,hasanalyzedC/SandB/SArchitecturecharacteristic,selectedthenewestpromoted.NETplatform,h
6、asusedAPS.NETtechnologytocarriesontheimplementationofsystem.Hasstudiedeachkindofmechanismofthedatabaseaccessunderthe.NETplatform,dispatchedowncharacteristicofsystemaccordingtotheenterprise,hasusedSQLServer.NETdataproviderpond,andreasonablychoosesthesizeoflinkpond,finallyusestheperformancemonit
7、orwhichWindows2000bringstomonitorlinkpondandsoontobehighlyeffectiveandsafe.Forenhancingtheefficiency,performance,safe,andachievedthreebalances,usedthereasonablemechanismtorealizetheenterprisetodispatchthesystem.Thepracticeindicatedinthi
此文档下载收益归作者所有