"Emuleomo, Olu (PME)" wrote:
> >>>>>
> Now, you can listen on more than one port
> independently -- each with its own set of apps.
> <<<<<
>
> What's the advantage of listening on more than one port versus
> starting the server N times; once for each port?
>
Listening on more than one port happens all within a single JVM, so you get to
share all the system and servlet engine classes, as well as sharing the
dynamically allocated heap space -- the result is MUCH less memory overhead.
On some OS platforms, switching threads in the same process is faster than
switching processes (as would be required if you are running multiple JVMs. If
other apps are running on the same machine, though, this probably won't have
much impact.
>
> --Olu E.
>
Craig
___________________________________________________________________________
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