On Thu, Nov 10, 2016 at 1:31 AM, Denis Kudriashov <dionisi...@gmail.com>
wrote:

>
> 2016-11-10 9:49 GMT+01:00 p...@highoctane.be <p...@highoctane.be>:
>
>> Ah, but then it may be more interesting to have a data image (maybe a lot
>> of these) and a front end image.
>>
>> Isn't Seamless something that could help us here? No need to bring the
>> data back, just manipulate it through proxies.
>>
>
> Problem that server image will anyway perform GC. And it will be slow if
> server image is big which will stop all world.
>

Which is why we plan on implementing an incremental global GC that will not
stop the world, but will divide global GC up into many small steps, each of
which will be shorter than 10 milliseconds, and so not be noticeable.

_,,,^..^,,,_
best, Eliot

Reply via email to