Date: Fri, 22 Sep 2000 20:43:20 -0700 (PDT) From: Tom Samplonius <tom@sdf.com> To: Martin Jakobsen <mcoolj@cyberjunkie.dk> Cc: freebsd-database@freebsd.org Subject: Re: your mail Message-ID: <Pine.BSF.4.05.10009222041050.25285-100000@misery.sdf.com> In-Reply-To: <00cf01c01d9e$7909d660$7801a8c0@here>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 13 Sep 2000, Martin Jakobsen wrote: > Hello. > I am trying to compile MySQL with mit-threads under FreeBSD 4.1. > I have compiled the kernel for SMP and it runs excellent. ... > Any ideas why this happens everytime? > I have compiled it without mit-threads and it runs fine, > but because the servers only purpose are to be a database server, > I'd really like if it used both CPU's. It won't help. Neither mit-threads nor native threads will balance the threads of a single app over multiple CPUs. Solution? If you have multiple databases, run separate instances of mySQL for each. Or perhaps, one instance for each customer. There are additional advantages to this approach too. Tom To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-database" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.05.10009222041050.25285-100000>