Re: Shared memory segment?

2021-03-11 Thread Bruce Schuchardt
Hi Tinus, The shared-memory functionality was removed many years ago. It implemented an object memory in shared-memory and used what we called “copy sharing” to move objects between the heap and shared-memory. A separate process managed garbage collection and other chores. Geode currently ha

Shared memory segment?

2021-03-11 Thread Tinus Tate
Good afternoon, Around 2005-2010 i used terracotta dso to write a distributed application. It made things quite easy by using managed objects that were shared between servers. Quite recently i was asked a question if something similar is still around. I googled and found an old theserverside.com