From: fedzor Date: 2008-01-24T12:12:56+09:00 Subject: Re: Announcing Revactor: an Actor model implementation for R On Jan 23, 2008, at 6:03 PM, Tony Arcieri wrote: > I've hacked together an inter-VM bridge which > allows Actors to communicate across VMs (almost) as if they're in > the same > VM. With that sort of thing you can begin to achieve the dream of > programs > that run N-times faster on N CPUs. Would you mind sharing the code for this? I was looking for a way to accomplish this by running multiple instances of the Ruby VM (by using fork { exec } ), and having them communicate through sockets.