Mike Heath wrote: > Within the next few weeks, I plan to release some code that does > asynchronous file I/O through a separate thread. This will work on > all platforms and not just Linux. It will also give me a baseline > that can be used for performance testing the use of POSIX AIO > calls. Within the next few months I plan to do a lot of > performance testing and tweaking. Any help with this would be > appreciated. I'd be happy to play with and test the code for doing asynchronous file I/O in a separate thread. I've been thinking about doing the same thing for a while now, since I've gotten sick of waiting for the JSR to actually be taken seriously.
At one time I was also toying around with the idea of creating a bit of a framework around it similar to MINA so that when the JSR does finally get finalized, it'd be really easy to switch implementations. So let us all know when you release that code so we can bang on it. Rich
