Re: Is there a way to customize timeout for RPC call at client side?

2012-03-14 Thread Rush Manbert
On Mar 14, 2012, at 2:14 AM, Eastdawn Yang wrote: Hello people, Is there built-in support in thrift to set timeout value for non-oneway RPC call at client side? For example, client-ping() will throw TException when timing out. Regards. Tiger For C++ (that's what client-ping() looks

Re: ruby thrift client times out even though server responds immediately

2012-03-14 Thread T Vinod Gupta
hi jake, you mean to ask what the request and response looks like? this doesnt happen all the time only sometimes.. i suspect that this happens when the data size is more thank 4K bytes. whats the deal with 4K as the magic number in ruby client? I can send the request/response if thats what you

Re: Is there a way to customize timeout for RPC call at client side?

2012-03-14 Thread Eastdawn Yang
On Thu, Mar 15, 2012 at 12:32 AM, Rush Manbert r...@manbert.com wrote: On Mar 14, 2012, at 2:14 AM, Eastdawn Yang wrote: Hello people, Is there built-in support in thrift to set timeout value for non-oneway RPC call at client side? For example, client-ping() will throw TException