aspose file tools
The moose likes Threads and Synchronization and the fly likes Handling of threads by JVM Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Threads and Synchronization
Reply Bookmark "Handling of threads by JVM" Watch "Handling of threads by JVM" New topic
Author

Handling of threads by JVM

Mehul Sanghvi
Ranch Hand

Joined: Feb 04, 2002
Posts: 134
Hi,
If anybody could please let me know a good site where i could find out how JVM internally handles threads.
Thanks in advance.
Regards,
Mehul.....
Dana Hanna
Ranch Hand

Joined: Feb 28, 2003
Posts: 227
It would depend on what JVM version and make, as well as platform.
M$ made a JVM, and IBM and Sun both make JVMs. They behave differently as the spec doesn't define behavior. Id start on the respective maker's site.
 
 
subject: Handling of threads by JVM
 
Threads others viewed
Could newCachedThreadPool create indefinite number of threads and eventually crash JVM?
Synchronization across diff JVM
Can't trace which thread isn't dying
Daemon Threads in java
Yield Method Purpose to allow other high priority threads?
IntelliJ Java IDE