async_daemon(2) — System Calls
NAME
async_daemon − Creates a local NFS asynchronous I/O server
SYNOPSIS
async_daemon( void );
DESCRIPTION
The async_daemon() function starts an NFS compatible asynchronous I/O server. Normally this function does not return unless the server is terminated by a signal.
RETURN VALUES
Upon successful completion, 0 (zero) is returned. Otherwise, −1 is returned and errno is set to indicate the error.
ERRORS
If the async_daemon() function fails, errno may be set to the following value:
[EBUSY]The system limit on asynchronous daemons has been exceeded.
RELATED INFORMATION
Functions: nfssvc(2)