Click here to Skip to main content
15,905,322 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Get dimenstion from image files Pin
Russell'17-May-06 5:30
Russell'17-May-06 5:30 
GeneralRe: Get dimenstion from image files Pin
Happyjojo17-May-06 5:43
Happyjojo17-May-06 5:43 
GeneralRe: Get dimenstion from image files Pin
Ted Ferenc17-May-06 6:15
Ted Ferenc17-May-06 6:15 
GeneralRe: Get dimenstion from image files Pin
Russell'17-May-06 6:17
Russell'17-May-06 6:17 
AnswerRe: Get dimenstion from image files Pin
Russell'17-May-06 5:03
Russell'17-May-06 5:03 
AnswerRe: Get dimenstion from image files Pin
Chris Losinger17-May-06 6:23
professionalChris Losinger17-May-06 6:23 
QuestionSocket funcions and IOCompletion port questions? Pin
followait17-May-06 4:24
followait17-May-06 4:24 
AnswerRe: Socket funcions and IOCompletion port questions? Pin
Peter Mares17-May-06 5:02
Peter Mares17-May-06 5:02 
Hi,

1. Yes, and yes.
2. U should be using winsock2.h
3. IOCP sockets that support 'receiving data', should be in a constant state of 'being ready to receive data. Due to the nature of IOCP, the worker threads are the ones handling the events, so you don't want to use WASAsyncSelect/WSAEventSelect stuff.

There are a couple of really good articles on CP for IOCP servers and sockets - you should have a look at them. Also, remember that if you have multiple buffers per socket (which you should have), you will not always be able to guarantee the sequence of partial packets received when you run on a multi-CPU box.

Hope this helps a bit


controlSHIFT
[WinShareSpy] [Glossary Manager] [AfterThought Backup Lite]

All good things were meant to be improved
QuestionCedric Moonen Pin
Sarath C17-May-06 4:01
Sarath C17-May-06 4:01 
AnswerRe: Cedric Moonen Pin
Cedric Moonen17-May-06 4:04
Cedric Moonen17-May-06 4:04 
GeneralRe: Cedric Moonen Pin
Laxman Auti17-May-06 4:09
Laxman Auti17-May-06 4:09 
GeneralRe: Cedric Moonen Pin
Russell'17-May-06 5:26
Russell'17-May-06 5:26 
GeneralRe: Cedric Moonen Pin
ThatsAlok17-May-06 20:36
ThatsAlok17-May-06 20:36 
GeneralRe: Cedric Moonen Pin
Cedric Moonen17-May-06 20:41
Cedric Moonen17-May-06 20:41 
GeneralRe: Cedric Moonen Pin
ThatsAlok17-May-06 19:41
ThatsAlok17-May-06 19:41 
GeneralRe: Cedric Moonen Pin
Cedric Moonen17-May-06 20:31
Cedric Moonen17-May-06 20:31 
GeneralRe: Cedric Moonen Pin
ThatsAlok17-May-06 20:41
ThatsAlok17-May-06 20:41 
QuestionRe: Cedric Moonen Pin
David Crow17-May-06 4:23
David Crow17-May-06 4:23 
QuestionChanging the caption of the buttons in the Property Sheet Pin
Aryan S17-May-06 3:54
Aryan S17-May-06 3:54 
AnswerRe: Changing the caption of the buttons in the Property Sheet Pin
Cedric Moonen17-May-06 3:57
Cedric Moonen17-May-06 3:57 
GeneralRe: Changing the caption of the buttons in the Property Sheet Pin
Aryan S17-May-06 4:09
Aryan S17-May-06 4:09 
GeneralRe: Changing the caption of the buttons in the Property Sheet Pin
FarPointer17-May-06 4:13
FarPointer17-May-06 4:13 
QuestionRe: Changing the caption of the buttons in the Property Sheet Pin
David Crow17-May-06 4:28
David Crow17-May-06 4:28 
AnswerRe: Changing the caption of the buttons in the Property Sheet Pin
Aryan S17-May-06 4:45
Aryan S17-May-06 4:45 
QuestionRe: Changing the caption of the buttons in the Property Sheet Pin
David Crow17-May-06 4:53
David Crow17-May-06 4:53 

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.