Talk:Echo server: Difference between revisions

no edit summary
(→‎AutoHotkey Client: new section)
No edit summary
 
(5 intermediate revisions by 4 users not shown)
Line 14:
 
I've moved the client code to a sub-page. It was quite long, and it was not really part of the task. –[[User:Dkf|Donal Fellows]] 08:31, 9 January 2010 (UTC)
 
== Java example ==
I tested the Java example on Ubuntu; correctly handled 1000 parallel clients and empty lines, but a `cat /dev/random | nc localhost 12321` broke it. Should it be considered OK or not? --[[User:Silverweed|Silverweed]] ([[User talk:Silverweed|talk]]) 14:38, 3 September 2014 (UTC)
 
== C++ example ==
 
It would be nice to see a C++ example on here. Yes, I know of the POSIX sockets. However, seeing as the Boost library is more or less
the "unofficial" standard library and Boost.Asio takes care of the platform dependent work (ie. WinSock, POSIX) I believe it to be beneficial to have an example of that, or obtain permission to use the C++11 example from Boost's docs, which uses lambda functions. --[[User:CMM87|CMM87]] ([[User talk:CMM87|talk]]) 10:44, 28 January 2016 (UTC)
Anonymous user