Reputation: 33
Please can anyone suggest.We are trying to estimate how manay managed server instances are required in a weblogic domain and how many servers would we need as well. Our estimate is that on there will be 10,000 concurrent users(doesn't include logged in users) for the application and about 400 transactions per second and each http session will carry around 40kB data..
Many thanks
Upvotes: 2
Views: 3151
Reputation: 3043
In my experience, it is impossible to size an architecture armed with just numbers like this. I realize that's all you got right now, but I would recommend you set up one of your servers, place a servlet there that simulates your transaction time and use a tool like JMeter to hit it to see where it breaks.
BTW, there can be many other bottlenecks - is your database up to handling 400 transactions/sec?
Upvotes: 1