Re: mySQL with a quad processor system

2003-11-04 Thread Matt W
Hi Richard, Correct. A single thread can only run on 1 CPU at any given time, even though the OS may switch the thread between CPUs over time. Matt - Original Message - From: "Richard Bewley" Sent: Saturday, November 01, 2003 9:48 PM Subject: RE: mySQL with a quad proces

Re: mySQL with a quad processor system

2003-11-01 Thread Matt W
Hi Richard, Nope, since your OS can run the threads on different CPUs (unlike FreeBSD w/o LinuxThreads for example). You just need 4+ threads (clients) running queries at once. :-) BTW, what kind of system? How fast are those 4 CPUs? ;-) Matt - Original Message - From: "Richard Bewle