Download akka
Introduction
Akka is a library written in scala. It is used to simplify the compilation of fault tolerant and highly scalable Java and Scala actor model applications. It has been successfully applied in the telecom industry. The system almost never goes down (High Availability 99.9999999% a year only 31 MS down actor model is nothing new, it was proposed by Carl Hewitt in the 1970s s, the purpose is to solve a series of Programming Problems in distributed programming. Its features are as follows: everything in the system can act as an actaggregator completely independent of each other. When a message is received, all actions taken by the actor are parallel, actions in a method do not have a clear sequence of actor by the identifier and the current behavior description actor may be divided into the original (primitive) and non-original (non primitive) CATEGORY non-original actor identifies the current behavior by a set of knowledge (acquaintances) (instance variables or local status) represented by a mail address) and define the action that the actor will take when receiving the message to form the message transmission is non-blocking and asynchronous, its mechanism is that all messages in the mail queue (Mail-queue) are sent in parallel