Click here to Skip to main content
15,914,500 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionContext Pin
militiaware9-Sep-05 13:48
militiaware9-Sep-05 13:48 
QuestionStartUp Pin
militiaware9-Sep-05 13:45
militiaware9-Sep-05 13:45 
AnswerRe: StartUp Pin
rwestgraham9-Sep-05 17:04
rwestgraham9-Sep-05 17:04 
AnswerRe: StartUp Pin
Dave Kreskowiak10-Sep-05 3:47
mveDave Kreskowiak10-Sep-05 3:47 
QuestionVB.NET ListView Flicker Pin
Gate Crasher9-Sep-05 13:15
Gate Crasher9-Sep-05 13:15 
QuestionCreating a dockable (to screen) window Pin
calipsio0209-Sep-05 10:25
susscalipsio0209-Sep-05 10:25 
QuestionMonitor small processes/ IPC, variables.. ahh.. HELP PLEASE Pin
Member 22630819-Sep-05 9:39
Member 22630819-Sep-05 9:39 
AnswerRe: Monitor small processes/ IPC, variables.. ahh.. HELP PLEASE Pin
Dave Kreskowiak10-Sep-05 3:45
mveDave Kreskowiak10-Sep-05 3:45 
Well, instead of querying all these processes...

I've done something similar to this before, except I wasn't getting status messages from a bunch processes on a single machine running an app, rather I was getting statuses of a process running on many servers.

My solution was to setup a Service application on a central server that just listened on a certain port for status messages sent by the worker app's. This service created an internal table of all the servers and what was going on on each of them.

I wrote a second application that just contacted the same service, on a different port, and just asked for the entire table when it started, then at specified intervals, asked for the records that were updated since the last download time. This app then just displayed all the status messages. This way, you could still collect status messages, even if your display app wasn't running.

If you so desired, this same setup could also be used to implement a command channel, with the service managing deployments of commands sent back to the clients doing the work.


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralRe: Monitor small processes/ IPC, variables.. ahh.. HELP PLEASE Pin
Member 226308112-Sep-05 4:28
Member 226308112-Sep-05 4:28 
GeneralRe: Monitor small processes/ IPC, variables.. ahh.. HELP PLEASE Pin
Dave Kreskowiak12-Sep-05 15:39
mveDave Kreskowiak12-Sep-05 15:39 
Questiondotnet dll distribution Pin
shinay9-Sep-05 8:25
shinay9-Sep-05 8:25 
AnswerRe: dotnet dll distribution Pin
Colin Angus Mackay9-Sep-05 9:12
Colin Angus Mackay9-Sep-05 9:12 
GeneralRe: dotnet dll distribution Pin
rwestgraham9-Sep-05 9:56
rwestgraham9-Sep-05 9:56 
GeneralRe: dotnet dll distribution Pin
Colin Angus Mackay9-Sep-05 10:02
Colin Angus Mackay9-Sep-05 10:02 
GeneralBootstrapping dotnetfx.exe Pin
rwestgraham9-Sep-05 10:12
rwestgraham9-Sep-05 10:12 
QuestionCrystal Reports Hell Pin
Len Miller9-Sep-05 7:43
Len Miller9-Sep-05 7:43 
AnswerRe: Crystal Reports Hell Pin
nguyenthai20109-Sep-05 23:13
nguyenthai20109-Sep-05 23:13 
GeneralRe: Crystal Reports Hell Pin
Len Miller12-Sep-05 4:15
Len Miller12-Sep-05 4:15 
Questionpassing values from a form to a dialog form Pin
macupryk9-Sep-05 5:48
macupryk9-Sep-05 5:48 
AnswerRe: passing values from a form to a dialog form Pin
rwestgraham9-Sep-05 10:22
rwestgraham9-Sep-05 10:22 
GeneralRe: passing values from a form to a dialog form Pin
macupryk9-Sep-05 23:38
macupryk9-Sep-05 23:38 
AnswerRe: passing values from a form to a dialog form Pin
Rizwan Bashir9-Sep-05 23:26
Rizwan Bashir9-Sep-05 23:26 
GeneralRe: passing values from a form to a dialog form Pin
macupryk9-Sep-05 23:40
macupryk9-Sep-05 23:40 
GeneralRe: passing values from a form to a dialog form Pin
Rizwan Bashir10-Sep-05 9:08
Rizwan Bashir10-Sep-05 9:08 
QuestionHow I can give XP control looks in VB.net controls Pin
deepak_rai9-Sep-05 4:32
deepak_rai9-Sep-05 4:32 

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.