Tentakel is a program that executes the same command on many hosts in parallel using SSH or other remote methods. It is designed to be easily extendable. The output of the remote command can be controlled by means of format strings.
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.
Esta versión viene con dos nuevas características: un mecanismo de plug-in permite a los usuarios crear fácilmente sus propios métodos a distancia, y el nuevo "maxparallel" parámetro, que permite limitar el número de subprocesos en ejecución al mismo tiempo para evitar una carga excesiva en los servidores de descarga, etc .. La característica maxparallel Tentakel puede hacer mucho más rápido en determinadas circunstancias. El plug-in rsh es ahora mucho más útil, ya que ahora es capaz de devolver el estado de salida del comando a distancia.
Tags:
Major feature enhancements
This release comes with two new features: a plugin mechanism allowing users to easily create their own remote methods, and the new "maxparallel" parameter, which allows one to restrict the number of concurrently running threads to avoid too much load on download servers, etc.. The maxparallel feature can make tentakel a lot faster under certain circumstances. The rsh plugin is now much more useful, as it is now able to return the exit status of the remote command.