tags:

views:

1264

answers:

4

I have recently been learning the in's and out's of the Concurrency and Coordination Runtime (CCR). Finding good learning resources for this relatively new technology has been quite difficult.

(A quick google search brings up "Creedence Clearwater Revival" as the top result!)

Some of the resources I have found:

Do you have any good learning resources for the CCR?

I really hope that Microsoft will publish more material, so far it has been too Robotics specific. I believe that MS needs to acknowledge that most people are using the CCR in issolation from the DSS and Robotics Studio.

Update

The Mix 2010 conference had a presentation by Myspace about how they have used the CCR framework in their middle tier. They also open sourced the code base.

A: 

We recently completed a project using DSS (Built on top of CCR). It seemed to be a great framework. One issue we had was going from 32bit to 64bit which meant all threads were duplicated.

(Dev was done on a 32bit Mac using Vista. Deployment on Win08 64bit)

I'd suggest the DSS tutorials as a nice way to see how the CCR lib's can be used within that environment.

steve
What do you mean by 'All threads were duplicated'?
Harry
Sorry - it meant each thread would run twice. So when we had a thread writing 'Hello World' it would write 'Hello World' twice.
steve
I am not particularly interested in diving into the DSS world just yet. Learning the CCR is quite enough effort :)
Harry
+1  A: 
alex2k8
A: 

3 posts series

Meidan Alon
+1  A: 

Microsoft Robotics Studio 2008 R3 is now available and now free for everyone to use.

Get it here http://www.microsoft.com/robotics/ or directly here http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=c185a802-5bbe-4f28-b448-aefe63a7eff7

basilmir
Great news! and Great decision MS
Harry