On Wed, 26 Sep 2001, Cliff Woolley wrote:

>     str = apr_psprintf(p, "</PRE>\n\n<HR></HR>\n\n%s\n\n</BODY>\n</HTML>\n",
>                        ap_psignature("", r));
>     e = apr_bucket_pool_create(str, strlen(str), p);
>     APR_BRIGADE_INSERT_TAIL(out, e);

Or, alternately (meant to mention this in that last email), at what point
does the brigade buffering system become an attractive replacement for the
above?  You'd still be doing the copying, but at least then you'd still
only have one bucket at the end and you wouldn't have to parse a format
string...

Just a thought.

--Cliff


--------------------------------------------------------------
   Cliff Woolley
   [EMAIL PROTECTED]
   Charlottesville, VA


Reply via email to