S.D.I.-Consulting BVBA

The End of the Multi Threaded Dispatcher

Thu Feb 01 2007

The MUDI framework lost its reason for existence when Java JDK 6 was released. Most of the functionality can now be implemented using the java.util.concurrent package. To be more specific: look for the Executor and ExecutorService.

As a result, this framework will no longer be continued. It will still be available as long as JDK 1.5 is still popular.

Related Links: