I am looking for a
pattern where an Stateless Session Bean break up a large transaction into multiple transactions and allow the broken up transactions to be executed simultaneously. I am sure this is common problem to speed up the execution of a single large transaction. Is there a
J2EE pattern or EJB pattern for it. Since EJB's can't create threads, I am wondering how can this be handled?
Suggestions appreciated. Thanks,
Ahmed