Slow tcp connections with .Net2005

  • Thread starter Thread starter Matthew Woods
  • Start date Start date
M

Matthew Woods

Hi, i have some C# code that i converted from 2003 to 2005. it connects to a
server using tcp protocol. when i tested the performance of data transfer
between both versions the 2005 app was about 10x slower. has anyone else
experienced this and could shed light on what's going on?

Thanks

Matthew
 
Matthew Woods said:
Hi, i have some C# code that i converted from 2003 to 2005. it connects to a
server using tcp protocol. when i tested the performance of data transfer
between both versions the 2005 app was about 10x slower. has anyone else
experienced this and could shed light on what's going on?

Could you post a short but complete program which demonstrates the
problem?

See http://www.pobox.com/~skeet/csharp/complete.html for details of
what I mean by that.
 
Back
Top