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
It is possible to share variables between processes; DRuby is probably the lowest barrier-to-entry way to do it.