Distributed computing using Java: a comparison of two server designs

  • Authors:
  • Boris Roussev;Jie Wu

  • Affiliations:
  • Information Systems Department, University of the Virgin Islands, Kingshill, US Virgin Islands;Computer Science and Engineering Department, Florida Atlantic University, Boca Raton, Fl

  • Venue:
  • Journal of Systems Architecture: the EUROMICRO Journal
  • Year:
  • 2006

Quantified Score

Hi-index 0.00

Visualization

Abstract

This paper proposes a new concurrent data structure, called parallel hash table, for synchronizing the access of multiple threads to resources stored in a shared buffer. We prove theoretically the complexity of the operations and the upper limit on the thread conflict probability of the parallel hash table. To empirically evaluate the proposed concurrent data structure, we compare the performance of a TCP multi-threaded parallel hash table-based server to a conventional TCP multi-threaded shared buffer-based server implemented in Java. The experimental results on a network of 36 workstations running Windows NT, demonstrate that the parallel hash table-based server outperforms the conventional multithreaded server.