aspose file tools
The moose likes Servlets and the fly likes request attribute  is thread-safe? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "request attribute  is thread-safe? " Watch "request attribute  is thread-safe? " New topic
Author

request attribute is thread-safe?

Vinoth kumar Gajapathy
Greenhorn

Joined: Oct 05, 2007
Posts: 16
can any tell me request attribute is thread-safe? or not bcs in some resource side they told all attributes(request,session, context) are not thread-safe but some other told only request attribute is thread-safe
which one is right? explain

thanks
Seetharaman Venkatasamy
Ranch Hand

Joined: Jan 28, 2008
Posts: 5575

Originally posted by Vinoth kumar Gajapathy:
can any tell me request attribute is thread-safe?


yes. only request is thread safe in scope of jsp according to the HFSJ

 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: request attribute is thread-safe?
 
Similar Threads
Response attribute?
Doubt on attribute scope thread saftey mock Q
Thread Safe
Request Attributes Thread Safe?
request atributes are always thread-safe?