> On 11/7/07, erik quanstrom <[EMAIL PROTECTED]> wrote:
> 
> // wiring data to processors would make more sense.
> 
> is what's meant here "wiring (data+proc) to processors would make more sense"?

no, if you're using threads (procs), by definition mutiple actors are
chewing on the same data.  if performance matters enough to worry
about which processor does what, i would think your data set would be
large enough to be much bigger than the active code.  therefore, i
would worry about keeping the data set wired to a processor and not
worry about which procs are running where.

- erik

Reply via email to