
Korus – a Java programing framework
Korus is an open source, highly scalable and distributed parallel programming Java framework, which emphasizes on Actor Pattern. It is a programmer intuitive and light-weight framework that is simple to adopt and use seamlessly with Java programs.
Features
Highlights
Korus helps in optimal utilization of the cores and minimizes the CPU idle time and effectively takes advantage of the commodity and multi-core hardware. Korus also works well in a distributed environment. Other benefits include
Features
- Provide a high uptime, fault-tolerant, and efficient systems
- Very near Linear Scalability
- Programmer Friendly Model
- Parallel Constructs
- Support for Add-on
- Based on Actor Pattern
Highlights
Korus helps in optimal utilization of the cores and minimizes the CPU idle time and effectively takes advantage of the commodity and multi-core hardware. Korus also works well in a distributed environment. Other benefits include
- Very few (1-3) execution threads
- Reduces the context switching overhead
- No deadlocks and thread related issues




