On Thu, Aug 18, 2005 at 06:25:23PM -0700, Stas Bekman wrote: > when reading from most bucket types you want to read all the data. This is > not the case with socket buckets, since the amount of data on the socket > can be anything. At the moment the code hardcodes 8K of data is to be > read. What do I do if I want to control how much data is read from the > socket?
Why do you need to do that? You shouldn't really care. joe
