Sciweavers

1624 search results - page 47 / 325
» Distributed Threads in Java
Sort
View
CCGRID
2010
IEEE
13 years 8 months ago
Performance of Windows Multicore Systems on Threading and MPI
We present performance results on a Windows cluster with up to 768 cores using MPI and two variants of threading
Judy Qiu, Scott Beason, Seung-Hee Bae, Saliya Ekan...
SPAA
1997
ACM
13 years 11 months ago
Fine-Grain Multithreading with the EM-X Multiprocessor
- Multithreading aims to tolerate latency by overlapping communication with computation. This report explicates the multithreading capabilities of the EM-X distributed-memory multi...
Andrew Sohn, Yuetsu Kodama, Jui Ku, Mitsuhisa Sato...
SPAA
2004
ACM
14 years 25 days ago
Effectively sharing a cache among threads
We compare the number of cache misses M1 for running a computation on a single processor with cache size C1 to the total number of misses Mp for the same computation when using p ...
Guy E. Blelloch, Phillip B. Gibbons
HPDC
2007
IEEE
14 years 1 months ago
Feedback-directed thread scheduling with memory considerations
This paper describes a novel approach to generate an optimized schedule to run threads on distributed shared memory (DSM) systems. The approach relies upon a binary instrumentatio...
Fengguang Song, Shirley Moore, Jack Dongarra
PDPTA
2008
13 years 8 months ago
Dynamic Aspect-Oriented Load Balancing in Java RMI
Load balancing is the process of distributing client requests over a set of servers, and is a key element of obtaining good performance in a distributed application. Java RMI exte...
Andrew Stevenson, Steve MacDonald