In the last episode (Jan 28), Jonathan Disher said:
> On Tue, 28 Jan 2003, Jesse Sheidlower wrote:
> > I've been trying to install MySQL 4.0.9 on FreeBSD 4.7, and have
> > been getting stuck in the configure phase. I'd be grateful for any
> > suggestions.
> >
> > I'm running FreeBSD 4.7 on a single-processor 1.4GHz PIII, using
> > gcc 2.95.4, and trying to compile with Linuxthreads. I've been
> > using the instructions Jeremy Zawodny posted in his blog at
> > http://jeremy.zawodny.com/blog/archives/000458.html .

I actually have a mysql4-server and mysql4-client port that I've been
using on both 4.* and 5.*.  I'm just waiting for the maintainer to repy
to my emails and get it committed.

> FYI, that successfully built 3.23.54 -AND- 4.0.9 with linuxthreads on
> FreeBSD 5-RELEASE.  I'm still testing, however, as I'm not overly
> impressed with the performance increase (MySQL 3.23.54 on a single
> Athlon MP2200+ performs a job of ours faster than a dual Athlon
> MP2200+ (same hardware, SMP vs NonSMP kernel)).  I dunno.

If you are only driving the server with a single client connection, or
if your queries are CPU-bound, LinuxThreads isn't going to buy you
anything.  You need multiple clients and lots of simultaneous reads to
see a difference.

Also make sure you've turned off all the debugging options that 5.0's
GENERIC kernel has compiled in.  Most important is to disable WITNESS. 
That probably slows down SMP kernels more than UP.

-- 
        Dan Nelson
        [EMAIL PROTECTED]

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to