oneway seems to be a temporary solution, expect that thrift can support
asynchronous service,
eg:
service Echo {
void Echo(),
async void Echo() // asynchronous call
}
2011/6/13 Eastdawn Yang <[email protected]>
> 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
> >
>
--
陈竞,中科院计算技术研究所,高性能计算机中心
Jing Chen HPCC.ICT.AC China