Hey guys I&#39;m trying to implement some web-services over JSON-RPC, and one of the methods needs to use server-push.<br><br>I will try and explain my problem as well as I can.<br><br>I have a client, which is an iPhone, natively running a JSON-RPC( or XML-RPC ) client implementation.<br>
<br>I need to do something like this from the iPhone<br><br>service = ServerProxy(&quot;<a href="http://mydomain.com/webservice">http://mydomain.com/webservice</a>&quot;)<br>init_data = service.subscribe_to_updates()<br>...<br>
...<br>...<br>some_result = service.some_regular_function(params)<br><br>How can I implement this in Twisted?<br>-- <br>Stephen Mattison<br>