Dear Wiki user, You have subscribed to a wiki page or wiki category on "Thrift Wiki" for change notification.
The following page has been changed by JohanStuyts: http://wiki.apache.org/thrift/ThriftFeatures ------------------------------------------------------------------------------ * type definitions - Any type can be given a name that better describes it * services - A service is a group of functions * service inheritance - Subservices implement all functions of their base services and can have additional functions - * asynchronous invocations - Functions that do not return a result can be invoked asynchronously so the client is not blocked until the server has finished processing the request + * asynchronous invocations - Functions that do not return a result can be invoked asynchronously so the client is not blocked until the server has finished processing the request. The server may execute asynchronous invocations of the same client in parallel/out of order * exceptions - If an error occurs a function can throw a standard or user-defined exception. See ThriftTypes == Non-features ==
