1 Reply Latest reply on Feb 3, 2003 9:27 AM by gregwilkins

    Servelt Pooling

    sudhindraks

      Hi

      How to achieve Single threaded servlet pooling in JBoss?

      Regards
      Sudhindra

        • 1. Re: Servelt Pooling
          gregwilkins

          You simply make your servlet implement the SingleThreadedModel.

          But JUST DON'T GO THERE!

          It will be deprecated in the next version of the spec and it
          does not really protect you from anything anyway.

          Just write thread safe code.

          regards