Results 1 to 7 of 7

Thread: Notifier for every user

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Feb 2005
    Posts
    159

    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

  2. #2
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373

    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

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Feb 2005
    Posts
    159

    Re: Notifier for every user

    Option number 2

    installed on individual PCs

  4. #4
    Banned
    Join Date
    Nov 2005
    Posts
    2,367

    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.

  5. #5

    Thread Starter
    Addicted Member
    Join Date
    Feb 2005
    Posts
    159

    Re: Notifier for every user

    Yes. in advanced a centrilzed server

  6. #6

    Thread Starter
    Addicted Member
    Join Date
    Feb 2005
    Posts
    159

    Re: Notifier for every user

    so any help with that??

  7. #7
    Banned
    Join Date
    Nov 2005
    Posts
    2,367

    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
  •  



Click Here to Expand Forum to Full Width