Sciweavers

SEM
2004
Springer

Extending Standard Java Runtime Systems for Resource Management

13 years 10 months ago
Extending Standard Java Runtime Systems for Resource Management
Resource management is a precondition to build reliable, extensible middleware and to host potentially untrusted user components. Resource accounting allows to charge users for the resource consumption of their deployed components, while resource control can limit the resource consumption of components in order to prevent denial-of-service attacks. In the approach presented here program transformations enable resource management in Java-based environments, even though the underlying runtime system may not expose information concerning the resource consumption of applications. In order to accurately monitor the resource utilization of Java applications, the application code as well as the libraries used by the application – in particular, the classes of the Java Development Kit (JDK) – have to be transformed for resource accounting. However, the JDK classes are tightly interwoven with the native code of the Java runtime system. These dependencies, which are not well documented, have...
Walter Binder, Jarle Hulaas
Added 02 Jul 2010
Updated 02 Jul 2010
Type Conference
Year 2004
Where SEM
Authors Walter Binder, Jarle Hulaas
Comments (0)