Object Oriented Vancouver

May 31, 2005

Improve processing speed with good Object oriented design

Filed under: Object Oriented Design — kevinw @ 8:37 pm

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.

One Response to “Improve processing speed with good Object oriented design”

  1. Monique Says:

    very cool. Trying to learn OOP and wondering why you have the beginFill in the .fla instead of in the class?

Leave a Reply