Title: RE: AW: Servlet Life Cycle

Hi Kevin,

I think you are right...

    -----Original Message-----
    From:   Kevin Mukhar [SMTP:[EMAIL PROTECTED]]
    Sent:   Wednesday, February 09, 2000 10:02 PM
    To:     [EMAIL PROTECTED]
    Subject:        Re: AW: Servlet Life Cycle

    Stein wrote:
    >
    > The server creates only ONE instance per servlet class
    > (unless Your servlet does not implement the 'SingleThreadModel'
    > flag interface).

    Isn't the above backwards?

    If your servlet does NOT implement SingleThreadModel then there is a ONE
    instance of the servlet per server

    If your servlet does implement SingleThreadModel there will be multiple (number
    is implementation dependent) instances of the servlet per server.

    K Mukhar

    ___________________________________________________________________________
    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