Query: vfs_aio_fork
OS: centos
Section: 8
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
VFS_AIO_FORK(8) System Administration tools VFS_AIO_FORK(8)NAMEvfs_aio_fork - implement async I/O in Samba vfsSYNOPSISvfs objects = aio_forkDESCRIPTIONThis VFS module is part of the samba(7) suite. The aio_fork VFS module enables async I/O for Samba on platforms where the system level Posix AIO interface is insufficient. Posix AIO can suffer from severe limitations. For example, on some Linux versions the real-time signals that it uses are broken under heavy load. Other systems only allow AIO when special kernel modules are loaded or only allow a certain system-wide amount of async requests being scheduled. Systems based on glibc (most Linux systems) only allow a single outstanding request per file descriptor. To work around all these limitations, the aio_fork module was written. It uses forked helper processes instead of the internal Posix AIO interface to create asynchronousity for read and write calls. It has no parameters, it will create helper processes when async requests come in as needed. Idle helper processes will be removed every 30 seconds. This module is stackable.EXAMPLESStraight forward use: [cooldata] path = /data/ice vfs objects = aio_forkVERSIONThis man page is correct for version 4.0.0 of the Samba suite.AUTHORThe original Samba software and related utilities were created by Andrew Tridgell. Samba is now developed by the Samba Team as an Open Source project similar to the way the Linux kernel is developed. Samba 4.0 06/17/2014 VFS_AIO_FORK(8)
Related Man Pages |
---|
vfs_aio_linux(8) - centos |
vfs_syncops(8) - centos |
vfs_audit(8) - suse |
vfs_prealloc(8) - suse |
vfs_readonly(8) - suse |
Similar Topics in the Unix Linux Community |
---|
Posix and linux |
Does Posix support kernel level threading? |
Does Posix support kernel level threading? |
Open64 Compiler Tools 4.2.1 (Default branch) |
Ubuntu: 918-1: Samba vulnerability |