欢迎来到天天文库
浏览记录
ID:45965127
大小:76.50 KB
页数:9页
时间:2019-11-19
《计算机科学与专业技术英文文献》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库。
1、东北石油大学本科毕业设计(英文文献及翻译)《专业英语》期末考试课程论文微软ASP.NET设计应用班级:13级信息管理与信息系统1班学号:2013404020114姓名:朱敦达分数:2015年12月25日9东北石油大学本科毕业设计(英文文献及翻译)微软ASP.NET设计应用CGI具有扩充性能和克服的问题的能力,是微软公司开发的一种新的方式开发建设规模的应用。这就是所谓的替代highperformance互联网服务器应用程式接口(ISAPI)。代替了housing功能编程档案,利用DLLs代替了复杂的编写程序的过程,同
2、其它软件比较DLLs具有很大的优势,在性能上也有所扩充。IntroductiontoASP.NETDevelopmentToovercometheperformanceandscalabilityproblemsthatCGIbrings,Microsoftdevelopedanewwayfordeveloperstobuildscalableapplications.ThishighperformancealternativeiscalledtheInternetServerApplicationProgramm
3、ingInterface(ISAPI).Insteadofhousingfunctionalityinexecutablefiles,ISAPIusesDLLs.UsingDLLsinsteadofexecutableprogramshassomedefiniteperformanceandscalabilityadvantagesISAPI在功能上有所扩展,它可以向用户提出要求,使单一ISAPI扩展执行多种任务。就像CGI的例子一样,ISAPI再使用时必须使用目录执行许可认证,或利用DLL下载客户端,而不是直接在
4、服务器上使用,ISAPI扩展通常用来处理用户的要求做出回应,这和使用CGI的方式非常类似。TheISAPIextensioncouldalsobecalledwithargumentsthatwillallowasingleISAPIextensiontoperformmultipletasks.JustasintheCGIexample,thedirectorymusthaveexecutepermissionsenabled,ortheDLLwillbedownloadedtotheclientratherth
5、anrunontheserver.ISAPIextensionsaretypicallyusedtoprocessclientrequestsandoutputaresponseasHTML,whichisverysimilartothewayCGIprogramsareused.凡是直接与CGI重复的申请必须经过ISAPI的过滤器。但是,ISAPI过滤器没有明确的要求,相反,它们被称为tocertain针对IIS的生活事件要求,发展商在任何一种称为ISAPI过滤器的事件发生后,才能提出要求,具体发生事件如下:1.
6、当服务器发生客户邀请事件时。2.当客户使用真实服务器时。3.当服务器从逻辑URL绘制物理URL图形时。4.在原始数据由客户发送给服务器时。5.在原始数据由客户发送到服务器,但在服务器程序运行之前时。6.当信息服务器原数据时。7.在协议结束时。ISAPIfiltersperformafunctionthatcan’tbedirectlyduplicatedwithCGIapplications.ISAPIfiltersareneverexplicitlycalled;instead,theyarecalledbyII
7、Sinresponsetocertaineventsinthelifeofarequest.ThedevelopercanrequestthatanISAPIfilterbecalledwheneveranyofthefollowing9东北石油大学本科毕业设计(英文文献及翻译)eventsoccur:1.Whentheserverhaspreprocessedtheclientheaders2.Whentheserverauthenticatestheclient3.Whentheserverismappinga
8、logicalURLtoaphysicalURL4.Beforerawdataissentfromtheclienttotheserver5.Afterrawdataissentfromtheclienttotheserverbutbeforetheserverprocessesit6.Whentheserverlogsinformation7.Whenth
此文档下载收益归作者所有