comp.lang.ada
 help / color / mirror / Atom feed
From: Daniel Norte Moraes <danielcheagle@gmail.com>
Subject: Re: Pool and SubPools can be used for remote access ?
Date: Sat, 6 Mar 2021 17:26:49 -0800 (PST)	[thread overview]
Message-ID: <2e10ee22-3327-4c31-9527-fdf115e4efdan@googlegroups.com> (raw)
In-Reply-To: <s20oa3$s4r$1@gioia.aioe.org>

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 ?

> 
> There exist persistent storage implementations. Persistent objects 
> resemble remote objects in many aspects. 
> 

can cite some?

> There exist interprocess shared storage pools implementation. 
> 
can cite some ?

> If remote objects should be implemented as stored in a pool is quite 
> questionable. Pool is too low level mechanism. Having an object in a 
> pool would preclude a lot of functionality, safety and reliability. 
> 
> -- 
> Regards, 
> Dmitry A. Kazakov 
> http://www.dmitry-kazakov.de

Thanks !

  reply	other threads:[~2021-03-07  1:26 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-06 19:48 Pool and SubPools can be used for remote access ? Daniel Norte Moraes
2021-03-06 20:22 ` Dmitry A. Kazakov
2021-03-07  1:26   ` Daniel Norte Moraes [this message]
2021-03-07  8:30     ` Dmitry A. Kazakov
2021-03-07 21:09       ` Daniel Norte Moraes
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox