Shared Variable Among Ruby Processes

后端 未结 4 662
臣服心动
臣服心动 2021-02-01 09:28

I have a Ruby program that loads up two very large yaml files, so I can get some speed-up by taking advantage of the multiple cores by forking off some processes. I\'ve tried lo

4条回答
  •  心在旅途
    2021-02-01 09:51

    Cod is meant for Inter Process Communication and will allow you to easily send data between forked processes.

提交回复
热议问题