News 
 Info 
 Documents 
 Downloads 
 Current version, 2.2.10
Here you can find the source code and documentation for the ZThreads library. The latest 2.2.X release was version 2.2.10.

Source, Version 2.2.10     ZThread-2.2.10.tar.gz    (Sourceforge)
Source, Version 2.2.10     ZThread-2.2.10.tar.gz    (SUNY @ Buffalo)

For an archive of past releases, visit sourceforge.

There is also anonymous CVS access to the most recent development version of the library. You can check out a copy with these commands,

 cvs -d:pserver:anonymous@cvs.ZThread.sourceforge.net:/cvsroot/zthread login <blank password>
 cvs -z3 -d:pserver:anonymous@cvs.ZThread.sourceforge.net:/cvsroot/zthread co zthread 
or you can browse the CVS by clicking here.

The Java version is, by no means, a complete port of the C++ library. Its main purpose was to help model and develop the ideas and patterns used in the main version of the library. However, it is still useful in some situations. For a more complete description of what this is and how it came to be, please see the README included.

Source, Version 0.0.1     ZThread-Java-0.0.1.tar.gz    (Sourceforge)
Source, Version 0.0.1     ZThread-Java-0.0.1.tar.gz    (SUNY @ Buffalo)

I would strongly recommend taking a look at Doug Lea's util.concurrent package if you are interested in Java threading libraries. It is far more relavant and up to date. You can find more information about it on his web page.

 Copyright © 2000 - 2002,  Eric Crahen <crahen at cs dot buffalo dot edu> - All rights reserved.