OpenAFS CVS Commit: openafs/src/rx by jaltman

cvs@GRAND.CENTRAL.ORG cvs@GRAND.CENTRAL.ORG
Wed, 20 Apr 2005 17:21:17 EDT


Update of /cvs/openafs/src/rx
In directory GRAND.CENTRAL.ORG:/home/jaltman/openafs/cvs-1-3/src/rx

Modified Files:
	rx.c rx_globals.h rx_packet.c rx_pthread.c 
Log Message:
DELTA rx_fpq_take_three-20050420
AUTHOR tkeiser@psu.edu
FIXES 17805

I've been stress testing a patch all weekend that changes the way
thread-local packet quotas are computed.  I was able to replicate the
unbounded packet alloc problem on unix server components by eliminating my
code from rxi_StartServerProcs that sets the maximum number of expected
threads.  This patch makes the upper thread limit get computed on the fly,
adds some thread-local free packet queue statistics, and a few other minor
tweaks.  I still don't have a working windows development environment, so
I can't say whether this will fix all the windows client problems.  But,
the unbounded packet allocation problem should go away with this patch.

stress testing on windows succeeds as well. <jaltman@secure-endpoints.com>



--- DELTA config follows ---
rx_fpq_take_three-20050420 openafs/src/rx/rx.c 1.78 1.79
rx_fpq_take_three-20050420 openafs/src/rx/rx_globals.h 1.15 1.16
rx_fpq_take_three-20050420 openafs/src/rx/rx_packet.c 1.48 1.49
rx_fpq_take_three-20050420 openafs/src/rx/rx_pthread.c 1.21 1.22