Displaying 2 results from an estimated 2 matches for "420kb".
Did you mean:
20kb
2004 Jan 09
0
rsync performance question Part II
Hello,
I have more info on my specific problem.
pop 1) RedHat 7.3, fs1 fs3
pop 2) BSD/OS 4.3.1 www files
rsync version 2.6.0 protocol version 27
fs1 --> fs3 500kB/s
fs1 <-- fs3 420kB/s
fs1 --> www 20kB/s
fs1 <-- www 20kB/s
files --> www 2.9 MB/s
files <-- www 4,4 Mb/s
This shows that within their own networks, there is no
problem. It is only between the two pops. The machines
have a enough RAM and speed. I always keep enough RAM
so that it never has...
2001 Oct 07
3
Using -lssh as shared library
...ompat. So I thought about building
those libs as shared objects, instead of linking those
routines statically into every program. After some minor
tweaks, I successefully did that, saving about 1/3 of
total package size (3 rpms -- openssh, openssh-server
and openssh-clients -- was 650Kb befor and 420Kb after).
While tweaking makefiles and so on, I realized one minor
problem with libssl.a: it is not a complete library per
se. Yes, I know that it isn't intended to be used by
other programs (btw, pam_ssh uses parts of libssh), but
keeping it in a good state may be helpful anyway. One
issue wi...