Improve processing speed with good Object oriented design
I found this great posting on IBM-Developerworks comparing Synchronous and Sequential processing against Asynchronous and Concurrent processing. We do it all the time when we schedule projects - “part A and part B are unrelated so they can be worked on at the same time…” So why not apply that same thinking to developing complex applications. Why don’t our multithreaded, multiprocessor, multiserver applications take advantage of the same benefits?
Proof that process design can have a significant impact on performance of a system.



December 2nd, 2005 at 3:40 pm
very cool. Trying to learn OOP and wondering why you have the beginFill in the .fla instead of in the class?