Page 1 of 1

ExecTG

Posted: Sat Nov 02, 2019 10:01 pm
by gdridi
Hello,

Features I would like for ExecThirdGeneration :

A Send() method which copies/duplicates the body of the message structure (64KB max actually) to support MultiCPU/multicore by using true message passing.

I heard of KeyOS doing that too.

A utility to launch two Workbenches, one on each core and a _toolbox_ for communicating between tasks on each Workbench I.e. on each core.

A provision on true message passing and a toolbox for CPU/core communication are a « debut ».

Regards,
DGILLES

I done a rewrite of Exec includes in C++ starting with first distribution of CFront1.0 for AmigaOS at :
http://archives.aros-exec.org/index.php ... l/exec.lha
http://archives.aros-exec.org/index.php ... amples.lha

Re: ExecTG

Posted: Sat Sep 23, 2023 8:38 pm
by gdridi
gdridi wrote: Sat Nov 02, 2019 10:01 pm Hello,

Features I would like for ExecThirdGeneration :

A Send() method which copies/duplicates the body of the message structure (64KB max actually) to support MultiCPU/multicore by using true message passing.


A utility to launch two Workbenches, one on each core and a _toolbox_ for communicating between tasks on each Workbench I.e. on each core.

A provision on true message passing and a toolbox for CPU/core communication are a « debut ».

Switching between cores [load balancer] for the same application is not a good idea at the beginning.

Regards,
DGILLES
[...]bottom-up