Which a-v vendor ?

We use Norton on our desktops and that only ever downloads deltas to the database.


We can't depend on rsync because in contrast to httpd it is not "a
standard".

Neither is Linux, is it ?


> Alo rsync is VERY resource (cpu, mem, ..) consumptive.

If you drop the "z" and "c" flags then it should be about the same on resource usage than HTTP. But the fact that it only transmits deltas will mean that even without the "z" flag (compress), its bandwidth usage will be lower than HTTP.

At the end of the day more CPU or more RAM is generally much cheaper than more bandwidth.

However, the fact that Apache uses the pre-fork technique, instead of forking for each connection (like rsync does), may make rsync unsuitable for extremely high number of connections.


James




-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
Clamav-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-devel

Reply via email to