Thanks for providing this networking newbie an intro to sockets & Rendezvous. I am missing something really basic, though, in the RCE example. After writing data to its fileHandle in the sendMessage method, why doesn't a ChatWindowController receive notification that there is data to be read in the fileHandle? Why does only the "other" RCE app in the client/server connection receive the notification and the written data?