[ee122] Fwd: Project 1

Lisa Fowler fowler at eecs.berkeley.edu
Wed Sep 12 00:17:58 PDT 2007


> > More concretely:
> >       Send(dataA)
> >       Send(dataB)
> >
> > Other side:
> >       Receive() returns dataB
> >       Receive() returns dataA
> >
> > Is this possible?
>
> No, not possible.  What *is* possible is that the first Receive()
> returns both, or only part of dataA, or all of dataA and part of dataB.
> But it will respect the ordering in which they were sent.

Clearly strike what I said about this bit and listen to the Professor :)

-Lisa


More information about the ee122 mailing list