Subject: Re: [boost] [Boost.Interprocess] conditions variables get 10 times faster when opening a multiprocess browser
From: Ion Gaztañaga (igaztanaga_at_[hidden])
Date: 2013-09-07 16:41:42


El 07/09/2013 19:52, Marcello Pietrobon escribió:
> Very good.
>
> I've did some testing using the latest version (in the repository), with the
> same testing code as reported in
> http://boost.2283326.n4.nabble.com/Problems-with-yield-k-workaround-Still-too-slow-td4650929.html
> and the performance seems excellent.
> Again these times are representative of few trials.
>
> jMax = 0 : time = 00:00:00.281250
> jMax = 10 : time = 00:00:00.426250
> jMax = 100 : time = 00:00:01.631875

Nice to hear it. This will also help Mac Os users as this platform lacks
process-shared mutexes/conditions and spinlocks are used.

Thanks for the report and testing. Thanks also to Gav Wood for this
original report and tests.

Best,

Ion