ccr Questions

5

Solved

Have a long running set of discrete tasks: parsing 10s of thousands of lines from a text file, hydrating into objects, manipulating, and persisting. If I were implementing this in Java, I suppose...
Jokester asked 29/5, 2009 at 20:35

4

Solved

I notice the Mailbox type is encapsulated and can only be used through the use of the MailboxProcessor. It implies that to have an agent to which I can post messages, I'm forced to have a single M...
Ventail asked 12/12, 2011 at 22:14

5

Solved

Microsoft's Concurrency and Coordination Runtime quite literally saved a project that was running into major issues with deadlocking. Since then I find that I use it more and more frequently for al...
ccr
Countryside asked 23/7, 2009 at 23:51

1

Solved

I'm parsing an .xml file like: <xml> <normalRange>100-200</normalRange> <value>83</value> </xml> In an .xls stylesheet I need to display a value indicating ...
Misdate asked 31/5, 2011 at 3:4

2

Solved

Microsoft has at least two different approches to improved support for concurrent operations. 1) Is the Concurrency Coordination Runtime (CCR) which is part of Microsoft Robotics Studio and CCR &a...
Eisk asked 15/4, 2009 at 2:43

1

Having a complex sequence of tasks, implementing error handling can quickly bloat the code when using try/catch blocks and stuff like Choice receivers on PortSet<ActualResult, Exception> for ...
Hebdomad asked 29/7, 2009 at 11:28

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 q...
Mabelmabelle asked 8/2, 2009 at 4:26

2

Solved

I've been trying to get my head around the CCR (Concurrency And Coordination Runtime) to see if it is worth learning. I program mostly in Vb.net and in most of the examples of using the CCR use t...
Hilburn asked 26/1, 2009 at 22:53
1

© 2022 - 2024 — McMap. All rights reserved.