padamjain
January 31st, 2002, 08:19 AM
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.....
Andreas Masur
January 31st, 2002, 09:05 AM
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
defunct
February 1st, 2002, 12:43 AM
POSIX Threads (libpthread) can be used for multi-threading. Linux comes standard with it.
Regards,
-d