> > At 08:33 AM 11/8/2002, you wrote: > > >> --On Friday, November 8, 2002 4:46 AM +0100 Sander Striker > >> <[EMAIL PROTECTED]> wrote: > >> > >> > Bringing this up here for obvious reasons... > >> > > >> > http://subversion.tigris.org/issues/show_bug.cgi?id=974 > >> > > >> > "Attempting to use mod_dav_svn with Apache's worker MPM has revealed > >> > that the UTF8 conversions are not thread safe. > >> > >> Nah, Subversion's use of the apr_xlate is not thread-safe. > >> > >> Patch submitted to Subversion mailing list to fix this. -- justin > >> > > > >This type of bug is going to bite us over and over. > > Does that mean we make every object threadsafe? IMHO, No.
Oh, I agree for sure. > > Better that we document which returned apr_foo_t's are threadsafe, > which ones are not, Yep. Bill