ddingcham / TIL

Today I Learned
5 stars 0 forks source link

Concurrent Programming for Scalable Web Architectures #9

Closed ddingcham closed 5 years ago

ddingcham commented 5 years ago

http://berb.github.io/diploma-thesis/original/

Why / How - EventDriven / ActorBased (lightweight message) - Reactive / Functional

ddingcham commented 5 years ago

http://berb.github.io/diploma-thesis/community/index.html

community version

ddingcham commented 5 years ago

정리해두기 web - concurrency 저작권 가능

ddingcham commented 5 years ago
  1. The World Wide Web, Concurrency and Scalability / README.md
    http://berb.github.io/diploma-thesis/community/025_summary.html#summary

ddingcham commented 5 years ago

3.3 An Architectural Model for Scalabale Web Infrastructures

ddingcham commented 5 years ago
  1. Concurrent and Scalable Storage Backends
    http://berb.github.io/diploma-thesis/community/060_index.html
    친숙한 내용이었음
ddingcham commented 5 years ago

3.4 Scaling Web Applications

ddingcham commented 5 years ago

드디어 꺠달음
비즈니스 피쳐의 동시성을 없애려는 거임
It is exactly this simple execution model that makes single-threaded applications attractive for developers, as the efforts of coordination and synchronization are diminished and the application code (i.e. callbacks) is guaranteed not to run concurrently

ddingcham commented 5 years ago

http://berb.github.io/diploma-thesis/community/043_threadsevents.html 4.3 The Case of Threads vs. Events

ddingcham commented 5 years ago

4.3 하위
Looking for the Sweet Spots

ddingcham commented 5 years ago

5.5 하위 Case Study: Concurrency in node.js

ddingcham commented 5 years ago

6.2 하위 Partitioning

ddingcham commented 5 years ago

6.3 하위 Non-Relational Database Management Systems