On 11/30/07, Sam Carleton <[EMAIL PROTECTED]> wrote: > That is exactly what I was think about! I read the article and read > through the apr_buckets.h and am still seeking more info. Does anyone > know if any of the existing modules use a simply bucket system to > build a string as an example for me?
I'd recommend that you take my learning approach: Get the Apache source, get into the modules directory, then READ CODE! :). You'll find lot sof useful stuff there. Also, you should take a look at Nick Kew's book. I don't quite like the bucket brigades stuff (at least for input filters), but it's good enough.