Re: Mysql FreeBSD 6.x

2006-05-11 Thread Pietro Cerutti

On 5/11/06, Riemer Palstra <[EMAIL PROTECTED]> wrote:

On Thu, May 11, 2006 at 01:54:18PM +0200, Pietro Cerutti wrote:
> How does one do that? I read the wiki page but didn't find any info
> about how to apply the switch libpthread -> libthr..

My /etc/libmap.conf looks something like this:

[mysqld]
libc_r.so.5 libthr.so.2
libc_r.so.6 libthr.so.2
libthr.so.2 libthr.so.2
libpthread.so.1 libthr.so.2
libpthread.so.2 libthr.so.2


Thanx, that worked with minor change due to my libraries versions.



--
Riemer PalstraAmsterdam, The Netherlands
[EMAIL PROTECTED]   http://www.palstra.com/




--
Pietro Cerutti
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Mysql FreeBSD 6.x

2006-05-11 Thread Riemer Palstra
On Thu, May 11, 2006 at 01:54:18PM +0200, Pietro Cerutti wrote:
> How does one do that? I read the wiki page but didn't find any info
> about how to apply the switch libpthread -> libthr..

My /etc/libmap.conf looks something like this:

[mysqld]
libc_r.so.5 libthr.so.2
libc_r.so.6 libthr.so.2
libthr.so.2 libthr.so.2
libpthread.so.1 libthr.so.2
libpthread.so.2 libthr.so.2

-- 
Riemer PalstraAmsterdam, The Netherlands
[EMAIL PROTECTED]http://www.palstra.com/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Mysql FreeBSD 6.x

2006-05-11 Thread Nikos Vassiliadis
On Thursday 11 May 2006 14:54, Pietro Cerutti wrote:
> On 5/11/06, Riemer Palstra <[EMAIL PROTECTED]> wrote:
> > On Thu, May 11, 2006 at 12:23:25PM +0430, Mohamad Babaei wrote:
> > > Has anyone installed Mysql 4.x or 5.x on FreeBSD 6.x in a production
> > > environment?
> >
> > Quite a few I think.
> >
> > > Is the problem with FreeBSD threading is still exist?
> >
> > See these Wiki pages: http://wikitest.freebsd.org/moin.cgi/MySQL
> >
> > Switching to libthr has given quite excellent performance on FreeBSD 6.0
> > with MySQL 5.0.x for me...
>
> How does one do that? I read the wiki page but didn't find any info
> about how to apply the switch libpthread -> libthr..
>

Very easily. man 5 libmap.conf has configuration examples

> Thanx
>
> > --
> > Riemer PalstraAmsterdam, The Netherlands
> > [EMAIL PROTECTED]   http://www.palstra.com/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Mysql FreeBSD 6.x

2006-05-11 Thread Pietro Cerutti

On 5/11/06, Riemer Palstra <[EMAIL PROTECTED]> wrote:

On Thu, May 11, 2006 at 12:23:25PM +0430, Mohamad Babaei wrote:
> Has anyone installed Mysql 4.x or 5.x on FreeBSD 6.x in a production
> environment?

Quite a few I think.

> Is the problem with FreeBSD threading is still exist?

See these Wiki pages: http://wikitest.freebsd.org/moin.cgi/MySQL

Switching to libthr has given quite excellent performance on FreeBSD 6.0
with MySQL 5.0.x for me...


How does one do that? I read the wiki page but didn't find any info
about how to apply the switch libpthread -> libthr..

Thanx



--
Riemer PalstraAmsterdam, The Netherlands
[EMAIL PROTECTED]   http://www.palstra.com/



--
Pietro Cerutti
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Mysql FreeBSD 6.x

2006-05-11 Thread Riemer Palstra
On Thu, May 11, 2006 at 12:23:25PM +0430, Mohamad Babaei wrote:
> Has anyone installed Mysql 4.x or 5.x on FreeBSD 6.x in a production
> environment?

Quite a few I think.

> Is the problem with FreeBSD threading is still exist?

See these Wiki pages: http://wikitest.freebsd.org/moin.cgi/MySQL

Switching to libthr has given quite excellent performance on FreeBSD 6.0
with MySQL 5.0.x for me...

-- 
Riemer PalstraAmsterdam, The Netherlands
[EMAIL PROTECTED]http://www.palstra.com/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"