Click to See Complete Forum and Search --> : want to see
Nostradamus
January 11th, 2005, 05:59 AM
I try mysefl to look at many examples in this site (some others site, Codeproject for instance...)
Never see CSocket to go with Multithreading just one time.
am i right.
cilu
January 11th, 2005, 06:13 AM
If it worked in one example, don't you think it can work in others too? ;)
Andreas Masur
January 11th, 2005, 06:33 AM
Well...in general there should not be any problems...however, I have never dealt with the MFC wrappers, so cannot tell that much about them...
Nostradamus
January 11th, 2005, 07:47 AM
can't see it worked in one example.
.
of course i can use CSocket with multiple client (for client/server program) but never with multithread.
But i just want to figure out some thing like this: CSocket and Multithread .. how. I like CSocket.
Ejaz
January 13th, 2005, 09:14 AM
Multi-threaded Client/Server Socket class (http://www.thecodeproject.com/internet/serversocket.asp)
Beginning Winsock Programming - Multithreaded TCP server with client (http://www.thecodeproject.com/internet/winsockintro03.asp)
Network Administrator (http://www.thecodeproject.com/internet/NetworkAdmin.asp)
Multithreaded Non-blocking Socket Server and Client, Based on Synchronized Socket (http://www.thecodeproject.com/internet/nonblocking_syncsocket.asp)
codeguru.com
Copyright Internet.com Inc., All Rights Reserved.