OpenAFS Master Repository branch, openafs-devel-1_7_x, updated. openafs-devel-1_7_5-10-gfc82bea
Gerrit Code Review
gerrit@openafs.org
Sun, 5 Feb 2012 10:06:41 -0800 (PST)
The following commit has been merged in the openafs-devel-1_7_x branch:
commit 14a20951e1d35cf7550ad6eb4812df077f475e4e
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date: Sun Jan 29 10:37:50 2012 -0500
Windows: Run Workers until empty task queue
Do not allow a worker thread to sleep until the task queue is
empty. It is better for the running thread to pick up and process
a task then to sleep this thread and wait for another one to wake
up to perform the work.
Reviewed-on: http://gerrit.openafs.org/6626
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com>
Tested-by: Jeffrey Altman <jaltman@secure-endpoints.com>
(cherry picked from commit 0f65600b675e641575efaf81a71db990cebbb7d3)
Change-Id: I2d43d7deca943bf57ced42c39c43493adfe5cf1e
Reviewed-on: http://gerrit.openafs.org/6662
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com>
Tested-by: Jeffrey Altman <jaltman@secure-endpoints.com>
src/WINNT/afsrdr/kernel/lib/AFSWorker.cpp | 44 ++++++++++++++++++----------
1 files changed, 28 insertions(+), 16 deletions(-)
--
OpenAFS Master Repository