Skip to content

praveen-sivadasan/multi-thread-java-akka-fwk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A multi threaded application using Akka Framework

Licensed under Apache 2.0 Akka is an open source framework used for creating distributed, concurrent, fault-tolerant and scalable applications. Using the Actor Model we raise the abstraction level and provide a better platform to build scalable, resilient and responsive applications. For fault-tolerance we adopt the "let it crash" model which the telecom industry has used with great success to build applications that self-heal and systems that never stop. Actors also provide the abstraction for transparent distribution and the basis for truly scalable and fault-tolerant applications.

Objective

Application objective is to read the text files in the "fileFolder" concurrently in a multi threaded environment by using the Akka framework.

Screenshot

akka-screehsot

Releases

No releases published

Packages

No packages published

Languages