--- Asha Balasubramanyan <[EMAIL PROTECTED]> wrote:
> 1.My doubt is does this concurrent user criteria depands on the
> framework
> EJB or not?
Yes, because depending on the framework, the number of thread needed to
support a specific load may change.
Also depending on the framework one user request may open multiple
connections on a server. So it can reduce the number of concurent
users.
> 2. can we get the same concurrent users +loadbalancing with servlet +
> java
> API environment ?
You can if your Servlet server provides load-balancing.
> 3. If concurrent users depends on Application server then why EJB
> tells
> about this.
I don't understand this question. Can you clarify it?
=====
Emmanuel Pirsch
Sun Certified Java Programmer
Unite for Java! - http://www.javalobby.org
---
"Imagination is more important than knowledge."
- Albert Einstein
__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".