Home

Submit

Source

Feeds

Java Threads

Java General Development
Threads
Java / General Development
This tutorial describes: What Is a Thread, Creating Java Threads, Using Runnable Interface, CPU Time Sharing, Sharing Data, Terminating Threads.

Site: www.herongyang.com Report - View Tutorial

Related Tutorials
Java General Development
Thread Groups
Java / General Development
This tutorial describes: ThreadGroup Class, The ThreadGroup Tree, Grouping Threads, Memory Leak With Unstarted Threads.

Site: www.herongyang.com Report - View Tutorial

Java Getting Started
Core Java Technologies Technical Tips
Java / Getting Started
Topics Covered: 1. Converting Images to BMP/WMBP 2. Pooling Threads to Execute Short Tasks (These tips were developed using the Java 2 Platform Standard Edition Development Kit 5.0 (JDK 5.0).

Site: forums.techarena.in Report - View Tutorial

Java Miscellaneous
Build your own Java-based supercomputer
Java / Miscellaneous
If you've ever wanted to build your own supercomputer but have been held back by the demands of parallel programming in C, Pseudo Remote Threads is for you. This prize-winning Java programming model greatly simplifies parallel programming on clusters, bringing supercomputing out of the laboratory and into the hands of everyday Java programmers.

Site: www-128.ibm.com Report - View Tutorial

Java Getting Started
Exploiting ThreadLocal to enhance scalability
Java / Getting Started
The ThreadLocal class appeared with little fanfare in version 1.2 of the Java platform. While support for thread-local variables has long been a part of many threading facilities, such as the Posix pthreads facility, the initial design of the Java Threads API lacked this useful feature. Further, the initial implementation was quite inefficient. For these reasons, ThreadLocal gets relatively little attention, but it can be very handy for simplifying the development of thread-safe concurrent programs. In this third installment of Threading lightly, Java software consultant Brian Goetz examines ThreadLocal and offers tips for exploiting its power.

Site: www-128.ibm.com Report - View Tutorial

 
Site Search

 
Categories
2D Graphics 3D Graphics Office Applications Databases Desktop Programming Web Development
 
Advertisement