|
-
January 31st, 2002, 09:19 AM
#1
C++ on Linux platform
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.....
-
January 31st, 2002, 10:05 AM
#2
Re: C++ on Linux platform
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
-
February 1st, 2002, 01:43 AM
#3
Re: C++ on Linux platform
POSIX Threads (libpthread) can be used for multi-threading. Linux comes standard with it.
Regards,
-d
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|