> From: Branko Čibej [mailto:br...@xbc.nu] > > On 02.07.2010 13:39, Mark Phippard wrote: > > There is a common problem people have where they get weird > performance > > spikes like this. It is caused by the server not having enough > > entropy and some code on the server that generates a random number > > takes forever. > > > > Go here: http://svn.haxx.se/ and search for entropy to read all the > threads. > > > > It might be looking into. You can fix it easily by reconfiguring APR > > to gets its random numbers from /dev/urandom instead of /dev/random. > > > > That's unlikely to be repeatable with a specific data set, though.
It don't matter. There's a really easy fix. mv /dev/random /dev/random-true ln -s /dev/urandom /dev/random I did this. The problem didn't go away. So the entropy problem is not my problem.