summaryrefslogtreecommitdiff
path: root/java/JACE/Concurrency/package.html
blob: ceadb36f662e661ea957b450a5c702f23f28d819 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!-- $Id$ -->
<HTML>
<BODY>
Collection of concurrency mechanisms and a Thread manager.
<P>
JACE concurrency mechanisms now inherit from a common base class,
AbstractLock.  This allows users to write code without regard to
whether a lock is local or remote.

@see JACE.netsvcs.Token.RemoteLock
@see <a href="http://www.cs.wustl.edu/~schmidt/ACE-papers.html#concurrency">Documents on ACE concurrency components</a>
</BODY>
</HTML>