On 2/17/06, Peter N. Lundblad <peter@famlundblad.se> wrote:
> Huh? What makes the #define hard to change? (Well, in principal, this can
> wait; I just don't follow your reasoning...)
There are many variants of this loop that call into bucket_read.
Therefore, one global value would not be appropriate for all requests
that we'll have to make - some transactions have smaller and larger
bodies, some have better streamy semantics from the server than
others, some have more explosive memory characteristics, etc.
Therefore, each variation would ultimately need its own #define and
keeping track of that - since a #define would be separated from the
actual loop into a header file (meaning every time I tweak it,
everything in the library needs to be recompiled) - is what I feel
isn't right at this early stage. -- justin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Feb 17 09:24:35 2006