Click here to Skip to main content
15,888,984 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Socket Communication - Server with 2 different clients Pin
Richard MacCutchan25-Sep-13 21:28
mveRichard MacCutchan25-Sep-13 21:28 
GeneralRe: Socket Communication - Server with 2 different clients Pin
manoharbalu25-Sep-13 22:11
manoharbalu25-Sep-13 22:11 
GeneralRe: Socket Communication - Server with 2 different clients Pin
Richard MacCutchan25-Sep-13 22:21
mveRichard MacCutchan25-Sep-13 22:21 
GeneralRe: Socket Communication - Server with 2 different clients Pin
manoharbalu26-Sep-13 3:36
manoharbalu26-Sep-13 3:36 
GeneralRe: Socket Communication - Server with 2 different clients Pin
Richard MacCutchan26-Sep-13 4:20
mveRichard MacCutchan26-Sep-13 4:20 
GeneralRe: Socket Communication - Server with 2 different clients Pin
koll Zhu25-Sep-13 16:17
koll Zhu25-Sep-13 16:17 
AnswerRe: Socket Communication - Server with 2 different clients Pin
Richard MacCutchan25-Sep-13 21:17
mveRichard MacCutchan25-Sep-13 21:17 
AnswerRe: Socket Communication - Server with 2 different clients Pin
Malli_S25-Sep-13 2:24
Malli_S25-Sep-13 2:24 
You need not to anything different at client side. The required capability needs to be implemented at server side. Your server should be able to server multiple request/connections.
In your case, when server accepts the first connection, it should spawn the thread to handle the requests from the connected client and the main thread should continue listening of the socket for any new connection.

Sample 1.[^]
Sample 2.[^]
[Delegates]      [Virtual Desktop]      [Tray Me !]

-Malli...! Rose | [Rose]

QuestionClarification regarding the function CAsyncSocket::GetPeerName() Pin
manoharbalu25-Sep-13 0:14
manoharbalu25-Sep-13 0:14 
AnswerRe: Clarification regarding the function CAsyncSocket::GetPeerName() Pin
Richard MacCutchan25-Sep-13 0:22
mveRichard MacCutchan25-Sep-13 0:22 
GeneralRe: Clarification regarding the function CAsyncSocket::GetPeerName() Pin
manoharbalu25-Sep-13 0:48
manoharbalu25-Sep-13 0:48 
Questionset the version Pin
koll Zhu24-Sep-13 23:29
koll Zhu24-Sep-13 23:29 
AnswerRe: set the version Pin
Richard MacCutchan25-Sep-13 0:23
mveRichard MacCutchan25-Sep-13 0:23 
GeneralRe: set the version Pin
koll Zhu25-Sep-13 0:46
koll Zhu25-Sep-13 0:46 
GeneralRe: set the version Pin
koll Zhu25-Sep-13 0:51
koll Zhu25-Sep-13 0:51 
QuestionRe: set the version Pin
Maximilien25-Sep-13 8:03
Maximilien25-Sep-13 8:03 
AnswerRe: set the version Pin
koll Zhu25-Sep-13 16:06
koll Zhu25-Sep-13 16:06 
Questiondoes listivew_???? make handles leak...? Pin
JoneLe8624-Sep-13 19:10
JoneLe8624-Sep-13 19:10 
QuestionMFC PreTranslateMessage walks opposite the documentation. Pin
Vaclav_24-Sep-13 9:04
Vaclav_24-Sep-13 9:04 
AnswerRe: MFC PreTranslateMessage walks opposite the documentation. Pin
Randor 24-Sep-13 11:03
professional Randor 24-Sep-13 11:03 
QuestionHow to get Ip Address and Port No MFC Sockets Pin
manoharbalu24-Sep-13 3:26
manoharbalu24-Sep-13 3:26 
AnswerRe: How to get Ip Address and Port No MFC Sockets Pin
jeron124-Sep-13 3:40
jeron124-Sep-13 3:40 
QuestionCheck Driver Pin
john563224-Sep-13 1:25
john563224-Sep-13 1:25 
QuestionRe: Check Driver Pin
David Crow24-Sep-13 3:21
David Crow24-Sep-13 3:21 
AnswerRe: Check Driver Pin
jeron124-Sep-13 3:29
jeron124-Sep-13 3:29 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.