Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
6
Task/Distributed-programming/00-TASK.txt
Normal file
6
Task/Distributed-programming/00-TASK.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
Write two programs (or one program with two modes) which run on networked computers, and send some messages between them.
|
||||
|
||||
The protocol used may be language-specific or not, and should be '''suitable for general distributed programming'''; that is, the ''protocol'' should be generic (not designed just for the particular example application), readily capable of handling the independent communications of many different components of a single application, and the transferring of arbitrary data structures natural for the language.
|
||||
|
||||
This task is intended to demonstrate high-level communication facilities beyond just creating [[sockets]].
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue