|
|
|
|||||
|
computation server (newbie question)
hi, newbie here,
i am new to Ice and i have some fundamental questions. i want to implement a remote computation server along the following lines: * several machines have a Ice server running * when i client starts, it connects to one or more of the remote computation servers * the client send the server some basic information about the compute job * the client issues requests to the servers to "compute something" * when the each server is done with it's work, it will send the computed data back to the client i have looked at the Ice documentation (pdf) and got the HelloWorld to compile and run. however, HelloWorld seems to only work in one direction, the client sending a string to the server. is there and example for sending data to and from the server? thanks, -r |
|
||||||
|
You could either use AMI, or you could use a callback. For an example of a callback see demo/Ice/callback. You might also want to look at the encoder series of articles I wrote for our newsletter connections (http://www.zeroc.com/newsletter) in issue 18 and 19.
|
![]() |
| 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 |
| Newbie help needed - Ice server + IceStorm Publisher | Bigfoot365 | Help Center | 5 | 06-12-2006 11:09 AM |
| Is Ice suitable for parallel computation? | Yunqiao Yin | Comments | 1 | 01-26-2006 01:44 PM |
| one question: c# is client, c++ is server | tianfu | Help Center | 1 | 11-16-2005 05:07 AM |
| Newbie question about sending data | AlexKom | Help Center | 11 | 07-18-2005 04:37 PM |
| Ice newbie question | ruzark | Help Center | 1 | 11-30-2004 03:11 PM |