D
davout
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?
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?