Monday, April 18, 2011

ActionScript 3.0 and Multithreading #2: Green Thread Interleaving

Interleaving Threads
With access to a single processor, any green threads need to take into account interleaving. This post provides a demonstration of using interleaving with a Factory Method pattern. Basically, interleaving refers to two threads being processed simultaneously. One part of a thread is processed, and then a part of another thread is processed [...]

Read more: ActionScript 3.0 and Multithreading #2: Green Thread Interleaving

No comments:

Post a Comment