You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by Apache Wiki <wi...@apache.org> on 2008/09/07 14:13:37 UTC

[Thrift Wiki] Update of "Tutorial" by JohanStuyts

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/Tutorial

------------------------------------------------------------------------------
      * This method has an async modifier. That means the client only makes
      * a request and does not listen for any response at all. Async methods
      * must be void.
+     *
+     * The server may execute async invocations of the same client in parallel/
+     * out of order.
      */
     async void zip()