Interview Bootcamp
Ask Author
Back to course home

0% completed

Vote For New Content
Why do we need to use a push model to notify the user instead of the pull model?...

CQ

Dec 4, 2022

Why do we need to use a push model to notify the user instead of the pull model?

Since the client is getting driver location updates every couple other seconds, the limitations of pull model such as most of the query result being empty and wasted bandwidth are no longer applying.

0

0

Comments
Comments
C
CQ 3 years ago

ah never mind... The solution talks about the pull model later..