Stateless Session Bean
843829Aug 4 2003 — edited Aug 5 2003
Hi,
I am wondering why stateless session bean instances
need to be pooled at all. Considering that no client
conversational data is cached in a stateless bean instance,
a single instance for all requests should suffice.
What am I missing here? Can anybody give an example
where a method of a SL session bean need to store data
in instance variables.
-Suresh
Thanks