DragonFly-2.3.2.142.g9afa3 master libexec/dma dma.c dma.h spool.c
Simon Schubert
corecode at crater.dragonflybsd.org
Tue Jul 21 15:14:55 PDT 2009
commit 9afa363f46406be3ba45faebf414b649ecfa02b8
Author: Simon Schubert <corecode at dragonflybsd.org>
Date: Mon Jul 20 21:53:32 2009 +0200
dma: rewrite file management
Close files as early as possible, possibly re-open them later. This is
so that we avoid filedesc sharing problems completely and that we won't
run out of fdesc in case of a large queue.
Summary of changes:
libexec/dma/dma.c | 68 +++++++++++------------
libexec/dma/dma.h | 12 +++--
libexec/dma/spool.c | 147 ++++++++++++++++++++++++++++++--------------------
3 files changed, 128 insertions(+), 99 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/9afa363f46406be3ba45faebf414b649ecfa02b8
--
DragonFly BSD source repository
More information about the Commits
mailing list