We have a web application designed using JSP,Servlets
(a.k.a MVC or model 2) and is hosted on weblogic express 6.1. This application is used by total 150 users currently and is expected to go to 250 or 300 users in a year. It is expected that at any point of time 20 to 30 users will be using the sytem concurrently. Each user is expected to spend 30 to 60 minutes a day with this application. As such the application is running fine. But my management asks me,what is the scalability of this application and do we need an EJB server?
My problem is,how do i define scalability factor of an application and how do I decide when to go for EJB's.
thanks and regards
pallayya
-
How do I define scalability of Model 2 WEB application? (3 messages)
- Posted by: Pallayya Batchu
- Posted on: July 19 2002 06:05 EDT
Threaded Messages (3)
- How do I define scalability of Model 2 WEB application? by Pietari L on July 19 2002 11:14 EDT
- How do I define scalability of Model 2 WEB application? by Pallayya Batchu on July 22 2002 01:43 EDT
- From Krishna Vemuri by krishna Vemuri on June 07 2004 12:10 EDT
-
How do I define scalability of Model 2 WEB application?[ Go to top ]
- Posted by: Pietari L
- Posted on: July 19 2002 11:14 EDT
- in response to Pallayya Batchu
Almost certainly, you shouldn't go for EJBs just for the scalability. (In fact, scalability is probably one of the most misunderstood EJB "virtues", but that's for another thread.) Use some load-testing tool to see how many concurrent users you can support with a single powerful x86 server. If this number is less than (or uncomfortably close to) the projected number of users by year-end, start investigating sticky session load balancers, or optimize your application.
You'd probably only go for EJBs if you had other reasons to do so, e.g. transactional, security, object pooling, Swing client, etc., requirements.
Regards,
Pietari Laurila -
How do I define scalability of Model 2 WEB application?[ Go to top ]
- Posted by: Pallayya Batchu
- Posted on: July 22 2002 01:43 EDT
- in response to Pietari L
thanks buddy
-
From Krishna Vemuri[ Go to top ]
- Posted by: krishna Vemuri
- Posted on: June 07 2004 12:10 EDT
- in response to Pietari L
Can you please send me your problem with your e-mail to kv@srgroup.net