Click here to Skip to main content
15,891,981 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
Questionmy icon in system tray always visible Pin
Member 104023906-May-14 8:16
professionalMember 104023906-May-14 8:16 
QuestionRe: my icon in system tray always visible Pin
Richard MacCutchan6-May-14 9:07
mveRichard MacCutchan6-May-14 9:07 
AnswerRe: my icon in system tray always visible Pin
Member 104023906-May-14 9:32
professionalMember 104023906-May-14 9:32 
SuggestionRe: my icon in system tray always visible Pin
Richard MacCutchan6-May-14 9:50
mveRichard MacCutchan6-May-14 9:50 
GeneralRe: my icon in system tray always visible Pin
Member 104023906-May-14 10:06
professionalMember 104023906-May-14 10:06 
GeneralRe: my icon in system tray always visible Pin
Richard MacCutchan6-May-14 10:19
mveRichard MacCutchan6-May-14 10:19 
GeneralRe: my icon in system tray always visible Pin
Member 104023906-May-14 11:05
professionalMember 104023906-May-14 11:05 
QuestionTo fix the first column of ClistView grid control Pin
sma123#2-May-14 7:22
sma123#2-May-14 7:22 
GeneralRe: To fix the first column of ClistView grid control Pin
Richard MacCutchan2-May-14 7:33
mveRichard MacCutchan2-May-14 7:33 
Questionevent arithmetic Pin
bkelly137-Apr-14 15:27
bkelly137-Apr-14 15:27 
GeneralRe: event arithmetic Pin
Richard MacCutchan7-Apr-14 22:03
mveRichard MacCutchan7-Apr-14 22:03 
AnswerRe: event arithmetic Pin
pasztorpisti8-Apr-14 10:06
pasztorpisti8-Apr-14 10:06 
GeneralRe: event arithmetic Pin
bkelly138-Apr-14 15:55
bkelly138-Apr-14 15:55 
Thanks R.M.
pasztorpisti,
When I look at the MSDN page for WaitForMultipleObjects() I do not find that warning. I have seen one topic with two pages that someone found and I did not. Maybe this is one.

However, I think I understand your linear search comment. This will be an almost exclusively output utility. The first N events for the Wait function will be on the lines of, Start running, Stop running, start and stop logging, etc. They will be infrequently used. I plan on 16 events for buffers to be sent out, an arbitrary starting number. The app that sends the data will use them in a strictly circular fashion. It will load the address of a buffer to send and trigger an event. The TCP/IP code in the thread will send the next buffer, the next item whose address is not zero.

When an I/O completes, the event will be triggered, and the address set to zero. These events and addresses will be closely monitored to determine the average backlog of the outgoing data and to determine how well this keeps up with the incoming data. The high data rate stream is 12 megabits per second and there can be multiple stream of it from two or more sources.

I have another app that runs with blocking TCP/IP code and it works, but the blocking I/O causes some difficulties. Now I am researching and designing how I will put the TCP/IP part in a separate thread. I wrote a test app that just starts the thread and get the start/stop/end messages to it. Now for the TCP part.
Thank you for your time
If you work with telemetry, please check this bulletin board: www.irigbb.com


GeneralRe: event arithmetic Pin
pasztorpisti8-Apr-14 22:57
pasztorpisti8-Apr-14 22:57 
QuestionHow to create a SDI in the activex? Pin
Lux11177-Apr-14 5:11
Lux11177-Apr-14 5:11 
Questionhow to add atlbase.h in VC++2008 Express? Pin
Member 1070176026-Mar-14 8:20
Member 1070176026-Mar-14 8:20 
AnswerRe: how to add atlbase.h in VC++2008 Express? Pin
Richard MacCutchan26-Mar-14 22:59
mveRichard MacCutchan26-Mar-14 22:59 
AnswerRe: how to add atlbase.h in VC++2008 Express? Pin
వేంకటనారాయణ(venkatmakam)27-Mar-14 2:16
వేంకటనారాయణ(venkatmakam)27-Mar-14 2:16 
GeneralRe: how to add atlbase.h in VC++2008 Express? Pin
Member 1070176027-Mar-14 4:12
Member 1070176027-Mar-14 4:12 
Questionhow to add web service in VC++2010 Pin
Shivanand Gupta22-Mar-14 2:51
Shivanand Gupta22-Mar-14 2:51 
AnswerRe: how to add web service in VC++2010 Pin
Richard MacCutchan22-Mar-14 3:04
mveRichard MacCutchan22-Mar-14 3:04 
GeneralRe: how to add web service in VC++2010 Pin
Shivanand Gupta23-Mar-14 19:48
Shivanand Gupta23-Mar-14 19:48 
GeneralRe: how to add web service in VC++2010 Pin
Richard MacCutchan23-Mar-14 22:55
mveRichard MacCutchan23-Mar-14 22:55 
QuestionHow to Custom Image on a Built-In Ribbon Button by c++ Pin
Member 1023648726-Feb-14 0:21
Member 1023648726-Feb-14 0:21 
QuestionUnit Testing Framework Pin
J_Me17-Feb-14 22:27
professionalJ_Me17-Feb-14 22:27 

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.