This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Servlets and the fly likes synchronize(getServletContext()) Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "synchronize(getServletContext())" Watch "synchronize(getServletContext())" New topic
Author

synchronize(getServletContext())

Cameron Park
Ranch Hand

Joined: Apr 06, 2001
Posts: 371
Hi, I am puzzled by the implication of
synchronize(getServletContext()){}
What does it do...

William Brogden
Author and all-around good cowpoke
Rancher

Joined: Mar 22, 2000
Posts: 12327
    
    1
It would ensure that only one Thread at a time could modify the ServletContext using that code.
Where did you see that?
Bill

Java Resources at www.wbrogden.com
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: synchronize(getServletContext())
 
Similar Threads
Confusion in code
Context/Session Thread safety
Context parameters in the Action class
Synchronizing getServletContext
Context Attributes are not thread safe??