> I am on a team of two developing a small project using a single servlet
> implementing the SingleThreadModel.
> This is my first project with servlets, but I am doing it this way on the
> advice of several other servlet gurus here at work.
No "guru" here in his/her right mind would suggest using STM to implement a
servlet.
> For our project this helps us to not have to worry about pooling
> connections/etc.
Ok, I see why they suggested using STM, but really, you are going to end up
biting yourself in the foot for having used it. Learn how to use a
connection pool, it isn't that hard and dump STM.
-jon
___________________________________________________________________________
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