Sciweavers

800 search results - page 35 / 160
» Programming Models for Concurrency and Real-Time
Sort
View
ENTCS
2007
101views more  ENTCS 2007»
13 years 8 months ago
A Framework for Timed Concurrent Constraint Programming with External Functions
The timed concurrent constraint programming language (tccp in short) was introduced for modeling reactive systems. This language allows one to model in a very intuitive way typica...
María Alpuente, Bernhard Gramlich, Alicia V...
ICFEM
2010
Springer
13 years 7 months ago
A Modular Scheme for Deadlock Prevention in an Object-Oriented Programming Model
Despite the advancements of concurrency theory in the past decades, practical concurrent programming has remained a challenging activity. Fundamental problems such as data races an...
Scott West, Sebastian Nanz, Bertrand Meyer
ARES
1998
Springer
14 years 22 days ago
A Model of Interaction in Concurrent and Distributed Systems
Distributed programming environments commonly restrict programmers to one form of intercomponent interaction. This forces programmers to emulate other interaction styles in terms o...
Nat Pryce, Steve Crane
HICSS
1997
IEEE
94views Biometrics» more  HICSS 1997»
14 years 21 days ago
ThreadMon: A Tool for Monitoring Multithreaded Program Performance
This paper describes ThreadMon, a monitoring tool for improving the performance of multithreaded programs, and how we have used it to examine various aspects of the many-to-many (...
Bryan Cantrill, Thomas W. Doeppner Jr.
ISSTA
2006
ACM
14 years 2 months ago
Producing scheduling that causes concurrent programs to fail
A noise maker is a tool that seeds a concurrent program with conditional synchronization primitives (such as yield()) for the purpose of increasing the likelihood that a bug manif...
Yosi Ben-Asher, Yaniv Eytani, Eitan Farchi, Shmuel...