I am being lazy here - but as I have started reading about
EJB some questions come up .
So before I lose track of what doubts I have - I thought would place them here .
So this is an excuse in advance if some one tells me that I am asking them to do my homework !
Are stateless beans threadsafe ?
How does the container go about it ? after the bean is picked from pool - can container use same bean to process multiple requests ?
I am assuming that stateful beans ( since they are per client ) would remain available specific to a client and thereby there cannot be any issues regarding
thread safety in case of steful session beans ?
Thanks ,
~satish
[ August 01, 2008: Message edited by: satish bodas ]