This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

JSR for a gnu.posix or javax.posix API ?


I think one of the major shortcomings of Java is that there's
no optional POSIX API even though POSIX support is a very common
feature of many operating systems, including windows.

Is anybody interested to join an effort to write a POSIX API
for Java (originally for GCJ, later for Sun Java) and put it
through the JCP process?

What I'd like to implement are filedescriptors that can be
inherited to sub processes, Pseudo TTYs, unix domain sockets,
chdir, shared memory, signal handling, setsid, getpid, common
access to a process list (ps), etc ...

Bernhard





Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]