04Aug Pipes theory
186 views
Joshua Ostrom posted an interesting article about using PureMVC Multicore with ‘Pipes’. After reading over the implementation, I have to say that there seems to be much easier ways to accomplish what they are trying to do.
With the ‘pipes’ concept, the following conditions need to be met I see:
1. Pipes are only one way
2. Pipe subscribers listen to the pipe for messages pushed through
3. Pipes can be merged together or split
4. For organization, pipes should have a reference lookup string so that application layers can be used
This pipes theory really intrigues me… I will post again on this to suggest with what I can envision as a more straight forward API.
Part 2: http://www.jadbox.com/?p=161
