You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Santosh Kulkarni <sa...@yahoo.com> on 2002/09/13 11:13:10 UTC

ServletContext object

Are the objects put in ServletConext synchronized? Say
I have a ServletContext ctx. If I do,
ctx.setAttribute("MYOBJECT", hashTableObject);
where hashTableObject is a Hashtable (or any other
instantiated object) then is the object
hashTableObject synchronized both for reads and
writes?
TIA
Santosh

__________________________________________________
Do you Yahoo!?
Yahoo! News - Today's headlines
http://news.yahoo.com

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>