Observations, announcements, about the Boost Serialization library #306
Replies: 1 comment 1 reply
-
|
Hello, I have a program (main thread) launching a separate thread (of NORMAL priority) in which serialization in a boost stream is performed. At times, the serialization takes a long time (tens of seconds instead of usual tens of milliseconds) and hangs the main thread for that duration. SERIALIZATION CULPRIT LINES: After positioning the 'cursor' in the boost stream std::fstream* fileos (linked to a file) using fileos->seekp, I perform serialization of the content of pItem (pointer to a class containing some FullVector and FullMatrix) using The serialize function is just made of lines such as QUESTIONS:
Thank you |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
This is a place for information regarding the Boost Serialization Library which doesn't fit anywhere else. Things like:
Basically stuff that would be in issues but that cannot be addressed for some reason or another.
Beta Was this translation helpful? Give feedback.
All reactions