Click to See Complete Forum and Search --> : could socket be used to write and read at the same time?


jessie9a
December 6th, 2004, 09:33 PM
could socket be used to write and read at the same time?

Andreas Masur
December 7th, 2004, 03:11 AM
[ Moved thread ]

Andreas Masur
December 7th, 2004, 03:13 AM
Well....sockets are bidirectional, thus...yes... :cool:

lsvedin
December 7th, 2004, 07:49 AM
Is it wise to have a "be-directional" socket since when the sockets is reading, it is blocking and no writing is allowed.

ahoodin
December 7th, 2004, 08:12 AM
Well what about non-blocking sockets?

ahoodin