Sciweavers

1159 search results - page 1 / 232
» Adding Concurrency to a Programming Language
Sort
View
C++
1992
83views more  C++ 1992»
14 years 10 months ago
Adding Concurrency to a Programming Language
A programming language that lacks facilities for concurrent programming can gain those facilities in two ways: the language can be extended with additional constructs, which will ...
Peter A. Buhr, G. Ditchfeld
POPL
2007
ACM
15 years 10 months ago
Implementing deterministic declarative concurrency using sieves
The predominant thread-based approach to concurrent programming is bug-prone, difficult to reason about, and does not scale well to large numbers of processors. Sieves provide a s...
Sam Lindley
CONCURRENCY
2006
112views more  CONCURRENCY 2006»
14 years 9 months ago
Automatic Grid workflow based on imperative programming languages
Raúl Sirvent, Josep M. Pérez, Rosa M...
CL
1999
Springer
14 years 9 months ago
An execution scheme for interactive problem-solving in concurrent constraint logic programming languages
Van Emden's incremental queries address the inadequacy of current Prolog-style querying mechanism in most logic programming systems for interactive problem-solving. In the co...
Jimmy Ho-Man Lee, Ho-fung Leung
LCTRTS
2004
Springer
15 years 2 months ago
Generating fast code from concurrent program dependence graphs
While concurrency in embedded systems is most often supplied by real-time operating systems, this approach can be unpredictable and difficult to debug. Synchronous concurrency, i...
Jia Zeng, Cristian Soviani, Stephen A. Edwards