Sciweavers

SCCC
1999
IEEE

Safe-Threads: A New Model for Object-Oriented Multi-Threaded Languages

13 years 8 months ago
Safe-Threads: A New Model for Object-Oriented Multi-Threaded Languages
Threads have been present in programming languages for some time now. However, they have a bad image among software developers because they lead to unreliable applications. Most of the problems are produced by unexpected critical sections, which are very difficult to find. Little research has been done recently to increase the safety of thread programming. In this paper we present a new model of concurrent threads for object oriented languages. We have called them safe-threads. We claim safe-threads are a major improvement over traditional threads because first, safe-threads are safe from critical section problems, and second, they are location transparent on a distributed system. The main characteristics of our model are that static variables are not shared among safe-threads and that the objects must provide an explicit interface to be shared. We also outline how the model could be implemented in Java.
Luis Mateu, José M. Piquer
Added 04 Aug 2010
Updated 04 Aug 2010
Type Conference
Year 1999
Where SCCC
Authors Luis Mateu, José M. Piquer
Comments (0)