CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 2010
    Posts
    42

    StreamReader/Writer vs Socket Recieve/send

    Just wondering if there is a speed difference between reading and writing through streamreader/writer (network stream) over just sending and receiving raw bytes through the socket?. This for a server.

  2. #2
    Join Date
    May 2011
    Location
    Washington State
    Posts
    220

    Re: StreamReader/Writer vs Socket Recieve/send

    Here's an archived conversation that may be interesting for you...

    http://www.codeguru.com/forum/archiv.../t-437483.html

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured