----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------


Jon Smirl wrote:

> Another architectural difference is linking the JVM
> to the server instead of using a socket for communications.

It seems to me that one of the strengths of the ApacheJServ model is
that one webserver can feed a lot of separate Java boxes to do the heavy
lifting of running applications. 

If one Java box gets bogged down in garbage collection it still leaves
the webserver free to deliver static pages and send requests to other
Java boxes.

--Mark Ashworth


--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to