Improving Java Server Performance with Interruptlets

  • Authors:
  • David Craig;Steven Carroll;Fabian Breg;Dimitrios S. Nikolopoulos;Constantine D. Polychronopoulos

  • Affiliations:
  • -;-;-;-;-

  • Venue:
  • ICCS '01 Proceedings of the International Conference on Computational Sciences-Part I
  • Year:
  • 2001

Quantified Score

Hi-index 0.00

Visualization

Abstract

With the widespread usage of the Internet, the need for high throughput servers has greatly increased. The Interruptlet system allows Java server application writers to register light-weight interrupt handling routines (written in C or Java). The underlying system architecture is designed to minimize redundant copies between protection domains and thread overhead involved in I/O handling in the JVM on Linux.