OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2134-g0f65600
Gerrit Code Review
gerrit@openafs.org
Sun, 29 Jan 2012 10:40:48 -0800 (PST)
The following commit has been merged in the master branch:
commit 0f65600b675e641575efaf81a71db990cebbb7d3
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.
Change-Id: I776bb9408ab054b045acb9bc003b88436cc4266b
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>
src/WINNT/afsrdr/kernel/lib/AFSWorker.cpp | 44 ++++++++++++++++++----------
1 files changed, 28 insertions(+), 16 deletions(-)
--
OpenAFS Master Repository