Hello all,
I need to know how to implement a Multithreaded TCP/IP server in C++.
Any help where can I find Source Code would be great.....
Printable View
Hello all,
I need to know how to implement a Multithreaded TCP/IP server in C++.
Any help where can I find Source Code would be great.....
You might want to take a look at the following examples (source code included)...
http://www.codeguru.com/network/friendlytalk.shtml
http://www.codeguru.com/network/mt_server.html
Ciao, Andreas
Ciao, Andreas
"Software is like sex, it's better when it's free." - Linus Torvalds
POSIX Threads (libpthread) can be used for multi-threading. Linux comes standard with it.
Regards,
-d