croffman wrote:

Using Struts & EJB's - For load testing, facing a problem, that if 10 multiple 
users are accessing at the same time, only one user is getting other user data 
(WRONG data) out of 10 users. But all other 9 users are getting correct data.

The wrong data for that one user, is from one out of 9 other users.
Is it worse with more users?

Do you keep any non-synchronized user-specific info in an instance of a class that is only instantiated once (like a servlet or action)? That gets a lot of people even though it's in all the documentation.

Without any more specific information it'll be really tough to be helpful in any meaningful way.

Dave



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to