MySQL and Dual Processors

2003-03-27 Thread Dan Cumpian
Hello, Are there any known issues using MySQL on Localhost with WinXP Pro and a dual processor machine? The reason I ask is that I have a friend that is trying to run MySQL with this configuration and he seems to have a lot of problems keeping a connection to the database. Has anyone else seen

Re: Dual processors and mysql

2002-10-14 Thread Joshua J . Kugler
MySQL is multithreaded, so your OS will send separate threads to different processors. So, yes, MySQL will automatically take advantage of multiple processors, no need to tell it explicitly. j- k- On Monday 14 October 2002 08:49, Dyego Souza do Carmo wrote: > Hello all... > > I´m comp

Dual processors and mysql

2002-10-14 Thread Dyego Souza do Carmo
Hello all... I´m compiling the mysql 3.23.53 in DUAL PROCESSOR MACHINE... in mysql exists an option to "optimize" on DUAL PROCESSOR MACHINE ? my system is mysql 3.23.53 in linux 2.4.18 ( with 1G RAM ) sql,query - ++

Re: Dual Processors and Threads?

2001-05-03 Thread Jeremy Zawodny
On Thu, May 03, 2001 at 12:12:35PM -0700, Bryan Coon wrote: > > Would someone briefly explain to me how MySQL uses threading in a > multi-processor environment? Yes. > Currently I have a Dual 1gHz processor box running RedHat 7.1 with > the smp kernel. Does this automatically take care of thing

Re: Dual Processors and Threads?

2001-05-03 Thread Derrick T. Woolworth
locking or page locking or complete table locking during these operations? If MySQL does record locking, then the performance gains will be much higher. D - Original Message - From: "Bryan Coon" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, May 03, 2001

Dual Processors and Threads?

2001-05-03 Thread Bryan Coon
Would someone briefly explain to me how MySQL uses threading in a multi-processor environment? Currently I have a Dual 1gHz processor box running RedHat 7.1 with the smp kernel. Does this automatically take care of things? Is mysql parallelized at all, or is this inherent in the threading? Ins

Re: dual processors

2001-04-08 Thread Jeremy Zawodny
On Sun, Apr 08, 2001 at 04:33:32PM -0400, Marc Bragg wrote: > > Will mysql operate on a dual processor system under linux? Any > appreciable performance advantages? Yes. In fact, there was a thread about this on the list about a week ago. Jeremy -- Jeremy D. Zawodny, <[EMAIL PROTECTED]> Technic

dual processors

2001-04-08 Thread Marc Bragg
Will mysql operate on a dual processor system under linux? Any appreciable performance advantages? - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list