Re: Java in OS?

Christopher Hassell (jeezfrk@spieg.interealm.com)
Mon, 20 May 1996 10:36:23 -0600 (MDT)


>
> Paul H. Hargrove (hargrove@sccm.stanford.edu) =E9crit :
>
> [ binfmt_java / user-land interpreter. ]
>
> Could not agree more. My point was, a Java interpreter's place
> is in userland and nowhere else.
>

> Thomas.Quinot@Cuivre.FdN.FR <URL:http://Web.FdN.FR/~tquinot=

But Sun and several other folks are starting to consider Java a way to run
process-agents in/near the kernel. These would monitor the paging/memory
and general health of programs, as well as discern alert conditions or notify
of more complex process situations.

Java is too overburdened and bloated to be kernelified, yeh, but it would be a
keen route to build in an active-handler system.

UNIX's motto is almost "model it in the file system or script it". Scripting
would allow nicely fine-grained control and smarts in the kernel.

Java might have a future in there, tho not in present form.

- C.H.