Re: Benchmark MySQL Performance On FreeBSD And Linux



On 04/01/06, Alexander Leidinger <Alexander@xxxxxxxxxxxxx> wrote:

> On Mon, 2 Jan 2006 01:28:07 +0000
> Chris <chrcoluk@xxxxxxxxx> wrote:
>
> > have had mysql lockups until I tinkered with the threading settings.
> Libthr
> > is the good old threading routine from the 4.x days if I am correct, so
> if
> > libpthread is indeed unstable under continous heavy load how has it
> become
> > unoticed by the developer's or has it just been tested in desktop
> > environments?
>
> libc_r is the threading library used in 4.x.
> libpthread and libthr are SMP aware threading libraries with a
> different internal structure (M:N vs. 1:1).
>
> Bye,
> Alexander.
>
> --
> 0 and 1. Now what could be so hard about that?
> http://www.Leidinger.net Alexander @ Leidinger.net
> GPG fingerprint = C518 BC70 E67F 143F BE91 3365 79E2 9C60 B006 3FE7
> WL http://www.amazon.de/exec/obidos/registry/1FZ4DTHQE9PQ8/ref=wl_em_to/
>

ah thanks for correcting me, so libthr and libpthread are both new then in
5.x?

Chris
_______________________________________________
freebsd-performance@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-performance
To unsubscribe, send any mail to "freebsd-performance-unsubscribe@xxxxxxxxxxx"



Relevant Pages

  • Re: away
    ... the past, I have made lots of work in FreeBSD threading work, this ... At the tail end of two days spent immersed in libthr, ... current FreeBSD does not support these, ... I learned programming on PC, there is Apple II in lab, but I dislike it, PC is ...
    (freebsd-current)
  • Re: libpthread vs libthr.
    ... >> figure out why libthr in it current state is not our default posix ... >> the library by default is the source of a bad myth that threading model ... >> Another interesting question is which of the libraries will better work ... > down except of course mysql. ...
    (freebsd-current)
  • Re: libpthread vs libthr.
    ... figure out why libthr in it current state is not our default posix ... the library by default is the source of a bad myth that threading model ... Another interesting question is which of the libraries will better work ... System scope appears to make mysql hog the system and everything slows ...
    (freebsd-current)
  • Re: libpthread vs libthr.
    ... figure out why libthr in it current state is not our default posix ... the library by default is the source of a bad myth that threading model ... Another interesting question is which of the libraries will better work ... System scope appears to make mysql hog the system and everything slows ...
    (freebsd-current)
  • Re: Benchmark MySQL Performance On FreeBSD And Linux
    ... > check to see if you reached the default 1500 threading limit of libthr ... there is a general stability problem with libpthread. ... have had mysql lockups until I tinkered with the threading settings. ...
    (freebsd-performance)