I am seeing E_BADF returned from aio_read/aio_write operations against FD 192 when the application is accessing a large number of files through a common IOCP.
Is there a limit to the number of files descriptors that can be associated with a simple IO Completion port under AIX 7.1? Can the limit be raised? Is there a reason to limit the number of file descriptors per IOCP?
ulimit reports an unlimited number of file descriptors, so that's not it. I'm hoping there is another tunable.
Thanks.