Re: Bad performance
Bill Marrs <[email protected]>
| Newsgroups | gmane.network.tux |
|---|---|
| Message-ID | <[email protected]> |
At 08:11 PM 10/5/2002, you wrote: >Well, would you care to share some info >about the patchset you used? > >a URL perhaps? http://people.redhat.com/~mingo/TUX-patches/ Actually, it was a while ago, and I may be remembering incorrectly. I may have also made some config changes that fixed the problem. I had been using this: echo http://0.0.0.0:8080 > /proc/net/tux/0/listen/0 echo http://0.0.0.0:8080 > /proc/net/tux/1/listen/0 ...but, now I'm using this: echo http://216.107.215.70:80 > /proc/net/tux/0/listen/0 echo http://216.107.215.70:80 > /proc/net/tux/1/listen/0 ...in my /etc/rc.d/init.d/tux startup file A couple things changed. I created a virtual IP address for the server to run tux on... and I moved to port 80 instead of port 8080. But, also, I stopped using the 0.0.0.0 syntax. I'm sorry, I really shouldn't have said what I did before. I don't really recall exactly what I did that fixed the TUX grabbing the CPU thing. I believe that the patch docs did mention the CPU hogging problem and that attempts were made to fix it, but to be honest, I suspect that it was still hogging for me until I made a config change. I think I posted about it here at the time... -bill