CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Jun 2003
    Location
    china
    Posts
    53

    could socket be used to write and read at the same time?

    could socket be used to write and read at the same time?

  2. #2
    Join Date
    May 2000
    Location
    KY, USA
    Posts
    18,652

    Re: could socket be used to write and read at the same time?

    [ Moved thread ]

  3. #3
    Join Date
    May 2000
    Location
    KY, USA
    Posts
    18,652

    Re: could socket be used to write and read at the same time?

    Well....sockets are bidirectional, thus...yes...

  4. #4
    Join Date
    May 1999
    Posts
    117

    Re: could socket be used to write and read at the same time?

    Is it wise to have a "be-directional" socket since when the sockets is reading, it is blocking and no writing is allowed.

  5. #5
    Join Date
    Mar 2001
    Posts
    2,529

    Re: could socket be used to write and read at the same time?

    Well what about non-blocking sockets?

    ahoodin

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