ru.primetalk.synapse.akka.distributed.package.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of synapse-grid-akka_2.11 Show documentation
Show all versions of synapse-grid-akka_2.11 Show documentation
SynapseGrid is a framework for constructing reactive real-time immutable data flow systems. -core contains everything to run a single-threaded system, -akka contains everything to run systems over Akka actors, -slf4j - enables logging, -concurrent - running systems directly over ExecutorContext without the need for Akka, -examples - a few test systems. Also there are -frames - a framework for type construction with meta information (see relations.scala). -typed-expressions - a framework for defining parsers and generators for natural language. The current version is 1.4.0
The newest version!
package ru.primetalk.synapse.akka
/**
* Distributed system of actors.
*
* The system is converted to a set of RouterBecome actors at the same level.
* Directly under the HostActor.
* Then at a particular host some of actual system actor are also created (ActorForSystemOneLevel).
* When created they register themselves at the corresponding router.
*
* The hierarchy of subsystems becomes "flat" collection of systems under HostActor.
* And these subsystems do not interact with each other directly instead they send messages via
* routers.
* @author zhizhelev, 26.03.15.
*/
package object distributed
© 2015 - 2025 Weber Informatics LLC | Privacy Policy