It's better that the method sending response back to A is not oneway if you need know whether the response is sent. Endpoint A --------ServiceB::sendOnewayRequest( ... )-----> Endpoint B Endpoint A <------ServiceA::*recvResponse*( ... )----- Endpoint B
On Mon, Jun 13, 2011 at 9:37 PM, Eastdawn Yang <[email protected]>wrote: > Oneway might be a workaround, for example: > > Endpoint A --------ServiceB::sendOnewayRequest( ... )-----> Endpoint B > Endpoint A <------ServiceA::recvOnewayResponse( ... )----- Endpoint B > > > On Mon, Jun 13, 2011 at 4:07 PM, 陈竞 <[email protected]> wrote: > >> I want to use asynchronous call . But it seems that thrift do not support >> asynchronous call. >> I need help. thanks >> >> -- >> >> celix >> > >
