Pulling is the act of fetching information when needed rather than having it pushed to you as it happens. This can be okay depending on the application, or it could be improved by using the push and multicast paradigm. In many cases pulling is even done periodically, which is what we call polling and most likely the bad solution to your problem.

See also Cache, Directory service, Query, Latency, OCSP.