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

C / C++ / MFC

 
GeneralRe: How to get all the frames of a web page(CHtmlView)? Pin
Hans Ruck7-Sep-05 20:28
Hans Ruck7-Sep-05 20:28 
GeneralRe: How to get all the frames of a web page(CHtmlView)? Pin
Tcpip20057-Sep-05 20:32
Tcpip20057-Sep-05 20:32 
GeneralRe: How to get all the frames of a web page(CHtmlView)? Pin
Hans Ruck7-Sep-05 20:35
Hans Ruck7-Sep-05 20:35 
AnswerRe: How to get all the frames of a web page(CHtmlView)? Pin
Ralf Martin Hansen3-Apr-24 21:05
Ralf Martin Hansen3-Apr-24 21:05 
QuestionHelp please can someone rewrite this Pin
SummoningDan7-Sep-05 16:33
SummoningDan7-Sep-05 16:33 
AnswerRe: Help please can someone rewrite this Pin
PJ Arends7-Sep-05 16:51
professionalPJ Arends7-Sep-05 16:51 
AnswerRe: Help please can someone rewrite this Pin
Marc Soleda7-Sep-05 20:40
Marc Soleda7-Sep-05 20:40 
QuestionThe PlaySound Function Pin
Mr. Bombastic7-Sep-05 15:30
sussMr. Bombastic7-Sep-05 15:30 
AnswerRe: The PlaySound Function Pin
Christian Graus7-Sep-05 15:42
protectorChristian Graus7-Sep-05 15:42 
QuestionGet a file icon for a given file type... Pin
Ian Bowler7-Sep-05 13:21
Ian Bowler7-Sep-05 13:21 
AnswerRe: Get a file icon for a given file type... Pin
Gary R. Wheeler7-Sep-05 14:32
Gary R. Wheeler7-Sep-05 14:32 
GeneralRe: Get a file icon for a given file type... Pin
Ian Bowler8-Sep-05 7:42
Ian Bowler8-Sep-05 7:42 
AnswerRe: Get a file icon for a given file type... Pin
Graham Bradshaw7-Sep-05 14:33
Graham Bradshaw7-Sep-05 14:33 
GeneralRe: Get a file icon for a given file type... Pin
Ian Bowler8-Sep-05 5:48
Ian Bowler8-Sep-05 5:48 
AnswerRe: Get a file icon for a given file type... Pin
David Crow8-Sep-05 3:22
David Crow8-Sep-05 3:22 
Questionprogram step into non defined area Pin
valerie997-Sep-05 12:25
valerie997-Sep-05 12:25 
AnswerRe: program step into non defined area Pin
zildjohn017-Sep-05 12:38
zildjohn017-Sep-05 12:38 
AnswerRe: program step into non defined area Pin
MailtoGops8-Sep-05 3:01
MailtoGops8-Sep-05 3:01 
QuestionAfxEndThread Pin
Anonymous7-Sep-05 12:23
Anonymous7-Sep-05 12:23 
AnswerRe: AfxEndThread Pin
ThatsAlok7-Sep-05 18:57
ThatsAlok7-Sep-05 18:57 
AnswerRe: AfxEndThread Pin
David Crow8-Sep-05 3:24
David Crow8-Sep-05 3:24 
Questiontemplates question Pin
zildjohn017-Sep-05 12:09
zildjohn017-Sep-05 12:09 
AnswerRe: templates question Pin
zildjohn017-Sep-05 15:34
zildjohn017-Sep-05 15:34 
QuestionIOCP & COM ports Pin
Member 18770927-Sep-05 11:32
Member 18770927-Sep-05 11:32 
Working on an interesting server application. On a private LAN this serever will handle about 120 clients(socket server) and at the same time it will communicate via 160 serial COM ports(COM server). For that we use multiple "PortServer" boxes by Digi which connect to LAN on server side and provide serial ports on the other. Digi's driver makes COM port control absolutely transparent. The idea is that the apps written for "classical" COM ports should work using "PortSErver" via LAN without a single code change.

Both socket and serial communication are implemented using IOCP. While socket server works fine the COM server starts eating up memory after some time. The nature of serial communication is a constant polling(and remote responses) @9600Bd on all 160 ports. Messages are only 6bytes long and all 160 COM ports hang on a single IOCP. This type of operation puts more strain on IOCP queueing mechanism than a typical LAN data stream. We are quite confident that the memory leak is not some silly thing in our code and here comes the question. Does anybody have experience with this type of IOCP application? I would really appreciate your comments.

Thanks,

Tom
QuestionCan I apply VC++6 code into VC++.NET code? Pin
uumeme7-Sep-05 9:50
uumeme7-Sep-05 9:50 

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.