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
Cod is meant for Inter Process Communication and will allow you to easily send data between forked processes.