Click here to Skip to main content
15,909,445 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to skin a window application? Pin
18-Jan-01 11:55
suss18-Jan-01 11:55 
GeneralRe: How to skin a window application? Pin
.::RockNix::.18-Jan-01 21:35
.::RockNix::.18-Jan-01 21:35 
Questionfriend keyword query? Pin
17-Jan-01 18:21
suss17-Jan-01 18:21 
AnswerRe: friend keyword query? Pin
Michael Dunn17-Jan-01 20:41
sitebuilderMichael Dunn17-Jan-01 20:41 
QuestionHow to write a custom event sink map? Pin
Brendan Tregear17-Jan-01 17:41
Brendan Tregear17-Jan-01 17:41 
AnswerRe: How to write a custom event sink map? Pin
Franky Braem17-Jan-01 20:44
Franky Braem17-Jan-01 20:44 
AnswerRe: How to write a custom event sink map? Pin
Manjunath N.A18-Jan-01 6:35
Manjunath N.A18-Jan-01 6:35 
QuestionHow would an Expert to this? Pin
Scott!17-Jan-01 17:41
Scott!17-Jan-01 17:41 
Good evening,

Trying to develop a solution the right way. I'm trying to keep this whole thing as modular as possible, so that if one application(except for the manager) goes down, no other application, including the manager is affected.

I have one application(process) that manages many resources, it is important that these resources are available 24/7. Different applications( about 20 different ones, each of which at times are taken down for modification/upgrade ) will interface with the managing application for use of the resources. The manager will tell the application that is using the resource that a specific event occured and the application will respond with next action(state machine). The manager will take the action on the resource, and send the next event to the application using the resource... until the application is done with the resource... when done with resource the manager adds it to the pool for availability.

I am presently using MSMQ for the communication. I basically send a const recognized by all concerned in the subject line, and if any data is required, I put it in the body in comma delimited format.

It seems I'm working really hard to keep this thing together. Additionally, these events/responses must be quick... I can get up to 150 a second.

How would you do it?

Thanks!

Scott!

GeneralNeed help with delete class cleanup. Alternatively ... Pin
Tadeusz Westawic17-Jan-01 13:57
Tadeusz Westawic17-Jan-01 13:57 
GeneralRe: Need help with delete class cleanup. Alternatively ... Pin
Christian Graus17-Jan-01 14:28
protectorChristian Graus17-Jan-01 14:28 
GeneralRe: Need help with delete class cleanup. Alternatively ... Pin
Michael Dunn17-Jan-01 15:40
sitebuilderMichael Dunn17-Jan-01 15:40 
GeneralRe: Need help with delete class cleanup. Alternatively ... Pin
Tadeusz Westawic18-Jan-01 6:17
Tadeusz Westawic18-Jan-01 6:17 
GeneralRe: Need help with delete class cleanup. Alternatively ... Pin
Erik Funkenbusch18-Jan-01 11:01
Erik Funkenbusch18-Jan-01 11:01 
QuestionReseting App...? Pin
17-Jan-01 10:20
suss17-Jan-01 10:20 
QuestionReseting App...? Pin
17-Jan-01 10:20
suss17-Jan-01 10:20 
AnswerRe: Reseting App...? Pin
Christian Graus17-Jan-01 12:35
protectorChristian Graus17-Jan-01 12:35 
GeneralIPicture & ADO Pin
Igor Tkachev17-Jan-01 7:04
Igor Tkachev17-Jan-01 7:04 
GeneralNeed a litle help Pin
17-Jan-01 6:22
suss17-Jan-01 6:22 
GeneralRe: Need a litle help Pin
David Fedolfi17-Jan-01 7:11
David Fedolfi17-Jan-01 7:11 
GeneralRe: Need a litle help Pin
Christian Graus17-Jan-01 10:12
protectorChristian Graus17-Jan-01 10:12 
QuestionHow to sotre data from a dialog to Execel file? Pin
17-Jan-01 5:56
suss17-Jan-01 5:56 
AnswerRe: How to sotre data from a dialog to Execel file? Pin
David Fedolfi17-Jan-01 6:09
David Fedolfi17-Jan-01 6:09 
GeneralRe: How to sotre data from a dialog to Execel file? Pin
18-Jan-01 2:50
suss18-Jan-01 2:50 
GeneralRe: How to sotre data from a dialog to Execel file? Pin
18-Jan-01 2:50
suss18-Jan-01 2:50 
GeneralRe: How to sotre data from a dialog to Execel file? Pin
David Fedolfi18-Jan-01 3:50
David Fedolfi18-Jan-01 3: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.