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 JSP and the fly likes thread creation in struts Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » JSP
Reply Bookmark "thread creation in struts" Watch "thread creation in struts" New topic
Author

thread creation in struts

marisubbu balashanmuganathan
Greenhorn

Joined: Oct 17, 2008
Posts: 1
SHALL we create threads inside struts code as we do in java programming ?
If yes , then is there any synchronization is needed while request thread accessing a static variable and a thread created manually try to access it ?
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56554
    
  14

No, the container handles threading.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: thread creation in struts
 
Similar Threads
Jsp-page populated after succesful insert
jsp page for struts
problem with enctype attribute in jsp
Struts Thread safe
can I extend 2 forms in struts