]> git.ipfire.org Git - thirdparty/squid.git/commit
Change async-io to use a pipe to signal I/O completetion instead of
authorhno <>
Sat, 4 Jan 2003 08:28:13 +0000 (08:28 +0000)
committerhno <>
Sat, 4 Jan 2003 08:28:13 +0000 (08:28 +0000)
commit53970609ebd72be82c529a8f5ef7fc8486b1e358
treeff47b3595e686593da21743d27492a97f5223188
parent4ed6ef621a8a964bc7babb9a447e3366d6bda509
Change async-io to use a pipe to signal I/O completetion instead of
relying on rapid polling.

The actual completetion events are still polled. Only the notification
that there is completed events is done via the pipe to have select/poll
react in a timely fashion.
src/fs/aufs/aiops.cc
src/fs/aufs/async_io.cc