Re: MULTITASKING
- Posted by mattlewis (admin) Nov 12, 2010
- 1398 views
jimcbrown said...
DerekParnell said...
Euphoria has not (yet) been written to take advantage of multi-core systems. Currently it only ever uses a single cpu.
Partial, limited support exists on Unix platforms.
Only in the sense that we use threads to accomplish euphoria's cooperative multitasking. But only one core at a time will process euphoria code from a single program. In order to get true parallel execution, there is a lot of work that would need to be done.
Matt