Zsolt Fabok wrote: > Hi, > > I'd like to ask you about this page: > > http://mina.apache.org/asynchronous-file-io-in-java.html > > I'm looking for a JSR203 implementation and the page above says that > it tries to fulfill that java requirements. I've downloaded the latest > stable release of mina (1.1.16), but I have not found the mentioned > classes or packages. Does mina still support the async file I/O > operations?
I started work on async file I/O, AIOJ, almost a year ago. The project is still very experimental and only supports Linux using POSIX AIO. The code in my sandbox works and will compile however there are still some bugs in the code causing it to segfault under heavy load. I haven't had the time to track down the exact cause of the problem yet. If you want to try and fix the problems in AIOJ, I would be happy to help you out. -Mike
