the 2 things I would look at immediately
-synchronisation of all method calls
-scoping of data entities(assuming you are implementing with beans)
Anyone else?
Martin-
----- Original Message ----- From: "Dave Newton" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <user@struts.apache.org>
Sent: Thursday, June 09, 2005 1:14 PM
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