08-17-06 12:35 PM
ibaloubi wrote:
> many thank's for the input on the "struct" thread.
>
> what about rpc vs corba?
> does anyone have experience and can comment?
Send data as character strings if you can. RPC adds a degree of
complexity and corba yet another. But if you want to send binary data,
use RPC or marshal your data according to data size and standardise on a
network byte order.
Robert
[ Post a follow-up to this message ]
|