Stateless session bean that multi threads?

From: davout (davZZZYYYXXXout_at_dial.pipex.com)
Date: 12/11/03


Date: Thu, 11 Dec 2003 17:20:42 -0000

As a relative EJB newbie... as I undersatand it you're not supposed to
multi-thread inside the implementation of a stateless session bean method.
(Right?)

In this case how do I solve a situation where my stateless session bean
wants to draw data from 'n' sources and then consolidate and return the
results as one array?? Ideally you'd want to create a sub thread for each
different data source. Are here any workarounds?