diff options
Diffstat (limited to 'sysutils/pdsh/pkg-descr')
-rw-r--r-- | sysutils/pdsh/pkg-descr | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/pdsh/pkg-descr b/sysutils/pdsh/pkg-descr index af46d7b06d81..b2546de5081a 100644 --- a/sysutils/pdsh/pkg-descr +++ b/sysutils/pdsh/pkg-descr @@ -1,6 +1,6 @@ -Pdsh is a an efficient, multithreaded remote shell client which executes -commands on multiple remote hosts in parallel. Pdsh implements dynamically -loadable modules for extended functionality such as new remote shell services -and remote host selection. +Pdsh is a high-performance, parallel remote shell utility. It uses a sliding +window of threads to execute remote commands, conserving socket resources while +allowing some connections to timeout if needed. It was originally written as a +replacement for IBM's DSH on clusters at LLNL. WWW: http://code.google.com/p/pdsh/ |