I made the first release of my Asynchronous File I/O in Java library. The .jar file can be downloaded here. This release uses a java.util.concurrent.Executor to call java.nio.channels.FileChannel methods in a separate thread than the caller. This is certainly not the most ideal way of doing AIO but it’s a start and provides a good [...]
I just posted the API to the Asynchronous File I/O in Java framework I’ve been working on at Apache. My plan is to have some functional code posted by January 27. The initial code release will use the java.util.concurrent package to provide asynchronous operations. Support for POSIX AIO will come out soon after that. If [...]
| M | T | W | T | F | S | S |
|---|---|---|---|---|---|---|
| « Mar | ||||||
| 1 | 2 | 3 | 4 | 5 | 6 | |
| 7 | 8 | 9 | 10 | 11 | 12 | 13 |
| 14 | 15 | 16 | 17 | 18 | 19 | 20 |
| 21 | 22 | 23 | 24 | 25 | 26 | 27 |
| 28 | 29 | 30 | 31 | |||