<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><div>On 11 Jun 2013, at 01:53, JayD wrote:</div><blockquote type="cite">All information is old that I have seen on this. &nbsp;Is there yet a way to define a client side timeout on an rpc style call. &nbsp;I find it hard to believe that one would have to leave the request hanging if the server is not up and running.<div><br></div></blockquote><blockquote type="cite"><div>Does anyone have a good solution for this at this point in time? &nbsp;On the client side I am using pika.</div><div><br></div></blockquote><div><br></div><div>This kind of problem is generally solved using threads, or some kind of non-blocking I/O event loop. I have no idea how Pika does it - I think it depends on which kind of consumer you've set up - but I'd suggest you try asking&nbsp;on the pika mailing list -&nbsp;<a href="https://groups.google.com/forum/#%21forum/pika-python" target="_top" rel="nofollow" link="external">https://groups.google.com/forum/#!forum/pika-python</a>.</div><div><br></div><div>Cheers,</div><div>Tim</div></div></body></html>