ExecTG

AmigaOS users can make feature requests in this forum.
Post Reply
User avatar
gdridi
Posts: 64
Joined: Sat Aug 11, 2012 10:17 am

ExecTG

Post 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
User avatar
gdridi
Posts: 64
Joined: Sat Aug 11, 2012 10:17 am

Re: ExecTG

Post 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
Post Reply