Also - are you resetting all of the properties in your forms classes.  If
not, some of the data set by one user can bleed over to another user.

Hope that helps

-----Original Message-----
From: Dave Newton [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 09, 2005 10:15 AM
To: Struts Users Mailing List
Subject: Re: Multiple user - problem


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]


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

Reply via email to