Sciweavers

1159 search results - page 1 / 232
» Adding Concurrency to a Programming Language
Sort
View
71
Voted
C++
1992
83views more  C++ 1992»
15 years 1 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
16 years 20 days 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»
15 years 12 days ago
Automatic Grid workflow based on imperative programming languages
Raúl Sirvent, Josep M. Pérez, Rosa M...
CL
1999
Springer
15 years 1 days 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
90
Voted
LCTRTS
2004
Springer
15 years 5 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