I've got a couple Duron 750's running Redhat 7.2 with glibc-2.2.4-32. I've got a real-time encoders running to convert 128k => 32k and 128k => 56k in real time for a streaming radio station using Lame.
Unfortunately each encoding process takes 6-12% CPU and the combined load average went from 0 to 12!! I was able to hack things down a bit by using the -k and -q 9 switches.
What I really need is a binary more optimized for my crappy CPU's. I've looked around, but they only seem to be available for glibc 3.x -- and since I'm using Redhat 7.2 I'm stuck with 2.x.
So am I out of luck here?
Thanks...