Arc Forumnew | comments | leaders | submitlogin
1 point by icey 5925 days ago | link | parent

I'm not pg, but I'd assume it will work the same as mzscheme works on multiple cpus, since it's just a bunch of declarations on top of mzscheme.


4 points by soegaard 5925 days ago | link

An instance of MzScheme will only use one cpu even on multi-cpu machines. In order to use more than one cpu, start several instances and let them communicate either via tcp or via files.

-----