On Sat, 28 Mar 2015 13:27:55 +0000, Ola Fosheim Grøstad wrote:

> In essence, you should ideally be able to break a task into all it's
> independent parts and run them in parallel (i.e.. futures, events etc).
> Preferably batch them to get better performance, and sort them based on
> when they have to complete. Then have a mechanism that exerts
> back-pressure if deadlines are in danger, telling the load balancer to
> back off. How you go about it depends on the application, but that ought
> to be the ideal for anything that resembles a modern soft realtime
> platform.

then you have to switch to some functional language, preferably one that 
does cps transformations in the compiler. as you told somewhere else, D 
is too broad to be restricted to this.

Attachment: signature.asc
Description: PGP signature

Reply via email to