Merge pull request #2309 from mitza-oci/warnings
[ACE_TAO.git] / TAO / tests / Storable / README
blobf3f3b019363b5db726d45ea5d48569974a6fe976
3 This test verifies that TAO::Storable_FlatFileStream along
4 with TAO::Storable_File_Guard can be used to save/restore
5 the state of an object (an instance of Savable) to the
6 file system. To verifing Storable_File_Guard's file locking,
7 two processes that read/write from the persistent store run
8 in parallel.
10 Note that this test does not explicitly validate the code in
11 Storable_File_Guard that deals with the persistent store
12 being obsolete.