vote up 10 vote down star
7

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.

flag
Looks like you've got a pretty comprehensive list - were you not able to find what you were looking for after exhausting it? – Erik Forbes Feb 9 '09 at 23:59
Learning is always on going, but no not really. I think the CCR introduces a lot of new concepts for me. So I am consuming anything I can find at the moment – Harry Feb 12 '09 at 21:58
Does anyone ahve good resources about using Causalities – Harry Mar 10 '09 at 11:27

3 Answers

vote up 1 vote down
link|flag
vote up 0 vote down

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.

link|flag
What do you mean by 'All threads were duplicated'? – Harry Mar 30 at 1:46
Sorry - it meant each thread would run twice. So when we had a thread writing 'Hello World' it would write 'Hello World' twice. – steve Mar 30 at 14:04
I am not particularly interested in diving into the DSS world just yet. Learning the CCR is quite enough effort :) – Harry Apr 1 at 5:00
vote up 0 vote down

3 posts series

link|flag

Your Answer

Get an OpenID
or
never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.