You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@thrift.apache.org by Carl Bruecken <ca...@corp.aol.com> on 2010/07/16 16:35:39 UTC

asyncclient timeouts

  Does the new async client support timeouts? Another way of asking is 
will the onComplete or onError methods of the AsyncMethodCallback be 
called in the case of a timeout?

Re: asyncclient timeouts

Posted by Bryan Duxbury <br...@rapleaf.com>.
Right now, the only timeout you might see is if you set a socket timeout,
you might get IOExceptions.

Feel free to open a ticket for allowing explicit timeouts.

On Fri, Jul 16, 2010 at 7:35 AM, Carl Bruecken
<ca...@corp.aol.com>wrote:

>
>  Does the new async client support timeouts? Another way of asking is will
> the onComplete or onError methods of the AsyncMethodCallback be called in
> the case of a timeout?
>