Push Models
C#
2
Posts
2
Posters
0
Views
1
Watching
-
hii all; is any one knows how to use "Push model" in client server communication or what is exactlly Push Model Algorithm.? marcoryos
A pull model means that the object recieving the message asks for it when it wants it, and a push model means that the object sending a message is responsible for sending it without waiting for a request. Christian Graus - Microsoft MVP - C++