Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Aug 2006 08:00:37 +0800
From:      David Xu <davidxu@freebsd.org>
To:        freebsd-threads@freebsd.org
Cc:        freebsd-gnats-submit@freebsd.org, Gergely Kovacs <gkovacs@virusbuster.hu>
Subject:   Re: threads/101355: threaded application spents too much time in _umtx_op with libthr
Message-ID:  <200608050800.38185.davidxu@freebsd.org>
In-Reply-To: <200608041144.k74BiHbG078513@www.freebsd.org>
References:  <200608041144.k74BiHbG078513@www.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Friday 04 August 2006 19:44, Gergely Kovacs wrote:
> >Number:         101355
> >Category:       threads
> >Synopsis:       threaded application spents too much time in _umtx_op with
> > libthr Confidential:   no
> >Severity:       serious
> >Priority:       medium
> >Responsible:    freebsd-threads
> >State:          open
> >Quarter:
> >Keywords:
> >Date-Required:
> >Class:          sw-bug
> >Submitter-Id:   current-users
> >Arrival-Date:   Fri Aug 04 11:50:09 GMT 2006
> >Closed-Date:
> >Last-Modified:
> >Originator:     Gergely Kovacs
> >Release:        6.1-STABLE
> >Organization:

If your application is malloc hunger, then there is performance problem
on 6.x since malloc is protected by single lock, you may try -CURRENT,
the malloc was rewritten by Jason Evans on -CURRENT.

David Xu



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608050800.38185.davidxu>