Sciweavers

5180 search results - page 137 / 1036
» Concurrency, Time, and Constraints
Sort
View
CONCURRENCY
2000
155views more  CONCURRENCY 2000»
15 years 6 months ago
Annotating Java class files with virtual registers for performance
The Java .class file is a compact encoding of programs for a stack-based virtual machine. It is intended for use in a networked environment, which requires machine independence an...
Joel Jones, Samuel N. Kamin
WDAG
2010
Springer
182views Algorithms» more  WDAG 2010»
15 years 4 months ago
Scalable Flat-Combining Based Synchronous Queues
In a synchronous queue, producers and consumers handshake to exchange data. Recently, new scalable unfair synchronous queues were added to the Java JDK 6.0 to support high performa...
Danny Hendler, Itai Incze, Nir Shavit, Moran Tzafr...
CLOUDCOM
2010
Springer
15 years 4 months ago
Bag-of-Tasks Scheduling under Budget Constraints
Commercial cloud offerings, such as Amazon's EC2, let users allocate compute resources on demand, charging based on reserved time intervals. While this gives great flexibilit...
Ana-Maria Oprescu, Thilo Kielmann
CORR
2008
Springer
155views Education» more  CORR 2008»
15 years 6 months ago
Weighted Sum Rate Optimization for Cognitive Radio MIMO Broadcast Channels
In this paper, we consider a cognitive radio (CR) network in which the unlicensed (secondary) users are allowed to concurrently access the spectrum allocated to the licensed (prim...
Lan Zhang, Yan Xin, Ying-Chang Liang
JAVA
2001
Springer
15 years 11 months ago
Sapphire: copying GC without stopping the world
Many concurrent garbage collection (GC) algorithms have been devised, but few have been implemented and evaluated, particularly for the Java programming language. Sapphire is an a...
Richard L. Hudson, J. Eliot B. Moss