Click here to Skip to main content
16,015,755 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: COM support in win32 console program Pin
Mazdak25-May-02 3:16
Mazdak25-May-02 3:16 
GeneralRe: COM support in win32 console program Pin
Erik Funkenbusch25-May-02 3:20
Erik Funkenbusch25-May-02 3:20 
GeneralRe: COM support in win32 console program Pin
Chen Jiadong25-May-02 3:56
Chen Jiadong25-May-02 3:56 
GeneralRe: COM support in win32 console program Pin
Michael Dunn25-May-02 8:56
sitebuilderMichael Dunn25-May-02 8:56 
GeneralRe: COM support in win32 console program Pin
Chen Jiadong25-May-02 21:12
Chen Jiadong25-May-02 21:12 
GeneralRe: COM support in win32 console program Pin
Michael P Butler25-May-02 10:55
Michael P Butler25-May-02 10:55 
GeneralI/O completion port Pin
24-May-02 22:58
suss24-May-02 22:58 
GeneralRe: I/O completion port Pin
NormDroid24-May-02 23:38
professionalNormDroid24-May-02 23:38 
Unfortunately IO Completion ports are Microsoft best kept secret, very few articles and even less real world samples.

I can only suggest trawling thru the 'net looking for bits and pieces and then building the big picure yourself. There's a good book by Microsoft Press on Network Programming, that touches brief on IOCP.

Also depending on your application I/O Completion ports may not be the solution, there are many ways to implement a server depending on its workload and other factors. Learn the basics of Network programming then look at overlapped I/O, also you must be prepared to learn multithreading/synchronisation techniques.

Good luck on your quest.



Normski. - Professional Windows Programmer
GeneralRe: I/O completion port Pin
Mike Nordell26-May-02 16:41
Mike Nordell26-May-02 16:41 
GeneralRe: I/O completion port Pin
Gerald Schwab26-May-02 16:44
Gerald Schwab26-May-02 16:44 
GeneralAssertion Failure Pin
laphijia24-May-02 22:15
laphijia24-May-02 22:15 
GeneralRe: Assertion Failure Pin
PJ Arends24-May-02 22:38
professionalPJ Arends24-May-02 22:38 
GeneralRe: Assertion Failure Pin
laphijia24-May-02 22:46
laphijia24-May-02 22:46 
GeneralRe: Assertion Failure Pin
PJ Arends24-May-02 23:24
professionalPJ Arends24-May-02 23:24 
GeneralRe: Assertion Failure Pin
24-May-02 23:58
suss24-May-02 23:58 
GeneralRe: Assertion Failure Pin
Nish Nishant25-May-02 0:12
sitebuilderNish Nishant25-May-02 0:12 
GeneralRe: Assertion Failure Pin
PJ Arends25-May-02 7:30
professionalPJ Arends25-May-02 7:30 
GeneralProblem to use StrRetToBuf function Pin
24-May-02 22:19
suss24-May-02 22:19 
GeneralWindow, transparent for mouse clicks Pin
Alex Cramer24-May-02 21:34
Alex Cramer24-May-02 21:34 
GeneralRe: Window, transparent for mouse clicks Pin
Renjith Ramachandran25-May-02 4:04
Renjith Ramachandran25-May-02 4:04 
GeneralPuzzled when converting CInternetFile* to FILE* Pin
George Ma24-May-02 19:37
George Ma24-May-02 19:37 
GeneralRe: Puzzled when converting CInternetFile* to FILE* Pin
Nish Nishant24-May-02 19:55
sitebuilderNish Nishant24-May-02 19:55 
GeneralRe: Puzzled when converting CInternetFile* to FILE* Pin
Erik Funkenbusch25-May-02 3:29
Erik Funkenbusch25-May-02 3:29 
GeneralRe: Puzzled when converting CInternetFile* to FILE* Pin
George Ma25-May-02 17:07
George Ma25-May-02 17:07 
GeneralCFontDialog and LOGFONT :: MFC Pin
valikac24-May-02 17:52
valikac24-May-02 17:52 

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.