| Author |
SCEA->Assignment-> Concurrent users
|
Sumit Bhoyar
Greenhorn
Joined: Oct 06, 2008
Posts: 14
|
|
Hi,
I am designing a web application. Suppose application has N number of users, then how to decide the number of users will concurrently use the application at peak time?
Thanks,
Sumit
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26192
|
|
|
Why do you need to decide that? Max concurrent users is usually a requirement if it comes up.
|
[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
|
 |
Sumit Bhoyar
Greenhorn
Joined: Oct 06, 2008
Posts: 14
|
|
|
If nothing is mentioned about concurrent users in requirement then is it safe to completely ignore number of concurrent users and in a way capacity planning?
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26192
|
|
Sumit Bhoyar wrote:If nothing is mentioned about concurrent users in requirement then is it safe to completely ignore number of concurrent users and in a way capacity planning?
No. You thought of it. It is a legitimate concern. However since the assignment didn't specify, you can assume anything you want. I had some assumptions like "I assume I asked the customer and he said XXX".
|
 |
 |
|
|
subject: SCEA->Assignment-> Concurrent users
|
|
|