Are the threadlocals variables global to all the requests made to the servlet that owns the variables?
I am using resin for the server.
Thanks for awnser.
I think I can make my self more clear.
The specific Case:
I want to:
- initialize a static variable when the request starts the execution.
- be able to query the value of the variable in the further executions of methods called from the servlet in a thread safety way until the request ends the execution