Open Source‎ > ‎

Multi Threaded Dispatcher

MUDI is a small framework to enable the creation of a multithreaded dispatcher application. The framework has already proven its usability, it is used in a number of very robust applications which run 24/7.

It is the goal of the MUDI framework:

  • Able to handle a large number of threads, thousands.
  • Configurable at run time, when using a JMX wrapper.
  • Have enough parameters so that it can be scheduled using a scheduling mechanism (e.g. UNIX cron) on a regular basis.
  • Basis to rewrite batch applications in J2EE context.
  • Configurable using the Spring framework.

Project Links