Monday, April 25, 2011

ActionScript 3.0 Communication in Parallel Programming

Communication in a Parallel Environment
This week I decided to do one post for beginners and one for those of you interested in parallel programming and was able to use a simple program for both. The program is one with a client that communicates through a single abstract class requesting house parts in the form of Shape instances. Not a true design pattern, but no matter; it illustrates OOP communication and parallel decomposition [...]

Read more: ActionScript 3.0 Communication in Parallel Programming

No comments:

Post a Comment