.net 2.0 socket perfomance

  • Thread starter Thread starter Gregory Stanskiy
  • Start date Start date
Hi Gregory,

those changes described in the article where introduced with .NET Framework
2.0 SP1. As described in the article, your applications should perform
better without recompilation to certain degree. But if you want to make use
of all the new features, you have to modify your code.

Kind regards,
Henning Krause


in message news:[email protected]...
 
Ok Pete,

How can you comment this statement: "The primary issue with the
version 2.0 Socket class is that it consumes excess CPU cycles to
perform a single socket I/O operation as well as when allocating the
necessary underlying objects to maintain I/O operations on a large
number of sockets simultaneously."

from this article: http://msdn.microsoft.com/en-us/magazine/cc163356.aspx

Thanks
 
Back
Top