On Wed, 2006-09-13 at 05:41 -0700, Kon Lovett wrote: > Chicken doesn't support machine threading so w/ multi-processor/core > machines Chicken can only distribute a task via os processes. You may > want to review the Chicken mail archive for this topic.
I wonder if there's been any movement on porting Termite from Gambit to Chicken. If you're willing to cast your problem in an Erlang-style light, that could make for very high multicore performance indeed. Just spawn some child processes and start tossin' your functions at them. Steve _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
