web-based app: how to trigger popup on someone else's computer?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • TriAdmin

    web-based app: how to trigger popup on someone else's computer?

    I have a web-based app where all subscribers are logged in to the site. When
    Person A presses a button to notify Person B that someone is here to see
    him, Person B gets a popup on his screen notifying that some is there. (like
    instant messaging)

    How can you program a popup screen to display on a remote user's screen with
    a message written by Person A? (Both are logged in to the system).

    Would you just poll every 15 seconds? That would create a lot of unnecessary
    network traffic.

    Any ideas?

    Many thanks!


  • Joost Diepenmaat

    #2
    Re: web-based app: how to trigger popup on someone else's computer?

    "TriAdmin" <lof@invalid.co mwrites:
    Would you just poll every 15 seconds? That would create a lot of unnecessary
    network traffic.
    Polling is definitely the easiest way to go about it, though you may
    want to search on Comet. Note that not everyone here is convinced its
    problems are worth the gains. I'm currently working on a comet-like
    system meself, and until that's been tried in the wild I'm leaning
    towards "worth the trouble, but only for certain problems".

    --
    Joost Diepenmaat | blog: http://joost.zeekat.nl/ | work: http://zeekat.nl/

    Comment

    • TriAdmin

      #3
      Re: web-based app: how to trigger popup on someone else's computer?

      what is Comet?


      "Joost Diepenmaat" <joost@zeekat.n lwrote in message
      news:87skz364ts .fsf@zeekat.nl. ..
      "TriAdmin" <lof@invalid.co mwrites:
      >
      >Would you just poll every 15 seconds? That would create a lot of
      >unnecessary
      >network traffic.
      >
      Polling is definitely the easiest way to go about it, though you may
      want to search on Comet. Note that not everyone here is convinced its
      problems are worth the gains. I'm currently working on a comet-like
      system meself, and until that's been tried in the wild I'm leaning
      towards "worth the trouble, but only for certain problems".
      >
      --
      Joost Diepenmaat | blog: http://joost.zeekat.nl/ | work: http://zeekat.nl/

      Comment

      • TriAdmin

        #4
        Re: web-based app: how to trigger popup on someone else's computer?

        found it - many thanks Joost!


        "Joost Diepenmaat" <joost@zeekat.n lwrote in message
        news:87skz364ts .fsf@zeekat.nl. ..
        "TriAdmin" <lof@invalid.co mwrites:
        >
        >Would you just poll every 15 seconds? That would create a lot of
        >unnecessary
        >network traffic.
        >
        Polling is definitely the easiest way to go about it, though you may
        want to search on Comet. Note that not everyone here is convinced its
        problems are worth the gains. I'm currently working on a comet-like
        system meself, and until that's been tried in the wild I'm leaning
        towards "worth the trouble, but only for certain problems".
        >
        --
        Joost Diepenmaat | blog: http://joost.zeekat.nl/ | work: http://zeekat.nl/

        Comment

        Working...