Tag: execution
Get Familiar with Remote Execution and Job Orchestration
It is possible to perform remote execution and job orchestration on a number of virtual machines with software like Fabric and Ansible, as this...
Joy of Programming: Fail Fast!
When a problem occurs in the software, it should fail immediately, in an easily noticeable way. This "fail fast" behaviour is desirable, and we'll...
Dissecting Instruction Level Parallelism
Instruction Level Parallelism (ILP) technology is often used to improve the performance of embedded processors in application-specific domains like Digital Signal Processing. Today's VLIW...