|
|
|
|||||
|
how to match different request-response in ami call?
Hi, all
I've come into a problem which I think may be encountered by others too. When I use the mechanism of AMI, as ICE's Doc show: class AMI_callback { virtual void ice_response(...); }; AMI_callbackPtr cb = new AMI_callbackI; model->interpolate_async(cb,grid,0);//first call model->interpolate_async(cb,grid,0);//call twice My problem is, how could I match the response and the request of these two calls when there's only one ice_response method? Insert a serial no into each call's input&output params may be a solution, but is there anything better and more graceful? |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| fast response of a twoway after a huge batch | David | Help Center | 2 | 06-26-2006 09:10 AM |
| response timeout? | David | Help Center | 3 | 06-21-2006 05:03 AM |
| How to minimize the response time? | rwxybh | Help Center | 4 | 01-15-2006 10:25 PM |
| Routing of request | mario | Help Center | 2 | 03-08-2005 02:15 PM |