[1997] in java-interest
Object level concurrency control.
daemon@ATHENA.MIT.EDU (Leon Hurst)
Thu Sep 21 12:29:09 1995
To: java-interest@java.sun.com
Date: Thu, 21 Sep 1995 11:55:23 (BST)
From: Leon Hurst <lahurst@maths.tcd.ie>
Seen as Java is both multithreaded and Object Oriented I was wondering
if there was any object level concurrency control available or in the
works. For example can one specify a set of methods as "serialised",
meaning that only one of these methods can be executing at a time.
The reason I ask is wrt to object migration. In a multithreaded
environment it might not be a good idea to migrate an object while one
of its methods is executing! Hence one might might be able to make the
its migrate method a member of this group and so avoid the possibility
of migrating as one of its (public) methods is being executed by a
different thread.
Cheers,
Leon.
--
email: lahurst@maths.tcd.ie
www: http://www.maths.tcd.ie/~lahurst/
LEGO: http://www.maths.tcd.ie/~lahurst/virtuallego.html
-
Note to Sun employees: this is an EXTERNAL mailing list!
Info: send 'help' to java-interest-request@java.sun.com