What are typical server to client communication patterns?
Posted
by jagse
on Stack Overflow
See other posts from Stack Overflow
or by jagse
Published on 2010-05-28T16:17:12Z
Indexed on
2010/05/28
16:22 UTC
Read the original article
Hit count: 288
What are the usual patterns for bidirectional communication between a client and a server in a wlan environment. How is it possible for the server to push data to a mobile client over wlan after a connection has been established.
Lets say I have a webservice running on a server and the moblie cients in the wlan can use this webservice. Now the question is how can the server invoke methods at the client, or directly send data to the client. How is this handled usually?
I would apriciate some links to read about this topic. Is this a common problem or is it not that easy to solve?
Cheers
© Stack Overflow or respective owner