[Cuis-dev] The other way to do namespaces

Thierry Goubier thierry.goubier at gmail.com
Wed Jul 1 02:15:41 PDT 2020


Hi Luciano,

Le mer. 1 juil. 2020 à 10:56, Luciano Notarfrancesco via Cuis-dev
<cuis-dev at lists.cuis.st> a écrit :
>
> On Tue, Jun 30, 2020 at 11:11 PM <ken.dickey at whidbey.com> wrote:
>>
>> Also, I am interested in being able to have
>> multiple versions of a single Feature/Package which I can easily do with
>> Environments.
>
>
> Just want to point out that packages include not only newly defined classes but also changes to classes in the base system or other packages (new methods or modifications to existing methods).

I would say "may include"

A complete solution to multiple packages loading in an image while
guaranteeing no conflict seems doable, but a tad complex (for example,
creating on the fly subclasses of base image classes only visible
inside the package namespace -- I don't want to have to explain that
to students :( ).

To compare with: connecting as one multiple images (processes) with
each containing one such package.

The second one would allow scaling to hundreds or thousands of CPUs /
core, if needed. Aka better than the ROAR VM, in my opinion, which
rely on shared memory to distribute (but one could use a DSM, like the
one we are using in my lab... well, S-DSM really).

Thierry

> --
> Cuis-dev mailing list
> Cuis-dev at lists.cuis.st
> https://lists.cuis.st/mailman/listinfo/cuis-dev


More information about the Cuis-dev mailing list