>>Is Fracton written to run on more than one core, or is it using only one core?
Fracton is multithreaded and uses all the cores you have. It splits up the image into 10 pixel high stripes. Each stripe is processed by a core in a background thread. When a core finishes a stripe, the stripe is added to the image and the core is given a new stripe to work on.
--
Mike Frazier
www.fracton.org