Page 1 of 1

FlowStone and Multi-processing

Posted: Fri Nov 30, 2012 6:04 pm
by AnthonyTower
I was wondering if FlowStone 3 has a built-in scheduler so as to create exes and vst that can fully exploit multi-processing and multi-threading hardware like 4 and 8 core cpus.

Built-in schedulers multiplex multiple OS threads automatically over the nodes without the programmer having to deal with parallelism.

Cheers

Re: FlowStone and Multi-processing

Posted: Sat Dec 01, 2012 8:57 am
by nix
Maybe try it?
In using a lot of FS VSTs,
CPU load seems to be distributed fine.
This is with independant exported modules though.
Hang on-
I'll try my largest schematic...
OK-looks like it will use one core up,
then go to the next with a single build.
Like I say though, with multiple exports,
they are distributed.

Re: FlowStone and Multi-processing

Posted: Sat Dec 01, 2012 11:23 pm
by AnthonyTower
Ah ha, sequential-core processes than.

Not parallel processing, but at least multiple cores can get put to use within a single build and not just doze...

Cheers