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