>>> avya <[EMAIL PROTECTED]> 26-May-00 7:29:31 PM >>>

> We are working on a site that is expected to receive
>around 900-1100  requests per second, although the
>processing associated with each  request is not intensive
>(no database connections for every request).  For this we
>are planning to employ PIII server(s) with RedHat Linux 6.2
>running Apache web servers and ServletExec for serving
>servlets. The  data that is sent is around 12-14 kb per request.


> 1. How do we go about clustering Servletexec servers so
>as to do load  balancing or a Local director is the only
>option.

Local director works quite well as long as you don't have any session
sharing requirements. Anything using session sharing requirements will
offer less performance than a round robin approach.


> 2. Is the configuration that we have in mind optimal?

I'm a free-software proponent but pay special attention to the
quality of your JVM.

You may not be able to get a decent Java 2 implementation for Linux.
In which case I would recomend that you use Solaris since HotJava for
Solaris is very quick indeed.

You can still run Apache (if that is the case) of course.

I'd also recomend that you use a free-software servlet engine, eg:
Tomcat.



Nic Ferrier

___________________________________________________________________________
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