On 2014-02-03, xarman <manousidis....@gmail.com> wrote:
> I'm interested in making a TCP Listener in C / C++ on Linux to accept
> many connections simultaneously. I did a relative search on the Web and
> although I am aware of the C language as to a certain extent, I
> struggle to find a model program.

My initial advice would be to use Python instead of C.

If you want to use C:

man socket
man select
man poll
man pthreads

http://en.wikipedia.org/wiki/POSIX_Threads

http://www.amazon.com/UNIX-Network-Programming-Richard-Stevens/dp/0139498761
http://www.amazon.com/Advanced-UNIX-Programming-2nd-Edition/dp/0131411543

-- 
Grant Edwards               grant.b.edwards        Yow! My mind is a potato
                                  at               field ...
                              gmail.com            


Reply via email to