[Spread-users] Sending data stuctures question

John Robinson jr at vertica.com
Thu Jun 8 13:27:12 EDT 2006


We have had good luck using boost serialization (http://www.boost.org) 
on an application that started out using MPI, but we are migrating to 
Spread.  Needs (at least a little) C++; you might have to change your 
char* to a std::string if you need the deep copy.

/jr
--
a a wrote:
> How do i send a data structure using the send_multicast function?
> 
> my struct is:
> struct dataStruct
>            {
>                 long fileSize;
>                 long pktNumber;
>                 long totalPkt;
>                 int blkSize;
>                 long fileId;
>                 char *data;
>            };
> thanks,
> Mahmoud
> 
> __________________________________________________
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Spread-users mailing list
> Spread-users at lists.spread.org
> http://lists.spread.org/mailman/listinfo/spread-users




More information about the Spread-users mailing list