Hi,
I would like to know whether the RS can clear the useless user scope automatic or not. If can not, the scopes in DB will cost more and more memory, most of them are useless once the link disconnect. How do the RS solve this problem.
Thanks.
Hi,
I would like to know whether the RS can clear the useless user scope automatic or not. If can not, the scopes in DB will cost more and more memory, most of them are useless once the link disconnect. How do the RS solve this problem.
Thanks.
HI,
There is the possibility to define an expire delay for database objects.
For example if you load a scene with web service command import_scene, you can use the "expiry_delay" parameter - measured in seconds - after which the scene will be deleted if inactive. Please note that memory is freed only when no db reference to the object exists anymore, e.g. objects have to be detached from their instances.
If you search the document center for the key words expiry or expire, you will find some more use cases.
Best regards.