Re: A light weight remot application manageability
- From: "Dan Baker" <dbmail>
- Date: Mon, 6 Feb 2006 14:55:19 -0700
"Bogdan" <nobody@xxxxxxxxxx> wrote in message
news:O2Hul30KGHA.1088@xxxxxxxxxxxxxxxxxxxxxxx
Hi,
I'm developing an mfc app that will run 24x7 and will be installed
potentially in hundreds of remote locations. I need to come up with a way
for the app to report its status back to a management app (yet to be
written). I was thinking of developing the management app as a Web app in
C#/.NET. The basic idea would be for the remote app (or its selected
threads) to 'ping' the Web server (via POST, Web service, etc.) and send
error and special event descriptions on a regular basis. Our IT guys
would
connect to a Web page to view status of the remote apps. The remote apps
will most likely have dynamic IP addresses assigned to them by local
DHCPs.
The Web app could track this info so IT guys can connect to any of the
remote machine if necessary using a third party software (or take other
actions if no feedback from a given machine for a certain duration).
The whole concept sounds a bit like WMI/WBEM. Still, I think that WMI
might be an overkill in this case.
Can someone please point me in a right direction?
If the "remove locations" are scattered, and only accessible via the
internet, then your method sounds reasonable.
I had a similar situation, and had the remove application do a GET (ping w/
some data) to an external website. The external website was a *very* simple
PHP/MySQL website that logged every GET that came in. Then, there was
another application that the IT guys used that would constantly download the
ping-data from the external website, and update an internal-use database.
It worked pretty well, and limited exposure to the ping-data, since its
lifetime on the external server was very short. It also used a nice ISP
with high bandwidth for multiple remove applications to connect
simultaneously and quickly, while the internal IT guys could use our slow
DSL line to gather the information from the external site.
Good luck
DanB
.
- Follow-Ups:
- Re: A light weight remot application manageability
- From: Risk Servers
- Re: A light weight remot application manageability
- References:
- A light weight remot application manageability
- From: Bogdan
- A light weight remot application manageability
- Prev by Date: Re: weird problem?
- Next by Date: Win98 and Unicode
- Previous by thread: Re: A light weight remot application manageability
- Next by thread: Re: A light weight remot application manageability
- Index(es):
Relevant Pages
|