andreas.moroder-wON1u+O0wKj/
2010-05-25 19:44:23 UTC
Hi Andreas,
There is currently no plans to use BITS in the Windows agent. I see
this feature is .NET dependent and we do not use the .Net framework
with for the Windows agent. We use standard C++ for the Windows
agents.
What are the advantages of BITS for package download instead of
using HTTP as we already do ?
Kind regards,
--
Guillaume
Hello Guillaume,There is currently no plans to use BITS in the Windows agent. I see
this feature is .NET dependent and we do not use the .Net framework
with for the Windows agent. We use standard C++ for the Windows
agents.
What are the advantages of BITS for package download instead of
using HTTP as we already do ?
Kind regards,
--
Guillaume
sorry that I sent the first post directly to you mail address and not
to the mailinglist too.
AFAIK the advantage of BITS ( that uses http as protocoll ) is that
it intelligently downloads packets only when there is idle badwith.
Using bits would free the OCS client from all the part of code that
tries to do the same by downloading packages piece per piece (
CYCLE_LATENCY, FRAG_LATENCY ... )
Bye
Andreas