
4 Aug
2008
4 Aug
'08
10:34 p.m.
Hi, I am using boost::serialization to send and recieve some objects over a socket (as per Asio - Serialization Example). I find that when I make the objects contain very large std::vectors (i.e. KB to MB), I get stream errors when recieving the object. Is there an upper limit in size in the serialization? Or could it be an stl or Asio thing? The type in the object that is causing the trouble is a: std::vector< double
. I haven't tried with other types.
regards, campbell.
6104
Age (days ago)
6104
Last active (days ago)
0 comments
1 participants
participants (1)
-
Campbell Morrison