Building Scalable Web Apps with Windows Azure.pptx


文档分类:IT计算机 | 页数:约25页 举报非法文档有奖
1/25
下载提示
  • 1.该资料是网友上传的,本站提供全文预览,预览什么样,下载就什么样。
  • 2.下载该文档所得收入归上传者、原创者。
  • 3.下载的文档,不会出现我们的网址水印。
1/25
文档列表 文档介绍
BuildingScalableWebAppswithWindowsAzureNameTitleMicrosoftCorporationAgendaWhowillbenefitfromthistalkWebappdeveloperswhoarealreadyfamiliarwithWindowsAzurewithscalingneedsTopicsAsynchronouspatterns&essTuningapplicationperformanceWhatyou’llleavewithWindowsAzurehelpsyoubuildscalablewebappsusingtheapproachesthatyou’realreadyfamiliarwithSynchronousDesignPatternEachthreaddedicatedtooneoutstandingrequestBlockoneachstepof“thework”doneforeachrequest,thenrespond&repeat ThisapproachscalespoorlyEachoutstandingrequestisstoredonathreadstackThreadsblockevenwhenthereisworktobedoneAddingathreadenablesonlyoneadditionalconcurrentrequestClientRequest#1WebAppFrontEndSQLAzureWAStorageMiddleTierClientResponse#1ClientRequest#2“TheWork”#1Response#1Timepasses…ThreadThreadWaiting…pletesClientRequest#1WebAppFrontEndSQLAzureWAStorageMiddleTierClientResponse#1ClientRequest#2“TheWork”#1Response#1ThreadThreadClientResponse#2“TheWork”#2Response#2ContextThisapproachscaleswellClientrequeststrackedexplicitlyinapp’sdatastructuresThreadsneverblockwhilethereisworktobedoneEachthreadcanhandlepossiblymanyconcurrentrequestsButbookkeeping&synchronizationcanbedifficult…Async/awaitsupportsimplifiesbookkeepingvoidUploadImage(Streamimage,CloudBlobdestBlob){//AddimagetolistinSQLAzureAddImageToSQLAzure();//UploadimagetoblobstorageUploadImageToBlob(image,destBlob);}asyncTaskUploadImageAsync(Streamimage,CloudBlobdestBlob){//AddimagetolistinSQLAzurevart1=AddImageToSQLAzureAsync();//Uploadimagetoblobstoragevart2=UploadImageToBlobAsync(image,destBlob);(t1,t2);}Buthowdowemakeoneofthese?Creatingasyncmethodsfrombegin/endpairsvoidUploadImageToBlob(Streamimage,CloudBlobdestBlob){(image);}asyncTaskUploadImageToBlobAsync(Streamimage,CloudBlobdestBlob){//<T>to//representaBegin/<Stream>(,,image,null);}

Building Scalable Web Apps with Windows Azure 来自淘豆网www.taodocs.com转载请标明出处.

相关文档 更多>>
非法内容举报中心
文档信息
  • 页数25
  • 收藏数0 收藏
  • 顶次数0
  • 上传人rovend
  • 文件大小2.36 MB
  • 时间2020-03-03