Connecting Tech Pros Worldwide Help | Site Map

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

TriAdmin
Guest
 
Posts: n/a
#1: Mar 6 '08
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
Guest
 
Posts: n/a
#2: Mar 6 '08

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


"TriAdmin" <lof@invalid.comwrites:
Quote:
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/
TriAdmin
Guest
 
Posts: n/a
#3: Mar 6 '08

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


what is Comet?


"Joost Diepenmaat" <joost@zeekat.nlwrote in message
news:87skz364ts.fsf@zeekat.nl...
Quote:
"TriAdmin" <lof@invalid.comwrites:
>
Quote:
>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/

TriAdmin
Guest
 
Posts: n/a
#4: Mar 6 '08

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


found it - many thanks Joost!


"Joost Diepenmaat" <joost@zeekat.nlwrote in message
news:87skz364ts.fsf@zeekat.nl...
Quote:
"TriAdmin" <lof@invalid.comwrites:
>
Quote:
>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/

Closed Thread