|
|
|
|||||
|
Question about AMI
hi, there,
If I define a slice like this: module test { ["ami"] bool foo(); } then a function will be produced: void foo_async(....), 1) This invocation is one-way , isn't it? 2) For sequentially-sent AMIs, it is not guaranteed that the dispatches in server will not be out-of-order since these AMIs are one way. TIA OrNot
__________________
Looking for the nails with my favorite hammer, ICE. ------------------------------------------- Huo.Fei GE Healthcare Bin.Li@ge.com -------------------------------------------- |
|
|||||
|
hi,Marc,
Can I understand : the foo_async() will soon return to the caller thread as soon as it puts the data into the socket stack and without needing the acknowledgment from server, which acts like oneway invocation . That is, the caller doesn't know the exact time the data is delivered on the wire and the invocation is dispatched in server .
__________________
Looking for the nails with my favorite hammer, ICE. ------------------------------------------- Huo.Fei GE Healthcare Bin.Li@ge.com -------------------------------------------- |
|
||||||
|
Quote:
Quote:
Quote:
Cheers, Michi. |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|