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
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
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
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