[3042] in java-interest

home help back first fref pref prev next nref lref last post

Re: Select System call

daemon@ATHENA.MIT.EDU (Michael Lorton)
Fri Oct 27 16:10:06 1995

Date: Fri, 27 Oct 1995 10:43:07 -0700
From: Michael Lorton <mlorton@eshop.com>
To: motohiro@nwk.cl.nec.co.jp
Cc: java-interest@java.sun.com
In-Reply-To: <199510271249.VAA23049@malt.nwk.cl.nec.co.jp> (message from Motohiro Suzuki on Fri, 27 Oct 1995 21:49:58 +0900)


> I have a couple of questions about Java Language...
> + I want to emulate the select system call. 

No, you *think* you want to emulate the select system call.  select()
is what Unix uses because it doesn't have threads.  Java has threads.
So create one for each file descriptor and wait.

> + I want to do the access control of the application by host or user.

I don't understand that statement.

> Motohiro SUZUKI

I used to know a Motorcycle Suzuki...


M.
-
This message was sent to the java-interest mailing list
Info: send 'help' to java-interest-request@java.sun.com

home help back first fref pref prev next nref lref last post