Hello,
Do you know of any Servlet add-ons for apache that actually handle
servlets / servlet engines in this way? We'd like to offer more than
just a guestbook servlet, but we can't afford to invest a lot of people
resources to police servlet performance, memory usage, etc.
What ISP's need is something like SUEXEC for apache, that runs the
servlet with the user's permissions, and that also controls the startup
and shutdown of servlet engines. Will servlets function under SUEXEC?
Then we could set ulimits for user groups, so that users can't run away
with memory, but how do we set up the servlet zones to actually run the
servlets in separate engines?
I am new to servlets, so please forgive me if this is simple.
-Ken
Ted Stockwell wrote:
>
> Servlet engines can crash, so if you service all your users in a single
> engine and one user does something that crashes the engine then all your
> servlet users go down. That's not any better than crashing the web server
> itself.
> If a single engine is used for each user and the engines start up and shut
> down dynamically then you can tolerate an engine crash and conserve the
> machine's resources.
>
> ted stockwell
>
> > -----Original Message-----
> > From: Danny Ayers [SMTP:[EMAIL PROTECTED]]
> >
> > Sounds reasonable, assuming the engine is well-behaved. But still, what
> > if you have different users with their own servlets? An engine each? I
> > suspect ISP sysops would not jump at the chance.
> > Cheers,
> > Danny.
> >
> > Ted Stockwell wrote:
> > >
> > > ISPs would use a servlet engine that runs outside of the web server's
> > > process so that if the servlet engine crashes it doesn't bring down the
> > web
> > > server with it.
> > >
> >
>
> ___________________________________________________________________________
> 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
--
-Ken
Pacific Internet Webmaster/
http://www.pacific.net/web/
___________________________________________________________________________
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