loading...
 This Article 
   
 Share 
   
 Bibliographic References 
   
 Add to: 
 
Digg
Furl
Spurl
Blink
Simpy
Google
Del.icio.us
Y!MyWeb
 
 Search 
   
19th International Conference of the Chilean Computer Science Society
Safe-Threads: A New Model for Object-Oriented Multi-Threaded Languages
Talca, Chile
November 11-November 13
ISBN: 0-7695-0296-2
Luis Mateu, Universidad de Chile
Jose Miguel Piquer, Universidad de Chile
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.
Index Terms:
Concurrency, threads, safeness, monitors, object oriented programming
Citation:
Luis Mateu, Jose Miguel Piquer, "Safe-Threads: A New Model for Object-Oriented Multi-Threaded Languages," sccc, pp.136, 19th International Conference of the Chilean Computer Science Society, 1999
Usage of this product signifies your acceptance of the Terms of Use.