| Projects on Google Code | Results 1 - 5 of 5 |
=Welcome to the Epoch Language Project=
Epoch is a modern, full-featured programming language designed to offer rich first-class support for both symmetric and asymmetric multiprocessing. As the types of computing hardware within a modern PC continue to proliferate, Epoch provides a reliable and po...
Superpy distributes python programs across a cluster of machines or across multiple processors on a single machine. This is a coarse-grained form of parallelism in the sense that remote tasks generally run in separate processes and do not share memory with the caller.
Key features of superpy incl...
While working on PHP, on many occassions I come up with requirement where I need to run some processes in parallel.
But there wasnt any easier way to do parallel processing in PHP.
In PHP, we could use fork using pcntl_fork() function but in unix variant platforms when PHP is not running as Apac...
Emulation engine for various parallel computation models on graphic processing units.
The _actor_ model is a programming paradigm for adding concurrency to applications, which differs greatly from the much more commonplace _thread_ model.
Information on the theory behind the model itself may be found at the [http://en.wikipedia.org/wiki/Actor_model Wikipedia entry] for the actor m...