Created wiki page through web user interface.

This commit is contained in:
Louwrentius 2009-03-12 23:55:06 +00:00
parent f12535cc1a
commit 9079f1ddd2
1 changed files with 23 additions and 0 deletions

23
wiki/Relatedprojects.wiki Normal file
View File

@ -0,0 +1,23 @@
#summary Related projects
Through Linux Magazine, I found a project called "Linux Middleman".
A quote from it's main page:
{{{
Parallel Shell Scripting Made Easy
The Middleman System (mdm) is a set of open-source utilities that help you parallelize your shell scripts. Its features include:
Uses dynamic mix-n-match parallelization technology
Requires minimal modification to existing scripts
Provides ncurses-based monitoring console
The Middleman System is what you need to unleash the power of your multi-processor and multi-core computers.
}}}
Middleman uses a different approach to accomplish the same thing as PPSS: parallel processing using shell scripts. It seems that Middleman focuses on parallelising tasks within existing shell scripts. PPSS on the other hand just executes entire scripts or commands in parallel.
Use the tool you need. So take a look at the following link to learn more about Middleman:
http://mdm.berlios.de/