Results 1 to 2 of 2

Thread: clear scope

  1. #1
    Join Date
    May 2011
    Posts
    28

    Default clear scope

    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.

  2. #2
    Join Date
    Jan 2007
    Location
    Berlin
    Posts
    789

    Default

    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •