Hi i built a chat server and client and its worked well but now i want to do that 2 or more clients could connect between ,write to each other.. i watched examples but i didn't understand the code in there can someone explain or send me good tutorial for this?
multithreading chat
Page 1 of 12 Replies - 813 Views - Last Post: 17 November 2012 - 06:28 PM
Replies To: multithreading chat
#2
Re: multithreading chat
Posted 17 November 2012 - 12:17 PM
From my FAQ list:
Q: ...make a chat or client-server application?
A:Client/server chat tutorial
Peer-to-peer chat
Q: ...make a chat or client-server application?
A:Client/server chat tutorial
Peer-to-peer chat
#3
Re: multithreading chat
Posted 17 November 2012 - 06:28 PM
Is also a Thread per client a good idea? That uses as minimum of 1 MB of memory per a thread. Why not consider a task based approach, and use an asynchronous approach.
Page 1 of 1
|
|

New Topic/Question
Reply



MultiQuote





|