Re: A Petshop or a EJB flaw?
Posted By:
Bozidar_Dangubic
Posted On:
Tuesday, April 2, 2002 05:26 AM
why are you hitting the reload button 10 times a second??? even though applications should be architected to guard against idiot users, hitting the reload button 10 times a second definitely does not qualify as something that most QA people will test. and to answer your question "Why the heck are session beans not synchronized?", they are. stateful session beans do not need to be synchronized as they are dedicated to a single client. stateful session beans are pooled and need not be synchronized since they are always serving a single client at any one time during the execution of the application.