Concurrency in web applications

前端 未结 7 1284
独厮守ぢ
独厮守ぢ 2021-01-01 20:42

So recently there has been a lot of emphasis by almost all platform providers to provide new tools/language constructs for better concurrency. And that is also one of the re

7条回答
  •  爱一瞬间的悲伤
    2021-01-01 21:22

    Sure concurrency platforms make a lot of sense in web apps. Just look at SO (and the multi-tenancy framework StackExchange) for instance - there has to be many cases where the same object (question, answer, etc) is being updated 'concurrently'. This would be a large consideration of such software i'd imagine.

提交回复
热议问题