Re: how to limit the cpu usage in MySql

2002-07-11 Thread Alexander Barkov
Probably execution with "nice" will help. Edwin Wang wrote: > I want to find a way to limit how much of a system processor (cpu) the > mysql server will use, so that I don't run the risk again of having > googlebot or other web robots interrupt my other server operations in my > computer. > > Th

Re: how to limit the cpu usage in MySql

2002-07-05 Thread Ralf Narozny
Hello! If you are using Unix/Linux you might want to 'nice' the mysqld processes or raise the priority of your more important services. Greetings Ralf Edwin Wang wrote: >I want to find a way to limit how much of a system processor (cpu) the >mysql server will use, so that I don't run the ris

RE: how to limit the cpu usage in MySql

2002-07-05 Thread Alain Fontaine
Hello, If your main concern is spider-bots, why not use a (possibly dynamic!) robots.txt file? -Message d'origine- De : Edwin Wang [mailto:[EMAIL PROTECTED]] Envoyé : mardi 4 juin 2002 17:53 À : [EMAIL PROTECTED] Objet : how to limit the cpu usage in MySql I want to find a w

how to limit the cpu usage in MySql

2002-07-05 Thread Edwin Wang
I want to find a way to limit how much of a system processor (cpu) the mysql server will use, so that I don't run the risk again of having googlebot or other web robots interrupt my other server operations in my computer. Thank you Edwin