Example of writing byte array of different size sequentially to a blob in Windows Azure

天大地大妈咪最大 提交于 2019-12-13 07:08:00

问题


I've been trying to find a good example on this but I must be searching for the wrong things. Here's what I wish to do:

  • One process writes byte arrays of different size to a blob sequentially (no need for any concurrency checks or anything like that). Each byte array is committed to the blob at each write
  • Other processes reads from the blob from starting at different positions but reads sequentially after that

Basically what I'm trying to describe is a transaction log. Any links to good resources or code samples to do this?


回答1:


Brent Stineman has an interesting technique which he used for a client that he explains on Cloud Cover Show



来源:https://stackoverflow.com/questions/9401725/example-of-writing-byte-array-of-different-size-sequentially-to-a-blob-in-window

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!