From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.5-pre1 (2020-06-20) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-1.9 required=3.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.5-pre1 Path: eternal-september.org!reader02.eternal-september.org!aioe.org!5WHqCw2XxjHb2npjM9GYbw.user.gioia.aioe.org.POSTED!not-for-mail From: "Dmitry A. Kazakov" Newsgroups: comp.lang.ada Subject: Re: Pool and SubPools can be used for remote access ? Date: Sun, 7 Mar 2021 09:30:35 +0100 Organization: Aioe.org NNTP Server Message-ID: References: <53c7e210-03cd-46b2-8cc7-ac963292dd1dn@googlegroups.com> <2e10ee22-3327-4c31-9527-fdf115e4efdan@googlegroups.com> NNTP-Posting-Host: 5WHqCw2XxjHb2npjM9GYbw.user.gioia.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Complaints-To: abuse@aioe.org User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.8.0 Content-Language: en-US X-Notice: Filtered by postfilter v. 0.9.2 Xref: reader02.eternal-september.org comp.lang.ada:61496 List-Id: On 2021-03-07 02:26, Daniel Norte Moraes wrote: > Em sábado, 6 de março de 2021 às 17:22:34 UTC-3, Dmitry A. Kazakov escreveu: >> On 2021-03-06 20:48, Daniel Norte Moraes wrote: >> >>> I'm learning mpi and openMP and take this insite: >>> ? Is possible to use remote data ( e.g. shared memory , variables etc [ >>> via network and other protocols]) by implementing >>> an custom storage_pool's ? the array in storage pool need be continuous or >>> an 'fake-length' array is ok ? someone already tried it yet ? >> Storage pool can be backed by whatever mechanism. The layout of objects >> allocated in the pool depends on the object. The strategy could be >> mirroring remote objects or using proxy object instead. >> >> As for implementations there exist distributed annex implementations >> which must support remote objects. > > Beyond polyorb, there other implentations ? can you cite some ? Not that I am aware of. The distributed annex is defined in a way that any network protocol could be used if it has RPC or if you could put an RPC layer on top of it, even HTTP POST (:-)) >> There exist persistent storage implementations. Persistent objects >> resemble remote objects in many aspects. >> > can cite some? http://www.dmitry-kazakov.de/ada/components.htm#2 >> There exist interprocess shared storage pools implementation. >> > can cite some ? http://www.dmitry-kazakov.de/ada/components.htm#12.8 -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de