-
The signature of `CloudFlow.Collect` looks like: -
`val inline collect : f:('T -> seq -> CloudFlow`, the compiler will complain about this and you need to e.g. `Seq.ofArray` at the end of the lambda.…
-
Hi guys,
I have another question regard the usage of m-brace.
First, this is my current worker list:
```
Workers …
-
The `ofCloudFileByLine` and `ofTextFileByLine` and extremely useful (particularly the latter). However it could be made even better by allowing either a couple of overloads and / or optional parameter…
-
Hi guys,
I have 2 local workers, and one worker is slow to download assembly, so I just close it, and want to start a new local worker. But looks like the process is always "Running", so my last clou…
-
Hi guys,
I tried a C# coded gpu code with Alea GPU, and want to run it through mbrace azure. But I get null reference exception from CloudFlow.Apply()
the C# code is : https://github.com/quantalea/G…
-
When you create a cloud vector for one item which logically fits in one partition, you get two partitions, the second of which is very small.
For example:
```
let cv2 = CloudVector.New ([| [| 0 .. 1…
dsyme updated
9 years ago
-
So MBrace.Core comes with many primitives that are essentially interfaces. Following .NET convention, these are named using the 'I' prefix; for instance `ICloudValue`, `ICloudDictionary`, `ICloudAtom`…
-
I'm creating a CloudVector of type `CloudVector` of overall size 100GB, where each entry is a 1GB time series data. Note I'm expecting to process each particular time series in-memory on a single work…
dsyme updated
9 years ago
-
Drawing on the discussion started in this [issue](https://github.com/mbraceproject/MBrace.Azure/issues/7), I would like to share a few thoughts on the programming model.
As you may know, cloud workfl…
-
Edit :
As of `0.6.5` runtime state will be created in **new version specific containers**. This means older state (processes, logs, etc) will not be accessible.
Cleaning up the older state can be d…