[ee122] records

Vern Paxson vern at icir.org
Fri Sep 21 08:05:40 PDT 2007


> One last question about partial recv() and select().
> 
> It seems that it is possible that sequentially:
> Server recv() partial message from clientA.
> Server recv() full message from clientB.
> Server recv() rest message from clientA.

Yes, definitely.

> Since we're not supposed to wait for clientA to finish sending, I take it
> each client should have its own separate buffer to store messages?

Yes.

		Vern


More information about the ee122 mailing list