> > When I first started writing servlets (coming up on two years ago) I didn't
> > know that one instance could serve several requests so my servlet had
> > problems when I moved it from servlet runner to a real web server. STM would
> > have saved me from rewriting some code back then.
>

If you didn't know about multithreading, then you probably also didn't know that
STM does not solve all of your threading problems -- only some of them.  You're
just as likely to have needed a rewrite even if you had used STM -- it just would
have been a different problem that bit you.

The preponderance of real-life experiences -- especially for those who don't
understand the environment they are programming for -- does not reflect your
belief.

Craig McClanahan

___________________________________________________________________________
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