Hi everyone,<br><br>  I was looking up the options that are available for shared memory arrays and this thread came up at the right time. The doc says that<code><span> multiprocessing</span><span>.</span><span>Array</span><span>(</span><span>...) <font face="arial,helvetica,sans-serif">gives a shared memory array. But from the code it seems to me that it is actually using a mmap. Is that correct a correct assessment, and if so, is there any advantage in using </font></span></code><code><span>multiprocessing</span><span>.</span><span>Array</span><span>(</span><span>...)<font face="arial,helvetica,sans-serif"> over simple numpy mmaped arrays.<br>
<br>Regards<br>  srean<br></font></span></code><code><span></span></code>