
17 Oct
2011
17 Oct
'11
10:28 a.m.
On 10/17/11 04:58, Ertugrul Soeylemez wrote:
I have uploaded a simple concurrent echo server implementation to hpaste [1]. It uses one thread for the stdout logger, one thread for the server, one thread for each client and finally a main thread waiting for you to hit enter to quit the application.
[1] http://hpaste.org/52742 - Concurrent echo server with logger
This is a good example; you should stick it on the wiki somewhere so it isn't lost.