1. Is the polling interval specifies how often to contact the server ???
2. What is the purpose of using polling ?? Could you explain with an example??
Polling mechanism is used by some application to update data from the server. The polling interval depends on your application configuration. Polling is one PUSH mechanism to update data without any user interaction.
For example, a progress bar when downloading a document can be done using polling mechanism.