|
|
|
|||||
|
Multiple ice_response to a single AMI callback
Is it possible to use make multiple ice_response calls from the server side
in response to a single ami call? I have a situation where I want to send log messages as they are being generated back through the callback object, but on my second ice_response call I get an "Ice::Exception raised by AMI::callback"? I know it kind of breaks the paradigm to be returning multiple times for a single method call. |
|
|||||
|
makes sense. thanks. Wondering if there are other mechanisms better suited
to what I am trying to do. In the distributed rendering system I want to communicate the renderers logs back to the client. So far my client is not a "server" so doesnt expose any objects. All communication from the server to object is in response to a method call. Is there another way I can send the log messages back from the server without say creating a listener object on the the client side and making a server make calls to it? thanks |
|
||||||
|
From a fundamentals point of view there are only two ways a client can find out about new changes:
#1: The client can pull new changes from a server (polling). #2: The server can push new changes onto a client (pushing). If you don't want to poll then you have to push. There are no other alternatives. As to why you don't want to make your client a server I don't know... If you are worried about security, or firewalls or the like you should look at bi-directional connections. |
![]() |
| 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 |
| Ice AMI Callback Object Lifetime | eric.hill | Help Center | 2 | 11-22-2006 01:05 PM |
| Callback on legacy client without callback support causes deadlock? | timeguest | Help Center | 1 | 07-30-2005 08:12 AM |
| Ice and single threaded libraries | Nis Baggesen | Help Center | 4 | 03-22-2005 05:25 AM |
| when is an AMI callback finished? | rbx | Help Center | 1 | 03-02-2004 07:53 AM |
| single stream for two-way communication? | vukicevic | Help Center | 2 | 05-19-2003 04:17 PM |