[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: MzScheme Multi-processor Threading



Quoting Brent Fulgham:
> Does anyone know if MzScheme can "free thread" across
> multiple processors, assuming it was built using the
> native threading model of the underlying operating system
> (and assuming this underlying thread system supports
> multiproccessor load splitting)?

Yes. MzScheme doesn't attach any special properties to OS-level
threads, so the OS can direct a thread to any processor it wants to.

Matthew