What's the difference between pull and push based gossip protocol?
Answers
Answered by
0
In push protocols, the client opens a connection to the server and keeps it constantly active. The difference is that in push protocols, you get new events (such as a new email, a new chat message, etc) literally instantly. But you may experience a small time delay in pull protocols
Answered by
0
Explanation:
➡️Push protocols, the client opens a connection to the server and keeps it constantly active.The difference is that in push protocols, you get new events (such as a new email, a new chat message, etc) literally instantly. But you may experience a small time delay in pull protocols.
Similar questions