For Programmers: Free Programming Magazines  


Home > Archive > Unix Programming > August 2006 > rpc vs corba









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author rpc vs corba
ibaloubi

2006-08-17, 3:59 am

many thank's for the input on the "struct" thread.

what about rpc vs corba?
does anyone have experience and can comment?
Robert Harris

2006-08-17, 7:59 am

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
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com