|
|
|
|
|
by londons_explore
415 days ago
|
|
Well designed software does not poll for anything - everything is event based. In this case, that means an update should have been sent by some kind of web socket or other notification technology. Today no OS or software that I'm aware of does that. |
|
Keeping a TCP socket open is not free and not really desirable.