[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [PATCH] Remove use of global_pool to apr_xlate

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2002-11-08 20:36:42 CET

Justin Erenkrantz <jerenkrantz@apache.org> writes:

> Okay, since it seems to work, should I go and commit it?

I'd say yes :)

I think there is a performance impact for single threaded
applications, as there is much less reuse of apr_xlate_t objects.
Anything that does UTF8 conversion using several pools will need to
create one conversion object for every pool.

> BTW, yeah, I really haven't figured out how to get my mailer to not
> munge patches. I might have to attach next time. Grr. -- justin

The problem is that it splits long lines, when I joined the lines
together the patch was OK.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Nov 8 20:38:03 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.