----- "Zhan Xu" <[email protected]> wrote: > 2. Message Exchange: Does it support asynchronous messages or > synchronous send and receive style messaging? What mechanism is used > to correlate asynchronous messages? Can synchronous message timeouts > be controlled? > A: Thrift support synchronous messaging only. The timeout value can > be controlled through getter/setter.
The IDL supports an 'async' modifier. I believe this is illustrated in the tutorial sample. Garrett
