Dong Tang wrote:
re-send.
On 8/3/08, Dong Tang <[EMAIL PROTECTED]> wrote:
Hi, Mina Owner
I noticed your Asynch IO,
Do you have any perforance test result compare to regular io or NIO?
Using a thread pool with FileChannels is faster than POSIX AIO on
Linux. There are different techniques that can be used on Linux that
should improve performance but I haven't experimented with that at all.
I think you would be better served using NIO2. You can get snapshot
binaries of OpenJDK with NIO2 support here:
http://download.java.net/jdk7/jsr203/binaries/
-Mike