elastacloud / mbrace-on-brisk-starter

Contains a set of scripts and demos to get you up and running with MBrace on Brisk.
6 stars 6 forks source link

Process --> Job #18

Closed dsyme closed 9 years ago

dsyme commented 9 years ago

This normalizes the samples on the nice and short "Job" prefix for handles to stuff running in the cloud. And "Workflow" for cloud { ... } values.

I think Job is a better prefix than "Proc" - the Proc prefix can actually be confusing to people because they might think it's a operating system process in some way. It's OK for MBrace to use it in the API of course but these beginner scripts are better off using the neutral and shorter Job for prefixes in process-typed value names I think

dsyme commented 9 years ago

See also https://github.com/elastacloud/mbrace-on-brisk-starter/pull/15