Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

I have a good handfull of apps that I created spread out all over the place that I would like to monitor incase someone has closed them. Most of my created apps are data splitters or file maintence. So there is nothing malicious going on here. I work with a few people who like to close everything.

 

At first I was thinking about adding a tcp port to all my apps and then having the monitor app connect to them but that would mean I'd have to rebuild the monitor app everytime I added a new application. I could loop through an IP range and look for the apps that way. Or I could have my apps send a udp packet to a IP address that is running the monitor program.

 

Any Thoughts?

 

Thanks

 

ZeroEffect

 

I'm also looking for more information on building an app with command line switches. Ideally the main app would Shell another app with command line switches for a restart of the main app.

If you can't find it, Build It.

 

There is no place Like 127.0.0.1 also don't forget 1 + 1 = 10

Posted
Maybe take a look at publish subscribe patterns/middlewares? DDS might be overkill but would definitely do the trick. DDS was created for scenarios similar to this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...