Using generic Java threads on JStamp/JStik/SaJe
Short Description
- A thread is a path of program execution.
- Multi-threaded programming is one of the most powerful features of Java. Applied inappropriately, it can lead to an infinite number of difficult to diagnose bugs, and unpredictable program behavior.
Website: practicalembeddedjava.com | Filesize: 156kb
No of Page(s): 21
Content
…
- Threads are one of the more vague aspects of Java. This is probably inevitable due to the wide variation of thread support in the underlying operating system and hardware on which a given JVM must execute.
- Java supports ten thread priorities (though the underlying OS may support more or less), RTSJ requires at least 32.
- For example, Solaris has 65535 thread priorities while Windows NT has seven. Win2000 and X- have 32. XP with INtime has 255. JStam- has 32.
- Thread support can use a mix of hard- and soft-ware.
…
Get the file Download here
Related Books:Related Searches: thread priorities, java threads, generic java, program execution, features of java
Comments
Leave a Reply