Operating System - HP-UX
1834711 Members
2596 Online
110069 Solutions
New Discussion

How to check async I/O has been enabled or not?

 
AdRao
Occasional Advisor

How to check async I/O has been enabled or not?

On other UNIX platforms we use F_GETFL command to the fcntl() to query the status of a file descriptor and the O_ASYNC or FASYNC mask lets us determine whether or not async I/O has been enabled. HP-UX does not seem to support a similar functionality which would be a usable workaround. Is there any other, similar function that HP-UX does support?
1 REPLY 1
Johnson Punniyalingam
Honored Contributor

Re: How to check async I/O has been enabled or not?