问题
Imagine that you use gnu parallel to run several script that load every time a big object in memory, like a corpus of document for example. In the case of a read only acces to this object the question is:
Can I load this object once in memory and share the read access by all the process running under Gnu Parallel ?
来源:https://stackoverflow.com/questions/34933830/would-it-be-possible-to-share-some-memory-with-gnu-parallel