Talk:Echo server

From Rosetta Code

Similarities

For some reason, this task resembles half (only the server part) of another task, Distributed program; I believe that with few changes every server code given there could be "imported" here. Therefore basically this task seems an almost-duplicate. So it seems to me. --ShinTakezou 17:48, 13 May 2009 (UTC)

I think they are different -- this task emphasizes byte-stream network programming and multitasking, that task emphasizes high-level communication and message passing. I had planned to create a task something like this myself, and I also created Distributed Program. --Kevin Reid 19:14, 13 May 2009 (UTC)

I wrote this task to emphasize network server basics. It's meant to be something that someone wanting a simple net protocol implementation could take, adapt and use. I really hope that it's one that many languages can do a good implementation of. —Dkf 20:11, 21 May 2009 (UTC)