Home Accessibility Courses Diary The Mouth Forum Resources Site Map About Us Contact

Tips and short articles on this subject
Dripping taps, Java threads and the single thread model
Well House Consultants
You are on the site of Well House Consultants who provide Open Source Training Courses and business hotel accommodation. You are welcome to browse and use our resources subject to our copyright statement and to add in links from your pages to ours.
Other subject areas - resources
Java Resources
Well House Manor Resources
Perl Resources
Python Resources
PHP Resources
Object Orientation and General topics
MySQL Resources
Linux / LAMP / Tomcat Resources
Well House Consultants Resources
Extras Resources
C and C++ Resources
Ruby Resources
Tcl/Tk Resources
Web and Intranet Resources
Java module J804
Threads
Exercises, examples and other material relating to training module J804. This topic is presented on public courses Java Extra, Deploying Java Applications on Linux / Unix

Deploying Java applications on Linux and Unix - Learn to install and support applications under Linux/Unix with Apache, Tomcat and MySQL This course is ...
http://www.wellho.net/course/ajfull.html  [course]
Java Extra - Subjects not covered on regular public courses! Individual Java users will need different advanced topics depending on their application. ...
http://www.wellho.net/course/jxfull.html  [course]
/* */ public class robin implements Runnable { private String indiword; private long tic; public robin(String indiword, long tic) { this.indiword ...
http://www.wellho.net/resources/ex.php4?item=j804/robin.java  [code sample]
Have you ever lain awake at night and listened to dripping taps. "drip, drip, drip" ... until you eventually fall asleep? With one tap, it's rhythmic, ...
http://www.wellho.net/mouth/2212_Dri ... model.html  [short article]
/* */ public class wren extends Thread { private String indiword; private long tic; public wren(String indiword, long tic) { this.indiword ...
http://www.wellho.net/resources/ex.php4?item=j804/wren.java  [code sample]
/* */ public class redwing implements Runnable { private String indiword; private long tic; public redwing(String indiword, long tic) { this.indiword ...
http://www.wellho.net/resources/ex.php4?item=j804/redwing.java  [code sample]
/* */ public class redwing implements Runnable { private String indiword; private long tic; public redtail(String indiword, long tic) { this.indiword ...
http://www.wellho.net/resources/ex.php4?item=j804/redtail.java  [code sample]

On a web server, several users may be accessing the same page at the same time. Java's threading model allows an application to run parallel strands servicing several requirements at the same time, though great care must be taken to ensure that the strands don't conflict.

This topic is presented on public courses Java Extra, Deploying Java Applications on Linux / Unix

Examples from our training material
redtail.java   Syncronisation problem
redwing.java   Syncronisation solution
robin.java   Using threads via the runnable interface
wren.java   Using threads by extending the Thread class
Background information
Some modules are available for download as a sample of our material or under an Open Training Notes License for free download from http://www.training-notes.co.uk.
Topics covered in this module
Introduction to parallel processing.
Threading via an extension to the Thread class.
Thread objects.
The runnable interface.
Synchronization - avoiding conflicts.
Deadlocks.
Complete learning
If you are looking for a complete course and not just a information on a single subject, visit our Listing and schedule page.

Well House Consultants specialise in training courses in Java,Python, Perl, PHP, and MySQL. We run Private Courses throughout the UK (and beyond for longer courses), and Public Courses at our training centre in Melksham, Wiltshire, England. It's surprisingly cost effective to come on our public courses - even if you live in a different country or continent to us.

We have a technical library of over 700 books on the subjects on which we teach. These books are available for reference at our training centre. Also available is the Opentalk Forum for discussion of technical questions.


You can Add a comment or ranking to this page

© WELL HOUSE CONSULTANTS LTD., 2010: Well House Manor • 48 Spa Road • Melksham, Wiltshire • United Kingdom • SN12 7NY
PH: 01144 1225 708225 • FAX: 01144 1225 344596 • EMAIL: info@wellho.net • WEB: http://www.wellho.net • SKYPE: wellho