About

Log in?

DTU users get better search results including licensed content and discounts on order fees.

Anyone can log in and get personalized features such as favorites, tags and feeds.

Log in as DTU user Log in as non-DTU user No thanks

DTU Findit

Conference paper

Interrupt Handlers in Java

In 2008 11th Ieee International Symposium on Object and Component-oriented Real-time Distributed Computing (isorc) — 2008, pp. 453-457

An important part of implementing device drivers is to control the interrupt facilities of the hardware platform and to program interrupt handlers. Current methods for handling interrupts in Java use a server thread waiting for the VM to signal an interrupt occurrence. It means that the interrupt is handled at a later time, which has some disadvantages.

We present constructs that allow interrupts to be handled directly and not at a later point decided by a scheduler. A desirable feature of our approach is that we do not require a native middelware layer but can handle interrupts entirely with Java code. We have implemented our approach using an interpreter and a Java processor, and give an example demonstrating its use.

Language: English
Publisher: IEEE
Year: 2008
Pages: 453-457
Proceedings: 2008 11th IEEE International Symposium on Object and Component-Oriented Real-Time Distributed Computing
ISBN: 0769531326 and 9780769531328
Types: Conference paper
DOI: 10.1109/ISORC.2008.68

DTU users get better search results including licensed content and discounts on order fees.

Log in as DTU user

Access

Analysis