Ejemplo
protected
void
doGet(
HttpServletRequest
arg0,
HttpServletResponse
arg1) {
Runtime
runtime = Runtime.getRuntime();
runtime.halt(
1
);
}
Solución
Permite a la JVM gestionar la memoria y utilizar hebras agrupadas, no procesos.