Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 372 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 372 Bytes

6.005 Fall 14 Class 20

SquareServer demonstrates a simple network server that can handle only one client at a time.

We can connect to square server using telnet, or using SquareClient.

SquareQueue demonstrates the use of BlockingQueues instead of the network as a channel.

See also: grep message-passing example