Anyone here interested in getting Java to handle heavy I/O nicely?
I'm personally interested in insane things like trying to write an ftp daemon
that can handle 5000 simultaneous clients in Java, but there are probably more sane
examples.
I have a few notes on the subject at
http://www.kegel.com/c10k.html#java
and am musing about how one might support /dev/poll
( http://www.kegel.com/c10k.html#/dev/poll )
in Java under Linux.
Sun is trying to deal with these issues, too; see
http://java.sun.com/aboutJava/communityprocess/jsr/jsr_051_ioapis.html
- Dan
--
Entia non sunt multiplicanda praeter necessitatem.
----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]