On Thu, Jan 15, 2009 at 1:15 PM, Kyle Cordes <[email protected]> wrote: > Slava - is there a Factor story, now or upcoming, for how to do "real" > multithreading, i.e. run Factor codein parallel threads on N cores/CPUs?
Yes. Eventually Factor will support multicore programming with a shared heap between threads with various abstractions to manage shared state (STM as well as and everything that's in concurrency.* right now). I can't comment on a specific time-frame but we're bound to get there eventually. Slava ------------------------------------------------------------------------------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _______________________________________________ Factor-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/factor-talk
