Search This Blog

Tuesday, December 21, 2010

Work manager in WebSphere

The Work Manager API offers a solution for performing parallel processing directly within a managed environment. You can leverage this new offering to implement parallel processing within a J2EE container.
here are some interesting links to this issue:

The wise work manager for context-based scoping - Improve thread performance with the Work Manager API

The Work Manager API: Parallel Processing Within a J2EE Container

Notes about the Work class you might implement under websphere , when:
if  isDaemon  return  true, this Work is expected to run a long time and will not use a pooled thread.

enjoy
Yaniv T

No comments: