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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top