File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Performance and the fly likes multiple threads competing for the same stack?k Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Performance
Reply Bookmark "multiple threads competing for the same stack?k" Watch "multiple threads competing for the same stack?k" New topic
Author

multiple threads competing for the same stack?k

Guennadiy VANIN
Ranch Hand

Joined: Aug 30, 2001
Posts: 898
Do multiple threads compete for the same stack?
or they have its own stack, i.e. one stack per one thread/method?
Jim Yingst
Wanderer
Sheriff

Joined: Jan 30, 2000
Posts: 18652
Each thread has its own stack. See here for more info.


"I'm not back." - Bill Harding, Twister
 
IntelliJ Java IDE
 
subject: multiple threads competing for the same stack?k
 
Threads others viewed
How do threads share memory ?
Multiple threads of a servlet instance and servletConfig
Slap me silly, but...
Use of volatile variable with wait() and notify()
Need to understand about threading issues?
WebSphere development made easy
without the weight of IBM tools
http://www.myeclipseide.com