Hi

I want to web-enable a large Oracel 8i database using the Java Servlet
technology.

And, I need to support upto a 100 concurrent users.

Could someone provide me pointers towards some possible architecture solutions
that would live upto the expectations and be scalable for future growth.

The way I understand, I can use the Servlets but then I'll have to do all the
load
balancing on the web-server side since I cannot possibly let my Servlets spawn
100 (or more) threads to serve 100 concurrent users.

What I want to understand is how much can the Servlet do for me and how much do
I need to do apart from that.

Thanks
-- Snoopy

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to