One more question about "corePoolSize" and "maximumPoolSize" - are they used in the same manner as in ThreadPoolExecutor?The way the executor is created, those values are just passed to the underlying java class. We don't do anything with those values inside MINA code.
As I can see, OrderedThreadPoolExecutor overrides most of parent's methods, even execute() and Worker.run(). That's why I ask.
Victor N
