Aorta 0.05 review

Download
by rbytes.net on

Aorta project is a load-balancing clustered P2P application. It executes Tasklets (which have the ability to split themselves into

License: GPL (GNU General Public License)
File size: 0K
Developer: Rickard Lundin
0 stars award from rbytes.net

Aorta project is a load-balancing clustered P2P application.

It executes Tasklets (which have the ability to split themselves into sub tasks that can be executed in pararell).

A typical cluster contains of a LAN with 1-256 computers, each one running aorta.

A Tasklet can be of any type ranging from encoding MP3s, Genomic DNA Alignment, or simply to rendering Web pages for high speed/heavily loaded Web sites.

You can make functions calls to C/C++, applications like Matlab, etc.

Here are some key features of "Aorta":
PingTasklet simply traversers your net of aortas.
ImageTasklet , simply rescale imagecolours.
EncodeTasklet, spreads out mp3 encode in your LAN.
SimpleSort , Merge sort by Gretsam.

What's New in This Release:
Refactored to one base class Moblet,the smalles code and data entity moving around
Improved Moblet Receiver and executing. Minimizing worker idle time
startup script aorta.sh improved now can start with remote debug params
Aorta core can now be used as an API to emit/delegete Moblets from an user created application
Preferences stuff should work on a MS platform now
Herve added DocBook to buildsystem
Gretsam added a MergeSorter Tasklet

Aorta 0.05 search tags