|
-
Mar 10th, 2006, 10:38 AM
#1
Thread Starter
Addicted Member
Notifier for every user
How can I handle this ....
I have a operation in my win app and I want everybody using that app in that moment to be notified if I did a change ..
Any ideas
-
Mar 10th, 2006, 10:40 AM
#2
Re: Notifier for every user
depends on how things are setup...
is this app
1) using in a corporate environment and accessed from a share
2) installed on individual PCs
3) have any sort of connection to a central server
-
Mar 10th, 2006, 10:54 AM
#3
Thread Starter
Addicted Member
Re: Notifier for every user
Option number 2
installed on individual PCs
-
Mar 10th, 2006, 11:03 AM
#4
Re: Notifier for every user
Do you also have a centralized server? One computer is going to be the server node to keep track of who's currently in the app. Otherwise, you're going to have a HUGE mess trying to determine which other clients are currently up.
-
Mar 10th, 2006, 12:56 PM
#5
Thread Starter
Addicted Member
Re: Notifier for every user
Yes. in advanced a centrilzed server
-
Mar 10th, 2006, 03:09 PM
#6
Thread Starter
Addicted Member
Re: Notifier for every user
-
Mar 10th, 2006, 03:19 PM
#7
Re: Notifier for every user
Well... How good are you with sockets and multithreading?
Do you have any specific code you need help with?
This is quite a large task. I'm currently working on an application that monitors a remote XML file for alarms and notifies subscribed clients if one goes off (via a windows service). It works, but the layout is really jumbled. I need to make the code more reusable and abstract. Afterwards, I was planning on posting the architecture here. It will be able to help, but if you have a specific questions in the mean time... That's going to be alot easier to assist with than a generalized idea.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|