Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
back-end:akka [2021/03/23 12:19] – [AKKA] ledyxback-end:akka [2021/04/09 09:25] (current) – [AKKA] "Parallelism" tag 추가 ledyx
Line 9: Line 9:
  
  
-{{tag>Framework CQRS Concurrency}}+{{tag>Framework CQRS Concurrency Parallelism}}
  
  
Line 21: Line 21:
 * Responsive<sub>응답성</sub> : 위 세 속성을 만족하는 시스템을 "응답성이 있는 시스템"이라 한다. * Responsive<sub>응답성</sub> : 위 세 속성을 만족하는 시스템을 "응답성이 있는 시스템"이라 한다.
  
-== Actor의 속성 ==+== Actor  == 
 + 
 +=== 연산 === 
 + 
 +모든 연산은 **비동기**적!! 
 + 
 +  * create (생성) 
 +  * send (송신) 
 +  * become (상태변화) 
 +  * supervise (감독) 
 + 
 +=== 속성 ===
  
 * State : Actor는 내부 상태가 있고, 이 상태는 Message를 처리함에 따라 순차적으로 변한다. (mutable) * State : Actor는 내부 상태가 있고, 이 상태는 Message를 처리함에 따라 순차적으로 변한다. (mutable)
back-end/akka.1616501953.txt.gz · Last modified: 2021/03/23 12:19 by ledyx