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

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

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 2:12 PM Subject: Dual

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

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