in React JS by

What do you understand with the term polling?

1 Answer

0 votes
by

The server needs to be monitored to for updates with respect to time. The primary aim in most of the cases is to check whether novel comments are there or not. This process is basically considered as pooling. It checks for the updates approximately after every 5 seconds. It is possible to change this time period easily. Pooling help keeping an eye on the users and always make sure that no negative information is present on the servers. Actually, it can create issues related to several things and thus pooling is considered.

Related questions

0 votes
asked Apr 4, 2021 in Spring by Robindeniel
0 votes
asked May 16, 2020 in Python by Robindeniel
0 votes
asked Feb 17 in Hadoop by sharadyadav1986
0 votes
asked Aug 20, 2022 in Cache Technique by Robin
...