Re: Parallel Processing

2003-10-16 Thread Jeremy Zawodny
On Thu, Oct 16, 2003 at 12:49:41PM -0400, [EMAIL PROTECTED] wrote: > In a message dated 10/16/03 9:27:04 AM Eastern Daylight Time, > [EMAIL PROTECTED] writes: > > > This is down to the OS. As MySQL is multy threaded its all down to SMP > > support. > > > > with all due respect, I don't think

Re: Parallel Processing

2003-10-16 Thread matt
As I understand it mysql is a single process multi-threaded application. I have heard of some thread schedulers that allow for a certain granularity of determining where to run a particular thread / process. I think this is the purpose behind Sun's processor groups. Is there such a thing for Lin

Re: Parallel Processing

2003-10-16 Thread Tbird67ForSale
In a message dated 10/16/03 9:27:04 AM Eastern Daylight Time, [EMAIL PROTECTED] writes: > This is down to the OS. As MySQL is multy threaded its all down to SMP > support. > with all due respect, I don't think that is 100% true. Although certainly the underlying OS kernel must support multi

RE: Parallel Processing

2003-10-16 Thread Simon Green
This is down to the OS. As MySQL is multy threaded its all down to SMP support. Simon -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 16 October 2003 12:25 To: [EMAIL PROTECTED] Subject: Parallel Processing I've been reading the online docs and asking around

Re: parallel processing in mysql

2001-11-27 Thread Benjamin Pflugmann
Hi. On Wed, Nov 21, 2001 at 02:02:15PM -0800, [EMAIL PROTECTED] wrote: > Does anyone know whether mysql supports parallel processing? I searched the > documentation on mysql.com, but didn't find it mentioned MySQL will use the thread implementation of your operating system, i.e. usually it will