CVS update: samba/source/lib

Jeremy Allison jra at au2.samba.org
Sat Mar 3 14:55:58 EST 2001


Date:	Saturday March 3, 2001 @ 14:55
Author:	jra

Update of /data/cvs/samba/source/lib
In directory samba:/tmp/cvs-serv26122/lib

Modified Files:
      Tag: SAMBA_2_2
	talloc.c 
Log Message:
The new talloc_realloc is cool, but is *unuseably* slow with a 10,000 job
printer spool queue. Modified talloc_realloc to internally use a separate
chunk that uses the standard realloc() when called. This puts the performance
back to acceptable on 10,000 job queue's (phew). Also upped the incoming
RPC allow size to 10MB from 1MB as with W2K and a 10,000 job queue it sends
an RPC over 1.5 mb. Better to be safe than sorry.
Jeremy.





More information about the samba-cvs mailing list