Gerhard Paulus wrote:
> In particular I was testing a scenario where an ISP's web server is
> hosting the web sites for several customers who have the possibility
> to install their own servlets (eg. a guestbook) in a servlet directory.
>
> My conclusion is that ISP's will never allow this. They won't because
> they have no control whatsoever over the amount of RAM the customer's
> servlets will ultimately eat up.

That depends on the servlet engine, system limits
(ulimit(1)) and priority levels (nice(1) can be used to
control the resources a process uses.  In any case,
the problem is inherant to most languages used for
server side programming, including perl.  In fact
Java is arguably better than perl given the reduced
CPU load due to JIT etc.

Regards,

Niall

___________________________________________________________________________
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