<div dir="ltr">Hello everyone,<br><br>Is it possible to call asynchronous methods synchronously? <br><br>I&#39;m asking because I have an xmlrpc.XMLRPC server which distributes a calculation across several remote servers, collects the results in a DeferredList, and wraps it all inside an xmlrpc_something method. Thus, it needs to return the result to a web browser synchronously.<br>
<br>[Interface] -- [XMLRPC server] -- [Calculators]<br><br>This seems like it would be a common thing, getting the result of a distributed calculation for a browser client, but I haven&#39;t been able to figure it out. I appreciate any assistance!<br>
<br>Thanks,<br>Saketh<br>
</div>