Talk:Echo server: Difference between revisions

no edit summary
(Undo revision 188598 by Paddy3118 (talk) Doh!)
No edit summary
 
(One intermediate revision by the same user not shown)
Line 17:
== 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