This website requires JavaScript.
Explore
Help
Register
Sign in
kpriv
/
freebsd-ports
Watch
1
Star
0
Fork
You've already forked freebsd-ports
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
c44d28bdb1
freebsd-ports
/
net
/
p5-Net-CascadeCopy
/
pkg-plist
3 lines
70 B
Text
Raw
Normal View
History
Unescape
Escape
Support STAGEDIR.
2013-11-05 17:42:55 +01:00
%%PERL5_MAN3%%/Net::CascadeCopy.3.gz
This module implements a scalable method of quickly propagating files to a large number of servers in one or more locations via rsync or scp. This module and the included script, ccp, take a much more efficient approach that is O(log n). Once the file(s) are been copied to a remote server, that server will be promoted to be used as source server for copying to remaining servers. Thus, the rate of transfer increases exponentially rather than linearly. Servers can be specified in groups (e.g. datacenter) to prevent copying across groups. This maximizes the number of transfers done over a local high-speed connection (LAN) while minimizing the number of transfers over the WAN. The number of multiple simultaneous transfers per source point is configurable. The total number of simultaneously forked processes is limited via Proc::Queue, and is currently hard coded to 32. WWW: http://search.cpan.org/dist/Net-CascadeCopy/ PR: ports/151487 Submitted by: Gea-Suan Lin <gslin at gslin.org>
2010-10-19 02:28:57 +02:00
%%SITE_PERL%%/Net/CascadeCopy.pm
Reference in a new issue
Copy permalink