Are shared memory files distributable?
Hello, Is it possible to create a shared memory file using Boost Interprocess (with STL containers) and distribute it to several machines for reading and modifying independently? Thanks Raj -- @BlisMedia http://twitter.com/BlisMedia www.blismedia.com http://blismedia.com This email and any attachments to it may be confidential and are intended solely for the use of the individual to whom it is addressed. Any views or opinions expressed are solely those of the author and do not necessarily represent those of BlisMedia Ltd, a company registered in England and Wales with registered number 06455773. Its registered office is 3rd Floor, 101 New Cavendish St, London, W1W 6XH, United Kingdom. If you are not the intended recipient of this email, you must neither take any action based upon its contents, nor copy or show it to anyone. Please contact the sender if you believe you have received this email in error.
El 10/10/2014 11:46, Rajalakshmi Iyer escribió:
Hello,
Is it possible to create a shared memory file using Boost Interprocess (with STL containers) and distribute it to several machines for reading and modifying independently?
All compilers used to compile programs that will modify the file must implement the same ABI. E.g.: If all your machines use the same OS and GCC version executed in the same address model (32 bit), then yes. Otherwise, you need to carefully check your compilers. Ion
participants (2)
-
Ion Gaztañaga
-
Rajalakshmi Iyer