python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Polling database after every 'n' seconds vs CQN Continuous Query Notification - Oracle
My application currently polls database every n seconds to see if there are any new records.
To reduce network round trips, and CPU cycles of this polling i was thinking to replace it with CQN based a...
Sana.91
Votes: 0
Answers: 1
Wait in Cypress custom comand for response value to change
What is the best solution for polling response until value in response change from 'WAITING' to 'RUNNING'. So recursive function is not solution, because I don't want to send more than 1 request.
Cypr...
Jelena Dimitrijevic
Votes: 0
Answers: 5
C# - Polling a bool value with a timeout
I'm searching a "nice" way to poll a boolean value every 200ms and throw a timeout exception if it is not set to true in the meantime.
Are there any best practices to do so?
David Renz
Votes: 0
Answers: 0