タグ

関連タグで絞り込む (1)

タグの絞り込みを解除

RESTに関するcelt69cobraのブックマーク (2)

  • RESTに関する3つの間違い

    楽観的排他制御を利用する非同期的なトランザクション実行であればスケーラビリティを損ねることなく2phase commitが可能である。これは、分散KVSにおけるスケーラビリティと一貫性の両立について で主張したように、同期的な2phase commitは密結合に誘導することになるため、矛盾するように思えるかもしれない。だがそんなことはない。 前半はまずこの話から入るが、後半ではRESTに関する間違いについて、3つほど思うところを述べたい。 楽観的排他制御と2phase commit reflexworksではFeedやEntry単位でatomicなトランザクション処理を行えるが2phase commitはサポートしていない。これを許すと密結合になってスケールしないからである。だが、これはあくまで同期的な処理の話であって、ネットワーク障害への耐性を考慮され、非同期処理やオフラインで使えるので

    RESTに関する3つの間違い
  • REST-ful URI design | RedRata

    What are the criteria for a good REST-ful URI? I assert: Short (as possible). This makes them easy to write down or spell or remember. Hackable 'up theWhat are the criteria for a good REST-ful URI? I assert: Short (as possible). This makes them easy to write down or spell or remember. Hackable ‘up the tree’. The user should be able to remove the leaf path and get an expected page back. e.g. http:/

  • 1