| Author |
A question about java web development
|
Sky Loi
Ranch Hand
Joined: Oct 06, 2008
Posts: 65
|
|
|
There is a Java position written test question. If we know the average payment transaction to DB is 40/per second, how to figure out the roughly number of simultaneous online user to open payment form page? Are there some factors we have to consider? Thank you.
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26168
|
|
|
What ideas do you have so far?
|
[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
|
 |
Sky Loi
Ranch Hand
Joined: Oct 06, 2008
Posts: 65
|
|
|
I assume the average time user stay and fill in the payment form is between 3-5 mins. The assumption is the system could handle about 12,000 (40X5X60) simultaneous online users at the peak time. Does it make sense? Thanks.
|
 |
 |
|
|
subject: A question about java web development
|
|
|