Designing Multithreaded Applications with C++0x: ACCU 2009 Slides

Tuesday, 28 April 2009

The ACCU 2009 conference has now finished, and life is getting back to normal. My presentation on "Designing Multithreaded Programs with C++0x" was well attended and I had a few people come up to me afterwards to say they enjoyed it, which is always nice.

Anyway, the purpose of this post is to say that the slides are now up. I've also posted the sample code for the Concurrent Queue and Numerical Integration demonstrations that I did using our just::thread implementation of the C++0x thread library.

Posted by Anthony Williams
[/ news /] permanent link
Tags: , , ,
Stumble It! stumbleupon logo | Submit to Reddit reddit logo | Submit to DZone dzone logo

Comment on this post

If you liked this post, why not subscribe to the RSS feed RSS feed or Follow me on Twitter? You can also subscribe to this blog by email using the form on the right.

5 Comments

Links to sample code are broken... Ok, already fixed :)
by Dmitriy V'jukov at 16:16:59 on Tuesday, 28 April 2009

I wondered if anyone would spot that before I fixed it ;-)

by Anthony Williams at 16:35:13 on Tuesday, 28 April 2009

Very interesting, thanks Anthony. Is that a lambda function on slide 28? Can you recommend a compiler with lambda support?

by Thomas Guest at 08:19:46 on Thursday, 07 May 2009

Yes, it is a lambda function in the condition_variable example. The only compiler I know that supports lambda functions at the moment is VS2010, which obviously isn't released yet. For now we have to write explicit functors or use a while loop.

by Anthony Williams at 08:31:08 on Thursday, 07 May 2009

Thanks for the reply. Yes, I'd seen Herb Sutter dropping hints MSVC was lambda-ready, and wondered if an advance preview had been made available. A bit of googling suggested GCC had branched a partial implementation -- which failed to inspire me. I guess we'll have to wait.

by Thomas Guest at 09:24:50 on Thursday, 07 May 2009

Add your comment

Your name:

Your URL:

Email address:

Person or spambot?

Your comment: