EF>    I tested the speed of the link by using Netscape to download a file from
EF> the Linux machine (running Apache) to the Win95 machine (The file was the X11
EF> directory tarred) and the speed of the link peaked at 1.6M/s.

This is not a good test - the disk may become a bottleneck and the
caching of the file in memory is a factor. I would test it with ttcp or
something similar. Or when I don't have it handy then /dev/zero-like
things are good too:

dd if=/dev/zero bs=1 count=1 of=my_test_file seek=10000000
and then FTP this file to /dev/null of the other computer _in binary
mode_, not ascii.

And remember to delete the seemingly long file before a backup :)
(well, good backup progams understand sparse files)

-- 
Meelis Roos ([EMAIL PROTECTED])
-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]

Reply via email to