Boost logo

Boost :

Subject: Re: [boost] [Fibers] Performance
From: Peter Dimov (lists_at_[hidden])
Date: 2014-01-16 08:58:14


Oliver Kowalke wrote:
> In the context of C10K problem and using the one-thread-per-client pattern
> I doubt that this would scale (even on modern hardware). Do you have some
> data showing the performance of an modern operating system and hardware by
> increasing thread count?

Spawning 10000 threads, each executing Sleep(100), takes about 350 ms for
me, waiting for them to finish adds another 100 ms. Not sure how relevant is
this benchmark though. I was just curious.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk