Is it necessary to synchronize HttpServletRequest object

Is it necessary to synchronize HttpServletRequest object .Justify your answer With regards Aruanbh Dash
[131 byte] By [jublua] at [2007-10-3 9:19:30]
# 1
i'd say no, because it's supposed to be generated and processed by a single thread of the servlet engineafter that, nobody will arrest you if you torture a request with multithreading
alban.maillerea at 2007-7-15 4:32:42 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
Then, can we say that the HttpRequest object is thread safe ?RegardsArunabh
jublua at 2007-7-15 4:32:42 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3
i'd say no, it's the servlet's developper responsability to insure the thread safety, because the httprequest interface is not synchronized
alban.maillerea at 2007-7-15 4:32:42 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...