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

Re: subversion _really_ slow

From: Pete Gonzalez <pgonzalez_at_bluel.com>
Date: 2005-02-16 22:42:48 CET

At 01:02 PM 2/16/2005, kfogel@collab.net wrote:
>But, what if Subversion is sharing APR with other applications? Can
>Subversion just do whatever it wants with APR configuration?
>Sometimes Subversion is linking against an existing APR, not building
>its own.
>(Of course, we could at least change our install instructions to
>stipulate that if one *is* building APR just for Subversion, one
>should configure with "--with-devrandom=/dev/urandom".)

This is an interesting point. IMO the ideal solution would be to
convince the APR people to fix their library, but if memory serves,
the problem is from apr_generate_random_bytes() and only affects
Subversion via the getuuid.c file. If you look at the source code,
writing a custom replacement for apr_uuid_get() is trivially easy and
you could probably improve the implementation.

Cheers,
-Pete

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Feb 16 22:52:26 2005

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

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