Hi!

I am sorry for my newbie question again, I am trying to find information
about implementing the notion of PUSH in my web services based
application.
The client consumes the service in an RPC style. Request/response.Thats
fine Even though in the server (service) some events occur that I would
like as soon as they occur to be propagated in the client!

My workarounds is reverse a bit the logic, built a simple server in the
client and listen to some data from the server (this can be done with a
simple custom protocol or whatever)

I would like to know if there is a design pattern or workaround for my
case in order to avoid reversing the logic and building extra
servers/listeners in either sides., I know that is a very common one.

Any tips or references would be highly appreciated!
Thank you for your time, again.


Paris


Reply via email to