欢迎来到天天文库
浏览记录
ID:34330781
大小:91.18 KB
页数:13页
时间:2019-03-05
《Windows Azure Queue - Dec 2008.docx》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、WindowsAzureQueueDecember,2008TableofContents1Introduction12BuildCloudApplicationswithAzureQueue23DataModel54QueueRESTInterface65QueueUsageExample75.1AProducer-ConsumerScenario75.2RESTRequestExamples85.2.1RESTPutMessage85.2.2RESTGetMessages95.2.3RESTDeleteMessage106B
2、estPractices116.1RetryTimeoutsand“ConnectionclosedbyHost”errors116.2TuneApplicationforRepeatedTimeouterrors116.3ErrorHandlingandReporting116.4ChoosingtheInvisibilityTimeforGetMessage126.5DeletingaMessagefromtheQueue126.6AdjustingWorkerRolesBasedonQueueLength136.7Usin
3、gBinaryFormatforMessages131IntroductionWindowsAzureisthefoundationofMicrosoft’sCloudPlatform.Itisan“OperatingSystemfortheCloud”,whichprovidesessentialbuildingblocksforapplicationdeveloperstowritescalableandhighlyavailableservices.WindowsAzureprovides:·VirtualizedComp
4、utation·ScalableStorage·AutomatedManagement·RichDeveloperSDKWindowsAzureStorageallowsapplicationdeveloperstostoretheirdatainthecloud,sotheapplicationcanaccessitsdatafromanywhereatanytime,storeanyamountofdataandforanylengthoftime,andbeconfidentthatthedataisdurableandw
5、illnotbelost.WindowsAzureStorageprovidesarichsetofdataabstractions:·WindowsAzureBlob–providesstorageforlargedataitems.·WindowsAzureTable–providesstructuredstorageformaintainingservicestate.13·WindowsAzureQueue–providesasynchronousworkdispatchtoenableservicecommunicat
6、ion.ThisdocumentdescribesWindowsAzureQueue,andhowtouseit.WindowsAzureQueueprovidesareliablemessagedeliverymechanism.Itprovidesasimpleandasynchronousworkdispatchmechanism,whichcanbeusedtoconnectdifferentcomponentsofacloudapplication.TheWindowsAzureQueuesarehighlyavail
7、able,durableandperformanceefficient.Itsprogrammingsemanticsensurethatamessagecanbeprocessedatleastonce.Furthermore,WindowsAzureQueuehasaRESTinterface,sothatapplicationscanbewritteninanylanguageandtheycanaccessthequeueatanytimefromanywhereintheInternetviatheweb.1Build
8、CloudApplicationswithAzureQueueWindowsAzureQueueallowsdecouplingofdifferentpartsofacloudapplication,enablingcloudapplicationstobeea
此文档下载收益归作者所有