Would it be possible to share some memory with GNU Parallel?

给你一囗甜甜゛ 提交于 2019-12-23 23:13:33

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!