Click here to Skip to main content
15,887,596 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionWinsock 10053 for my app but not for others/ [modified] Pin
LitteWindow11-Sep-08 15:21
LitteWindow11-Sep-08 15:21 
AnswerRe: Winsock 10053 for my app but not for others/ Pin
Mark Salsbery12-Sep-08 5:43
Mark Salsbery12-Sep-08 5:43 
GeneralRe: Winsock 10053 for my app but not for others/ Pin
LitteWindow12-Sep-08 9:52
LitteWindow12-Sep-08 9:52 
GeneralRe: Winsock 10053 for my app but not for others/ Pin
Mark Salsbery12-Sep-08 10:25
Mark Salsbery12-Sep-08 10:25 
GeneralRe: Winsock 10053 for my app but not for others/ Pin
LitteWindow12-Sep-08 12:09
LitteWindow12-Sep-08 12:09 
GeneralRe: Winsock 10053 for my app but not for others/ Pin
Mark Salsbery12-Sep-08 12:24
Mark Salsbery12-Sep-08 12:24 
GeneralRe: Winsock 10053 for my app but not for others/ Pin
LitteWindow12-Sep-08 13:13
LitteWindow12-Sep-08 13:13 
GeneralRe: Winsock 10053 for my app but not for others/ Pin
Mark Salsbery12-Sep-08 13:29
Mark Salsbery12-Sep-08 13:29 
LitteWindow wrote:
I loop until the recv returns something less than or equal to 0


Then recvs will only happen until there's no more data sent.
Then recv will block until there's more data.

If you run in the debugger, break execution and see where the
receive thread is sitting. In the call to recv()?

You're using HTTP protocol? If so...
Are you parsing the reply properly?
Are you relying on the receive loop to end when the
connection is closed by the server? If so are you using
the appropriate keep-alive header?

Too many questions? Smile | :)

Mark

Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

GeneralCommunication .....what I'm sending and receiving.... Pin
LitteWindow13-Sep-08 3:19
LitteWindow13-Sep-08 3:19 
GeneralRe: Communication .....what I'm sending and receiving.... Pin
Mark Salsbery13-Sep-08 8:34
Mark Salsbery13-Sep-08 8:34 
GeneralRe: Communication .....what I'm sending and receiving.... Pin
LitteWindow14-Sep-08 2:45
LitteWindow14-Sep-08 2:45 
GeneralRe: Communication .....what I'm sending and receiving.... Pin
Mark Salsbery14-Sep-08 9:39
Mark Salsbery14-Sep-08 9:39 
GeneralRe: Communication .....what I'm sending and receiving.... Pin
LitteWindow14-Sep-08 10:34
LitteWindow14-Sep-08 10:34 
GeneralRe: Communication .....what I'm sending and receiving.... Pin
Mark Salsbery14-Sep-08 13:21
Mark Salsbery14-Sep-08 13:21 
GeneralRe: Communication .....what I'm sending and receiving.... Pin
LitteWindow15-Sep-08 3:14
LitteWindow15-Sep-08 3:14 
GeneralRe: Communication .....what I'm sending and receiving.... Pin
Mark Salsbery15-Sep-08 5:29
Mark Salsbery15-Sep-08 5:29 
GeneralRe: Communication .....what I'm sending and receiving.... Pin
LitteWindow15-Sep-08 12:56
LitteWindow15-Sep-08 12:56 
QuestionRe: Winsock 10053 for my app but not for others/ Pin
Mark Salsbery12-Sep-08 12:25
Mark Salsbery12-Sep-08 12:25 
QuestionReturn true/false or TRUE/FALSE in COM? [modified] Pin
followait11-Sep-08 15:10
followait11-Sep-08 15:10 
AnswerRe: Return true/false or TRUE/FALSE in COM? Pin
David Crow11-Sep-08 17:11
David Crow11-Sep-08 17:11 
AnswerRe: Return true/false or TRUE/FALSE in COM? Pin
James R. Twine12-Sep-08 7:56
James R. Twine12-Sep-08 7:56 
QuestionGetModuleHandle in a DLL Pin
sawerr11-Sep-08 10:11
sawerr11-Sep-08 10:11 
AnswerRe: GetModuleHandle in a DLL Pin
Mark Salsbery11-Sep-08 10:17
Mark Salsbery11-Sep-08 10:17 
GeneralRe: GetModuleHandle in a DLL Pin
sawerr11-Sep-08 10:27
sawerr11-Sep-08 10:27 
QuestionMFC Programming Problem. Pin
kaushal kishore sharma11-Sep-08 8:40
kaushal kishore sharma11-Sep-08 8:40 

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.